Symbol: ath_softc
sys/arch/mips/atheros/dev/if_ath_arbus.c
110
struct ath_softc *sc;
sys/arch/mips/atheros/dev/if_ath_arbus.c
70
struct ath_softc sc_ath;
sys/dev/cardbus/if_ath_cardbus.c
157
struct ath_softc *sc = &csc->sc_ath;
sys/dev/cardbus/if_ath_cardbus.c
206
struct ath_softc *sc = &csc->sc_ath;
sys/dev/cardbus/if_ath_cardbus.c
86
struct ath_softc sc_ath;
sys/dev/ic/ath.c
1013
ath_init(struct ath_softc *sc)
sys/dev/ic/ath.c
1121
struct ath_softc *sc = ifp->if_softc;
sys/dev/ic/ath.c
1185
ath_restore_diversity(struct ath_softc *sc)
sys/dev/ic/ath.c
1208
struct ath_softc *sc = ifp->if_softc;
sys/dev/ic/ath.c
1256
ath_txfrag_cleanup(struct ath_softc *sc,
sys/dev/ic/ath.c
126
static int ath_init(struct ath_softc *);
sys/dev/ic/ath.c
1277
ath_txfrag_setup(struct ath_softc *sc, ath_bufhead *frags,
sys/dev/ic/ath.c
1305
struct ath_softc *sc = ifp->if_softc;
sys/dev/ic/ath.c
146
static void ath_mode_init(struct ath_softc *);
sys/dev/ic/ath.c
147
static void ath_setslottime(struct ath_softc *);
sys/dev/ic/ath.c
150
static int ath_beacon_alloc(struct ath_softc *, struct ieee80211_node *);
sys/dev/ic/ath.c
151
static void ath_beacon_setup(struct ath_softc *, struct ath_buf *);
sys/dev/ic/ath.c
1536
ath_keyset_tkip(struct ath_softc *sc, const struct ieee80211_key *k,
sys/dev/ic/ath.c
154
static void ath_beacon_free(struct ath_softc *);
sys/dev/ic/ath.c
155
static void ath_beacon_config(struct ath_softc *);
sys/dev/ic/ath.c
156
static void ath_descdma_cleanup(struct ath_softc *sc,
sys/dev/ic/ath.c
158
static int ath_desc_alloc(struct ath_softc *);
sys/dev/ic/ath.c
159
static void ath_desc_free(struct ath_softc *);
sys/dev/ic/ath.c
1599
ath_keyset(struct ath_softc *sc, const struct ieee80211_key *k,
sys/dev/ic/ath.c
163
static int ath_rxbuf_init(struct ath_softc *, struct ath_buf *);
sys/dev/ic/ath.c
1661
key_alloc_2pair(struct ath_softc *sc,
sys/dev/ic/ath.c
167
static void ath_setdefantenna(struct ath_softc *, u_int);
sys/dev/ic/ath.c
169
static struct ath_txq *ath_txq_setup(struct ath_softc*, int qtype, int subtype);
sys/dev/ic/ath.c
170
static int ath_tx_setup(struct ath_softc *, int, int);
sys/dev/ic/ath.c
1716
key_alloc_pair(struct ath_softc *sc, ieee80211_keyix *txkeyix,
sys/dev/ic/ath.c
172
static void ath_tx_cleanupq(struct ath_softc *, struct ath_txq *);
sys/dev/ic/ath.c
173
static void ath_tx_cleanup(struct ath_softc *);
sys/dev/ic/ath.c
174
static int ath_tx_start(struct ath_softc *, struct ieee80211_node *,
sys/dev/ic/ath.c
1763
key_alloc_single(struct ath_softc *sc,
sys/dev/ic/ath.c
179
static int ath_chan_set(struct ath_softc *, struct ieee80211_channel *);
sys/dev/ic/ath.c
180
static void ath_draintxq(struct ath_softc *);
sys/dev/ic/ath.c
1804
struct ath_softc *sc = ic->ic_ifp->if_softc;
sys/dev/ic/ath.c
181
static void ath_stoprecv(struct ath_softc *);
sys/dev/ic/ath.c
182
static int ath_startrecv(struct ath_softc *);
sys/dev/ic/ath.c
183
static void ath_chan_change(struct ath_softc *, struct ieee80211_channel *);
sys/dev/ic/ath.c
1860
struct ath_softc *sc = ic->ic_ifp->if_softc;
sys/dev/ic/ath.c
189
static int ath_getchannels(struct ath_softc *, u_int cc,
sys/dev/ic/ath.c
1906
struct ath_softc *sc = ic->ic_ifp->if_softc;
sys/dev/ic/ath.c
191
static void ath_led_event(struct ath_softc *, int);
sys/dev/ic/ath.c
192
static void ath_update_txpow(struct ath_softc *);
sys/dev/ic/ath.c
1925
struct ath_softc *sc = ifp->if_softc;
sys/dev/ic/ath.c
1938
struct ath_softc *sc = ifp->if_softc;
sys/dev/ic/ath.c
194
static void ath_restore_diversity(struct ath_softc *);
sys/dev/ic/ath.c
196
static int ath_rate_setup(struct ath_softc *, u_int mode);
sys/dev/ic/ath.c
1965
ath_calcrxfilter(struct ath_softc *sc, enum ieee80211_state state)
sys/dev/ic/ath.c
197
static void ath_setcurmode(struct ath_softc *, enum ieee80211_phymode);
sys/dev/ic/ath.c
1989
ath_mode_init(struct ath_softc *sc)
sys/dev/ic/ath.c
199
static void ath_bpfattach(struct ath_softc *);
sys/dev/ic/ath.c
200
static void ath_announce(struct ath_softc *);
sys/dev/ic/ath.c
2062
ath_setslottime(struct ath_softc *sc)
sys/dev/ic/ath.c
2081
struct ath_softc *sc = ifp->if_softc;
sys/dev/ic/ath.c
2116
ath_beaconq_config(struct ath_softc *sc)
sys/dev/ic/ath.c
2157
ath_beacon_alloc(struct ath_softc *sc, struct ieee80211_node *ni)
sys/dev/ic/ath.c
2197
ath_beacon_setup(struct ath_softc *sc, struct ath_buf *bf)
sys/dev/ic/ath.c
2290
struct ath_softc *sc = arg;
sys/dev/ic/ath.c
2415
struct ath_softc *sc = arg;
sys/dev/ic/ath.c
2436
ath_beacon_free(struct ath_softc *sc)
sys/dev/ic/ath.c
2469
ath_beacon_config(struct ath_softc *sc)
sys/dev/ic/ath.c
2640
ath_descdma_setup(struct ath_softc *sc,
sys/dev/ic/ath.c
2736
ath_descdma_cleanup(struct ath_softc *sc,
sys/dev/ic/ath.c
2770
ath_desc_alloc(struct ath_softc *sc)
sys/dev/ic/ath.c
279
ath_attach(u_int16_t devid, struct ath_softc *sc)
sys/dev/ic/ath.c
2797
ath_desc_free(struct ath_softc *sc)
sys/dev/ic/ath.c
2812
struct ath_softc *sc = ic->ic_ifp->if_softc;
sys/dev/ic/ath.c
2832
struct ath_softc *sc = ic->ic_ifp->if_softc;
sys/dev/ic/ath.c
2861
ath_rxbuf_init(struct ath_softc *sc, struct ath_buf *bf)
sys/dev/ic/ath.c
2954
struct ath_softc *sc = ic->ic_ifp->if_softc;
sys/dev/ic/ath.c
3006
ath_setdefantenna(struct ath_softc *sc, u_int antenna)
sys/dev/ic/ath.c
3039
struct ath_softc *sc = arg;
sys/dev/ic/ath.c
3333
ath_txq_setup(struct ath_softc *sc, int qtype, int subtype)
sys/dev/ic/ath.c
3398
ath_tx_setup(struct ath_softc *sc, int ac, int haltype)
sys/dev/ic/ath.c
3421
ath_txq_update(struct ath_softc *sc, int ac)
sys/dev/ic/ath.c
3456
struct ath_softc *sc = ic->ic_ifp->if_softc;
sys/dev/ic/ath.c
3468
ath_tx_cleanupq(struct ath_softc *sc, struct ath_txq *txq)
sys/dev/ic/ath.c
3480
ath_tx_cleanup(struct ath_softc *sc)
sys/dev/ic/ath.c
3609
ath_tx_start(struct ath_softc *sc, struct ieee80211_node *ni, struct ath_buf *bf,
sys/dev/ic/ath.c
4111
ath_tx_processq(struct ath_softc *sc, struct ath_txq *txq)
sys/dev/ic/ath.c
4229
struct ath_softc *sc = arg;
sys/dev/ic/ath.c
4260
struct ath_softc *sc = arg;
sys/dev/ic/ath.c
4303
struct ath_softc *sc = arg;
sys/dev/ic/ath.c
4334
ath_tx_draintxq(struct ath_softc *sc, struct ath_txq *txq)
sys/dev/ic/ath.c
4379
ath_tx_stopdma(struct ath_softc *sc, struct ath_txq *txq)
sys/dev/ic/ath.c
4394
ath_draintxq(struct ath_softc *sc)
sys/dev/ic/ath.c
4419
ath_stoprecv(struct ath_softc *sc)
sys/dev/ic/ath.c
4452
ath_startrecv(struct ath_softc *sc)
sys/dev/ic/ath.c
4480
ath_chan_change(struct ath_softc *sc, struct ieee80211_channel *chan)
sys/dev/ic/ath.c
4522
struct ath_softc *sc = arg;
sys/dev/ic/ath.c
4555
ath_chan_set(struct ath_softc *sc, struct ieee80211_channel *chan)
sys/dev/ic/ath.c
4651
struct ath_softc *sc = arg;
sys/dev/ic/ath.c
4670
struct ath_softc *sc = arg;
sys/dev/ic/ath.c
4731
struct ath_softc *sc = ifp->if_softc;
sys/dev/ic/ath.c
4906
struct ath_softc *sc = ic->ic_ifp->if_softc;
sys/dev/ic/ath.c
4934
struct ath_softc *sc = ic->ic_ifp->if_softc;
sys/dev/ic/ath.c
4947
ath_getchannels(struct ath_softc *sc, u_int cc,
sys/dev/ic/ath.c
5018
struct ath_softc *sc = arg;
sys/dev/ic/ath.c
5030
struct ath_softc *sc = arg;
sys/dev/ic/ath.c
5040
ath_led_blink(struct ath_softc *sc, int on, int off)
sys/dev/ic/ath.c
5050
ath_led_event(struct ath_softc *sc, int event)
sys/dev/ic/ath.c
5073
ath_update_txpow(struct ath_softc *sc)
sys/dev/ic/ath.c
5094
rate_setup(struct ath_softc *sc,
sys/dev/ic/ath.c
5112
ath_rate_setup(struct ath_softc *sc, u_int mode)
sys/dev/ic/ath.c
5149
ath_setcurmode(struct ath_softc *sc, enum ieee80211_phymode mode)
sys/dev/ic/ath.c
5270
struct ath_softc *sc = ifp->if_softc;
sys/dev/ic/ath.c
5310
ath_ioctl_diag(struct ath_softc *sc, struct ath_diag *ad)
sys/dev/ic/ath.c
5361
struct ath_softc *sc = ifp->if_softc;
sys/dev/ic/ath.c
5451
ath_bpfattach(struct ath_softc *sc)
sys/dev/ic/ath.c
5481
ath_announce(struct ath_softc *sc)
sys/dev/ic/ath.c
659
ath_detach(struct ath_softc *sc)
sys/dev/ic/ath.c
702
ath_suspend(struct ath_softc *sc)
sys/dev/ic/ath.c
719
ath_resume(struct ath_softc *sc)
sys/dev/ic/ath.c
758
struct ath_softc *sc = arg;
sys/dev/ic/ath.c
875
struct ath_softc *sc = arg;
sys/dev/ic/ath.c
894
struct ath_softc *sc = arg;
sys/dev/ic/ath.c
913
struct ath_softc *sc = arg;
sys/dev/ic/ath.c
949
struct ath_softc *sc = arg;
sys/dev/ic/ath.c
989
struct ath_softc *sc = (struct ath_softc *)ifp->if_softc;
sys/dev/ic/ath.c
995
ath_settkipmic(struct ath_softc *sc)
sys/dev/ic/ath_netbsd.c
114
struct ath_softc *sc;
sys/dev/ic/ath_netbsd.c
120
sc = (struct ath_softc *)node.sysctl_data;
sys/dev/ic/ath_netbsd.c
132
struct ath_softc *sc;
sys/dev/ic/ath_netbsd.c
138
sc = (struct ath_softc *)node.sysctl_data;
sys/dev/ic/ath_netbsd.c
150
struct ath_softc *sc;
sys/dev/ic/ath_netbsd.c
156
sc = (struct ath_softc *)node.sysctl_data;
sys/dev/ic/ath_netbsd.c
168
struct ath_softc *sc;
sys/dev/ic/ath_netbsd.c
174
sc = (struct ath_softc *)node.sysctl_data;
sys/dev/ic/ath_netbsd.c
197
struct ath_softc *sc;
sys/dev/ic/ath_netbsd.c
203
sc = (struct ath_softc *)node.sysctl_data;
sys/dev/ic/ath_netbsd.c
216
struct ath_softc *sc;
sys/dev/ic/ath_netbsd.c
222
sc = (struct ath_softc *)node.sysctl_data;
sys/dev/ic/ath_netbsd.c
237
struct ath_softc *sc;
sys/dev/ic/ath_netbsd.c
243
sc = (struct ath_softc *)node.sysctl_data;
sys/dev/ic/ath_netbsd.c
256
struct ath_softc *sc;
sys/dev/ic/ath_netbsd.c
262
sc = (struct ath_softc *)node.sysctl_data;
sys/dev/ic/ath_netbsd.c
276
struct ath_softc *sc;
sys/dev/ic/ath_netbsd.c
282
sc = (struct ath_softc *)node.sysctl_data;
sys/dev/ic/ath_netbsd.c
294
struct ath_softc *sc;
sys/dev/ic/ath_netbsd.c
300
sc = (struct ath_softc *)node.sysctl_data;
sys/dev/ic/ath_netbsd.c
312
struct ath_softc *sc;
sys/dev/ic/ath_netbsd.c
318
sc = (struct ath_softc *)node.sysctl_data;
sys/dev/ic/ath_netbsd.c
330
struct ath_softc *sc;
sys/dev/ic/ath_netbsd.c
336
sc = (struct ath_softc *)node.sysctl_data;
sys/dev/ic/ath_netbsd.c
349
struct ath_softc *sc;
sys/dev/ic/ath_netbsd.c
355
sc = (struct ath_softc *)node.sysctl_data;
sys/dev/ic/ath_netbsd.c
367
struct ath_softc *sc;
sys/dev/ic/ath_netbsd.c
373
sc = (struct ath_softc *)node.sysctl_data;
sys/dev/ic/ath_netbsd.c
419
ath_sysctlattach(struct ath_softc *sc)
sys/dev/ic/athrate-amrr.c
100
static void ath_rate_ctl_start(struct ath_softc *, struct ieee80211_node *);
sys/dev/ic/athrate-amrr.c
104
ath_rate_node_init(struct ath_softc *sc, struct ath_node *an)
sys/dev/ic/athrate-amrr.c
111
ath_rate_node_cleanup(struct ath_softc *sc, struct ath_node *an)
sys/dev/ic/athrate-amrr.c
116
ath_rate_findrate(struct ath_softc *sc, struct ath_node *an,
sys/dev/ic/athrate-amrr.c
131
ath_rate_setupxtxdesc(struct ath_softc *sc, struct ath_node *an,
sys/dev/ic/athrate-amrr.c
144
ath_rate_tx_complete(struct ath_softc *sc, struct ath_node *an,
sys/dev/ic/athrate-amrr.c
171
ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew)
sys/dev/ic/athrate-amrr.c
198
ath_rate_update(struct ath_softc *sc, struct ieee80211_node *ni, int rate)
sys/dev/ic/athrate-amrr.c
277
ath_rate_ctl_start(struct ath_softc *sc, struct ieee80211_node *ni)
sys/dev/ic/athrate-amrr.c
326
struct ath_softc *sc = arg;
sys/dev/ic/athrate-amrr.c
335
ath_rate_newstate(struct ath_softc *sc, enum ieee80211_state state)
sys/dev/ic/athrate-amrr.c
387
struct ath_softc *sc = arg;
sys/dev/ic/athrate-amrr.c
459
struct ath_softc *sc = ifp->if_softc;
sys/dev/ic/athrate-amrr.c
480
ath_rate_sysctlattach(struct ath_softc *sc)
sys/dev/ic/athrate-amrr.c
498
ath_rate_attach(struct ath_softc *sc)
sys/dev/ic/athrate-amrr.c
98
static void ath_rate_update(struct ath_softc *, struct ieee80211_node *,
sys/dev/ic/athrate-onoe.c
121
static void ath_rate_update(struct ath_softc *, struct ieee80211_node *,
sys/dev/ic/athrate-onoe.c
123
static void ath_rate_ctl_start(struct ath_softc *, struct ieee80211_node *);
sys/dev/ic/athrate-onoe.c
127
ath_rate_node_init(struct ath_softc *sc, struct ath_node *an)
sys/dev/ic/athrate-onoe.c
134
ath_rate_node_cleanup(struct ath_softc *sc, struct ath_node *an)
sys/dev/ic/athrate-onoe.c
139
ath_rate_findrate(struct ath_softc *sc, struct ath_node *an,
sys/dev/ic/athrate-onoe.c
154
ath_rate_setupxtxdesc(struct ath_softc *sc, struct ath_node *an,
sys/dev/ic/athrate-onoe.c
167
ath_rate_tx_complete(struct ath_softc *sc, struct ath_node *an,
sys/dev/ic/athrate-onoe.c
181
ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew)
sys/dev/ic/athrate-onoe.c
188
ath_rate_update(struct ath_softc *sc, struct ieee80211_node *ni, int rate)
sys/dev/ic/athrate-onoe.c
267
ath_rate_ctl_start(struct ath_softc *sc, struct ieee80211_node *ni)
sys/dev/ic/athrate-onoe.c
316
struct ath_softc *sc = arg;
sys/dev/ic/athrate-onoe.c
325
ath_rate_newstate(struct ath_softc *sc, enum ieee80211_state state)
sys/dev/ic/athrate-onoe.c
377
struct ath_softc *sc = arg;
sys/dev/ic/athrate-onoe.c
446
struct ath_softc *sc = ifp->if_softc;
sys/dev/ic/athrate-onoe.c
467
ath_rate_sysctlattach(struct ath_softc *sc)
sys/dev/ic/athrate-onoe.c
487
ath_rate_attach(struct ath_softc *sc)
sys/dev/ic/athrate-sample.c
123
static void ath_rate_ctl_reset(struct ath_softc *, struct ieee80211_node *);
sys/dev/ic/athrate-sample.c
152
ath_rate_node_init(struct ath_softc *sc, struct ath_node *an)
sys/dev/ic/athrate-sample.c
159
ath_rate_node_cleanup(struct ath_softc *sc, struct ath_node *an)
sys/dev/ic/athrate-sample.c
254
ath_rate_findrate(struct ath_softc *sc, struct ath_node *an,
sys/dev/ic/athrate-sample.c
366
ath_rate_setupxtxdesc(struct ath_softc *sc, struct ath_node *an,
sys/dev/ic/athrate-sample.c
395
update_stats(struct ath_softc *sc, struct ath_node *an,
sys/dev/ic/athrate-sample.c
489
ath_rate_tx_complete(struct ath_softc *sc, struct ath_node *an,
sys/dev/ic/athrate-sample.c
636
ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew)
sys/dev/ic/athrate-sample.c
648
ath_rate_ctl_reset(struct ath_softc *sc, struct ieee80211_node *ni)
sys/dev/ic/athrate-sample.c
747
struct ath_softc *sc = arg;
sys/dev/ic/athrate-sample.c
756
ath_rate_newstate(struct ath_softc *sc, enum ieee80211_state state)
sys/dev/ic/athrate-sample.c
772
ath_rate_sysctlattach(struct ath_softc *sc, struct sample_softc *osc)
sys/dev/ic/athrate-sample.c
797
ath_rate_attach(struct ath_softc *sc)
sys/dev/ic/athrate-sample.h
187
static unsigned calc_usecs_unicast_packet(struct ath_softc *sc,
sys/dev/ic/athrate.h
101
void ath_rate_node_cleanup(struct ath_softc *, struct ath_node *);
sys/dev/ic/athrate.h
107
void ath_rate_newassoc(struct ath_softc *, struct ath_node *,
sys/dev/ic/athrate.h
114
void ath_rate_newstate(struct ath_softc *, enum ieee80211_state);
sys/dev/ic/athrate.h
125
void ath_rate_findrate(struct ath_softc *, struct ath_node *,
sys/dev/ic/athrate.h
132
void ath_rate_setupxtxdesc(struct ath_softc *, struct ath_node *,
sys/dev/ic/athrate.h
140
void ath_rate_tx_complete(struct ath_softc *, struct ath_node *,
sys/dev/ic/athrate.h
76
struct ath_softc;
sys/dev/ic/athrate.h
86
struct ath_ratectrl *ath_rate_attach(struct ath_softc *);
sys/dev/ic/athrate.h
97
void ath_rate_node_init(struct ath_softc *, struct ath_node *);
sys/dev/ic/athvar.h
189
void (*sc_power)(struct ath_softc *, int);
sys/dev/ic/athvar.h
207
void (*sc_setdefantenna)(struct ath_softc *, u_int);
sys/dev/ic/athvar.h
316
int ath_attach(u_int16_t, struct ath_softc *);
sys/dev/ic/athvar.h
317
int ath_detach(struct ath_softc *);
sys/dev/ic/athvar.h
319
bool ath_resume(struct ath_softc *);
sys/dev/ic/athvar.h
320
void ath_suspend(struct ath_softc *);
sys/dev/ic/athvar.h
323
void ath_sysctlattach(struct ath_softc *);
sys/dev/pci/if_ath_pci.c
154
struct ath_softc *sc = &psc->sc_sc;
sys/dev/pci/if_ath_pci.c
94
struct ath_softc sc_sc;