sys/dev/netif/ath/ath/if_ath.c
1385
ath_detach(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath.c
1448
assign_address(struct ath_softc *sc, uint8_t mac[IEEE80211_ADDR_LEN], int clone)
sys/dev/netif/ath/ath/if_ath.c
1468
reclaim_address(struct ath_softc *sc, const uint8_t mac[IEEE80211_ADDR_LEN])
sys/dev/netif/ath/ath/if_ath.c
1491
assign_bslot(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath.c
1513
struct ath_softc *sc = ic->ic_softc;
sys/dev/netif/ath/ath/if_ath.c
166
static int ath_init(struct ath_softc *);
sys/dev/netif/ath/ath/if_ath.c
167
static void ath_stop(struct ath_softc *);
sys/dev/netif/ath/ath/if_ath.c
1770
struct ath_softc *sc = ic->ic_softc;
sys/dev/netif/ath/ath/if_ath.c
178
static void ath_update_mcast_hw(struct ath_softc *);
sys/dev/netif/ath/ath/if_ath.c
184
static int ath_desc_alloc(struct ath_softc *);
sys/dev/netif/ath/ath/if_ath.c
185
static void ath_desc_free(struct ath_softc *);
sys/dev/netif/ath/ath/if_ath.c
1887
ath_suspend(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath.c
192
static void ath_txq_init(struct ath_softc *sc, struct ath_txq *, int);
sys/dev/netif/ath/ath/if_ath.c
193
static struct ath_txq *ath_txq_setup(struct ath_softc*, int qtype, int subtype);
sys/dev/netif/ath/ath/if_ath.c
1934
ath_reset_keycache(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath.c
194
static int ath_tx_setup(struct ath_softc *, int, int);
sys/dev/netif/ath/ath/if_ath.c
195
static void ath_tx_cleanupq(struct ath_softc *, struct ath_txq *);
sys/dev/netif/ath/ath/if_ath.c
1954
ath_update_chainmasks(struct ath_softc *sc, struct ieee80211_channel *chan)
sys/dev/netif/ath/ath/if_ath.c
196
static void ath_tx_cleanup(struct ath_softc *);
sys/dev/netif/ath/ath/if_ath.c
197
static int ath_tx_processq(struct ath_softc *sc, struct ath_txq *txq,
sys/dev/netif/ath/ath/if_ath.c
1976
ath_resume(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath.c
203
static int ath_chan_set(struct ath_softc *, struct ieee80211_channel *);
sys/dev/netif/ath/ath/if_ath.c
204
static void ath_chan_change(struct ath_softc *, struct ieee80211_channel *);
sys/dev/netif/ath/ath/if_ath.c
2045
ath_shutdown(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath.c
2060
struct ath_softc *sc = arg;
sys/dev/netif/ath/ath/if_ath.c
220
static int ath_getchannels(struct ath_softc *);
sys/dev/netif/ath/ath/if_ath.c
222
static int ath_rate_setup(struct ath_softc *, u_int mode);
sys/dev/netif/ath/ath/if_ath.c
223
static void ath_setcurmode(struct ath_softc *, enum ieee80211_phymode);
sys/dev/netif/ath/ath/if_ath.c
225
static void ath_announce(struct ath_softc *);
sys/dev/netif/ath/ath/if_ath.c
2340
struct ath_softc *sc = arg;
sys/dev/netif/ath/ath/if_ath.c
2374
struct ath_softc *sc = vap->iv_ic->ic_softc;
sys/dev/netif/ath/ath/if_ath.c
2451
struct ath_softc *sc = arg;
sys/dev/netif/ath/ath/if_ath.c
2492
ath_settkipmic(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath.c
2508
ath_init(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath.c
2661
ath_stop(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath.c
2737
ath_txrx_stop_locked(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath.c
2780
ath_txrx_stop(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath.c
2792
ath_txrx_start(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath.c
2816
ath_reset_grablock(struct ath_softc *sc, int dowait)
sys/dev/netif/ath/ath/if_ath.c
284
ath_legacy_attach_comp_func(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath.c
2875
ath_reset(struct ath_softc *sc, ATH_RESET_TYPE reset_type)
sys/dev/netif/ath/ath/if_ath.c
3061
struct ath_softc *sc = ic->ic_softc;
sys/dev/netif/ath/ath/if_ath.c
3080
_ath_getbuf_locked(struct ath_softc *sc, ath_buf_type_t btype)
sys/dev/netif/ath/ath/if_ath.c
314
_ath_power_setpower(struct ath_softc *sc, int power_state, const char *file, int line)
sys/dev/netif/ath/ath/if_ath.c
3170
ath_buf_clone(struct ath_softc *sc, struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath.c
3222
ath_getbuf(struct ath_softc *sc, ath_buf_type_t btype)
sys/dev/netif/ath/ath/if_ath.c
3251
struct ath_softc *sc = ic->ic_softc;
sys/dev/netif/ath/ath/if_ath.c
3539
struct ath_softc *sc = vap->iv_ic->ic_softc;
sys/dev/netif/ath/ath/if_ath.c
3548
struct ath_softc *sc = vap->iv_ic->ic_softc;
sys/dev/netif/ath/ath/if_ath.c
3557
struct ath_softc *sc = ic->ic_softc;
sys/dev/netif/ath/ath/if_ath.c
357
_ath_power_set_selfgen(struct ath_softc *sc, int power_state, const char *file, int line)
sys/dev/netif/ath/ath/if_ath.c
3577
ath_update_mcast_hw(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath.c
3638
struct ath_softc *sc = ic->ic_softc;
sys/dev/netif/ath/ath/if_ath.c
3652
ath_mode_init(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath.c
3676
ath_setslottime(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath.c
3717
struct ath_softc *sc = ic->ic_softc;
sys/dev/netif/ath/ath/if_ath.c
3761
struct ath_softc *sc = arg;
sys/dev/netif/ath/ath/if_ath.c
3781
struct ath_softc *sc = arg;
sys/dev/netif/ath/ath/if_ath.c
3808
ath_desc_alloc(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath.c
3844
ath_desc_free(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath.c
3860
struct ath_softc *sc = ic->ic_softc;
sys/dev/netif/ath/ath/if_ath.c
3896
struct ath_softc *sc = ic->ic_softc;
sys/dev/netif/ath/ath/if_ath.c
3916
struct ath_softc *sc = ic->ic_softc;
sys/dev/netif/ath/ath/if_ath.c
393
_ath_power_set_power_state(struct ath_softc *sc, int power_state, const char *file, int line)
sys/dev/netif/ath/ath/if_ath.c
3937
struct ath_softc *sc = ic->ic_softc;
sys/dev/netif/ath/ath/if_ath.c
3951
ath_setdefantenna(struct ath_softc *sc, u_int antenna)
sys/dev/netif/ath/ath/if_ath.c
3964
ath_txq_init(struct ath_softc *sc, struct ath_txq *txq, int qnum)
sys/dev/netif/ath/ath/if_ath.c
3983
ath_txq_setup(struct ath_softc *sc, int qtype, int subtype)
sys/dev/netif/ath/ath/if_ath.c
4045
ath_tx_setup(struct ath_softc *sc, int ac, int haltype)
sys/dev/netif/ath/ath/if_ath.c
4067
ath_txq_update(struct ath_softc *sc, int ac)
sys/dev/netif/ath/ath/if_ath.c
4142
struct ath_softc *sc = ic->ic_softc;
sys/dev/netif/ath/ath/if_ath.c
4154
ath_tx_cleanupq(struct ath_softc *sc, struct ath_txq *txq)
sys/dev/netif/ath/ath/if_ath.c
4166
ath_tx_cleanup(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath.c
4181
ath_tx_findrix(const struct ath_softc *sc, uint8_t rate)
sys/dev/netif/ath/ath/if_ath.c
4189
ath_tx_update_stats(struct ath_softc *sc, struct ath_tx_status *ts,
sys/dev/netif/ath/ath/if_ath.c
4251
ath_tx_default_comp(struct ath_softc *sc, struct ath_buf *bf, int fail)
sys/dev/netif/ath/ath/if_ath.c
429
_ath_power_restore_power_state(struct ath_softc *sc, const char *file, int line)
sys/dev/netif/ath/ath/if_ath.c
4311
ath_tx_update_ratectrl(struct ath_softc *sc, struct ieee80211_node *ni,
sys/dev/netif/ath/ath/if_ath.c
4339
ath_tx_process_buf_completion(struct ath_softc *sc, struct ath_txq *txq,
sys/dev/netif/ath/ath/if_ath.c
4386
ath_tx_processq(struct ath_softc *sc, struct ath_txq *txq, int dosched)
sys/dev/netif/ath/ath/if_ath.c
4547
struct ath_softc *sc = arg;
sys/dev/netif/ath/ath/if_ath.c
4591
struct ath_softc *sc = arg;
sys/dev/netif/ath/ath/if_ath.c
4647
struct ath_softc *sc = arg;
sys/dev/netif/ath/ath/if_ath.c
4696
struct ath_softc *sc = arg;
sys/dev/netif/ath/ath/if_ath.c
4734
ath_returnbuf_tail(struct ath_softc *sc, struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath.c
475
ath_setup_hal_config(struct ath_softc *sc, HAL_OPS_CONFIG *ah_config)
sys/dev/netif/ath/ath/if_ath.c
4755
ath_returnbuf_head(struct ath_softc *sc, struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath.c
4779
ath_txq_freeholdingbuf(struct ath_softc *sc, struct ath_txq *txq)
sys/dev/netif/ath/ath/if_ath.c
4801
ath_txq_addholdingbuf(struct ath_softc *sc, struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath.c
4844
ath_freebuf(struct ath_softc *sc, struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath.c
4878
ath_tx_freebuf(struct ath_softc *sc, struct ath_buf *bf, int status)
sys/dev/netif/ath/ath/if_ath.c
4905
ath_tx_draintxq_get_one(struct ath_softc *sc, struct ath_txq *txq)
sys/dev/netif/ath/ath/if_ath.c
4960
ath_tx_draintxq(struct ath_softc *sc, struct ath_txq *txq)
sys/dev/netif/ath/ath/if_ath.c
5034
ath_tx_stopdma(struct ath_softc *sc, struct ath_txq *txq)
sys/dev/netif/ath/ath/if_ath.c
5065
ath_stoptxdma(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath.c
5099
ath_tx_dump(struct ath_softc *sc, struct ath_txq *txq)
sys/dev/netif/ath/ath/if_ath.c
5125
ath_legacy_tx_drain(struct ath_softc *sc, ATH_RESET_TYPE reset_type)
sys/dev/netif/ath/ath/if_ath.c
5194
ath_chan_change(struct ath_softc *sc, struct ieee80211_channel *chan)
sys/dev/netif/ath/ath/if_ath.c
5215
ath_chan_set(struct ath_softc *sc, struct ieee80211_channel *chan)
sys/dev/netif/ath/ath/if_ath.c
5366
struct ath_softc *sc = arg;
sys/dev/netif/ath/ath/if_ath.c
544
ath_fetch_mac_kenv(struct ath_softc *sc, uint8_t *macaddr)
sys/dev/netif/ath/ath/if_ath.c
5494
struct ath_softc *sc = ic->ic_softc;
sys/dev/netif/ath/ath/if_ath.c
5519
struct ath_softc *sc = ic->ic_softc;
sys/dev/netif/ath/ath/if_ath.c
5559
struct ath_softc *sc = ic->ic_softc;
sys/dev/netif/ath/ath/if_ath.c
5569
struct ath_softc *sc = ic->ic_softc;
sys/dev/netif/ath/ath/if_ath.c
5611
struct ath_softc *sc = ic->ic_softc;
sys/dev/netif/ath/ath/if_ath.c
5951
struct ath_softc *sc = vap->iv_ic->ic_softc;
sys/dev/netif/ath/ath/if_ath.c
5984
struct ath_softc *sc = vap->iv_ic->ic_softc;
sys/dev/netif/ath/ath/if_ath.c
601
ath_attach(u_int16_t devid, struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath.c
6052
struct ath_softc *sc = ic->ic_softc;
sys/dev/netif/ath/ath/if_ath.c
6076
struct ath_softc *sc = ic->ic_softc;
sys/dev/netif/ath/ath/if_ath.c
6089
ath_getchannels(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath.c
6127
ath_rate_setup(struct ath_softc *sc, u_int mode)
sys/dev/netif/ath/ath/if_ath.c
6173
ath_setcurmode(struct ath_softc *sc, enum ieee80211_phymode mode)
sys/dev/netif/ath/ath/if_ath.c
6250
struct ath_softc *sc = arg;
sys/dev/netif/ath/ath/if_ath.c
6298
struct ath_softc *sc = ic->ic_softc;
sys/dev/netif/ath/ath/if_ath.c
6345
ath_announce(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath.c
6378
struct ath_softc *sc = (struct ath_softc *) p;
sys/dev/netif/ath/ath/if_ath.c
6411
struct ath_softc *sc = ic->ic_softc;
sys/dev/netif/ath/ath/if_ath.c
6485
struct ath_softc *sc = ic->ic_softc;
sys/dev/netif/ath/ath/if_ath.c
6654
ath_tx_update_tim(struct ath_softc *sc, struct ieee80211_node *ni,
sys/dev/netif/ath/ath/if_ath.c
6745
struct ath_softc *sc = ic->ic_softc;
sys/dev/netif/ath/ath/if_ath_ahb.c
144
struct ath_softc *sc = &psc->sc_sc;
sys/dev/netif/ath/ath/if_ath_ahb.c
328
struct ath_softc *sc = &psc->sc_sc;
sys/dev/netif/ath/ath/if_ath_ahb.c
83
struct ath_softc sc_sc;
sys/dev/netif/ath/ath/if_ath_beacon.c
115
ath_beaconq_setup(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath_beacon.c
137
ath_beaconq_config(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath_beacon.c
179
ath_beacon_alloc(struct ath_softc *sc, struct ieee80211_node *ni)
sys/dev/netif/ath/ath/if_ath_beacon.c
271
ath_beacon_setup(struct ath_softc *sc, struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath_beacon.c
395
ath_beacon_miss(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath_beacon.c
437
struct ath_softc *sc = arg;
sys/dev/netif/ath/ath/if_ath_beacon.c
571
ath_beacon_cabq_start_edma(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath_beacon.c
663
ath_beacon_cabq_start_legacy(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath_beacon.c
686
ath_beacon_cabq_start(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath_beacon.c
702
ath_beacon_generate(struct ath_softc *sc, struct ieee80211vap *vap)
sys/dev/netif/ath/ath/if_ath_beacon.c
830
ath_beacon_start_adhoc(struct ath_softc *sc, struct ieee80211vap *vap)
sys/dev/netif/ath/ath/if_ath_beacon.c
880
ath_beacon_return(struct ath_softc *sc, struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath_beacon.c
901
ath_beacon_free(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath_beacon.c
937
ath_beacon_config(struct ath_softc *sc, struct ieee80211vap *vap)
sys/dev/netif/ath/ath/if_ath_beacon.h
36
extern int ath_beaconq_setup(struct ath_softc *sc);
sys/dev/netif/ath/ath/if_ath_beacon.h
37
extern int ath_beaconq_config(struct ath_softc *sc);
sys/dev/netif/ath/ath/if_ath_beacon.h
38
extern void ath_beacon_config(struct ath_softc *sc,
sys/dev/netif/ath/ath/if_ath_beacon.h
40
extern struct ath_buf * ath_beacon_generate(struct ath_softc *sc,
sys/dev/netif/ath/ath/if_ath_beacon.h
42
extern void ath_beacon_cabq_start(struct ath_softc *sc);
sys/dev/netif/ath/ath/if_ath_beacon.h
45
extern void ath_beacon_start_adhoc(struct ath_softc *sc,
sys/dev/netif/ath/ath/if_ath_beacon.h
47
extern int ath_beacon_alloc(struct ath_softc *sc, struct ieee80211_node *ni);
sys/dev/netif/ath/ath/if_ath_beacon.h
48
extern void ath_beacon_return(struct ath_softc *sc, struct ath_buf *bf);
sys/dev/netif/ath/ath/if_ath_beacon.h
49
extern void ath_beacon_free(struct ath_softc *sc);
sys/dev/netif/ath/ath/if_ath_beacon.h
51
extern void ath_beacon_miss(struct ath_softc *sc);
sys/dev/netif/ath/ath/if_ath_btcoex.c
144
ath_btcoex_cfg_wb225(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath_btcoex.c
201
ath_btcoex_cfg_wb222(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath_btcoex.c
272
ath_btcoex_aspm_wb195(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath_btcoex.c
288
ath_btcoex_attach(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath_btcoex.c
336
ath_btcoex_detach(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath_btcoex.c
352
ath_btcoex_enable(struct ath_softc *sc, const struct ieee80211_channel *chan)
sys/dev/netif/ath/ath/if_ath_btcoex.c
366
ath_btcoex_ioctl(struct ath_softc *sc, struct ath_diag *ad)
sys/dev/netif/ath/ath/if_ath_btcoex.c
88
ath_btcoex_cfg_wb195(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath_btcoex.h
34
extern int ath_btcoex_attach(struct ath_softc *sc);
sys/dev/netif/ath/ath/if_ath_btcoex.h
35
extern int ath_btcoex_detach(struct ath_softc *sc);
sys/dev/netif/ath/ath/if_ath_btcoex.h
36
extern int ath_btcoex_ioctl(struct ath_softc *sc, struct ath_diag *ad);
sys/dev/netif/ath/ath/if_ath_btcoex.h
37
extern int ath_btcoex_enable(struct ath_softc *sc,
sys/dev/netif/ath/ath/if_ath_debug.c
105
ath_printrxbuf(struct ath_softc *sc, const struct ath_buf *bf,
sys/dev/netif/ath/ath/if_ath_debug.c
141
ath_printtxbuf_edma(struct ath_softc *sc, const struct ath_buf *first_bf,
sys/dev/netif/ath/ath/if_ath_debug.c
204
ath_printtxbuf_legacy(struct ath_softc *sc, const struct ath_buf *first_bf,
sys/dev/netif/ath/ath/if_ath_debug.c
247
ath_printtxbuf(struct ath_softc *sc, const struct ath_buf *first_bf,
sys/dev/netif/ath/ath/if_ath_debug.c
257
ath_printtxstatbuf(struct ath_softc *sc, const struct ath_buf *first_bf,
sys/dev/netif/ath/ath/if_ath_debug.h
111
extern void ath_printrxbuf(struct ath_softc *, const struct ath_buf *bf,
sys/dev/netif/ath/ath/if_ath_debug.h
113
extern void ath_printtxbuf(struct ath_softc *, const struct ath_buf *bf,
sys/dev/netif/ath/ath/if_ath_debug.h
115
extern void ath_printtxstatbuf(struct ath_softc *sc, const struct ath_buf *bf,
sys/dev/netif/ath/ath/if_ath_descdma.c
148
ath_descdma_alloc_desc(struct ath_softc *sc,
sys/dev/netif/ath/ath/if_ath_descdma.c
247
ath_descdma_setup(struct ath_softc *sc,
sys/dev/netif/ath/ath/if_ath_descdma.c
336
ath_descdma_setup_rx_edma(struct ath_softc *sc,
sys/dev/netif/ath/ath/if_ath_descdma.c
394
ath_descdma_cleanup(struct ath_softc *sc,
sys/dev/netif/ath/ath/if_ath_descdma.h
34
extern int ath_descdma_alloc_desc(struct ath_softc *sc,
sys/dev/netif/ath/ath/if_ath_descdma.h
37
extern int ath_descdma_setup(struct ath_softc *sc, struct ath_descdma *dd,
sys/dev/netif/ath/ath/if_ath_descdma.h
40
extern int ath_descdma_setup_rx_edma(struct ath_softc *sc,
sys/dev/netif/ath/ath/if_ath_descdma.h
43
extern void ath_descdma_cleanup(struct ath_softc *sc,
sys/dev/netif/ath/ath/if_ath_ioctl.c
129
ath_ioctl_ratestats(struct ath_softc *sc, struct ath_rateioctl *rs)
sys/dev/netif/ath/ath/if_ath_ioctl.c
170
ath_ioctl_diag(struct ath_softc *sc, struct ath_diag *ad)
sys/dev/netif/ath/ath/if_ath_ioctl.c
242
struct ath_softc *sc = ic->ic_softc;
sys/dev/netif/ath/ath/if_ath_keycache.c
125
ath_keyset_tkip(struct ath_softc *sc, const struct ieee80211_key *k,
sys/dev/netif/ath/ath/if_ath_keycache.c
186
ath_keyset(struct ath_softc *sc, struct ieee80211vap *vap,
sys/dev/netif/ath/ath/if_ath_keycache.c
278
key_alloc_2pair(struct ath_softc *sc,
sys/dev/netif/ath/ath/if_ath_keycache.c
331
key_alloc_pair(struct ath_softc *sc,
sys/dev/netif/ath/ath/if_ath_keycache.c
376
key_alloc_single(struct ath_softc *sc,
sys/dev/netif/ath/ath/if_ath_keycache.c
423
struct ath_softc *sc = vap->iv_ic->ic_softc;
sys/dev/netif/ath/ath/if_ath_keycache.c
491
struct ath_softc *sc = vap->iv_ic->ic_softc;
sys/dev/netif/ath/ath/if_ath_keycache.c
535
struct ath_softc *sc = vap->iv_ic->ic_softc;
sys/dev/netif/ath/ath/if_ath_keycache.c
88
ath_keyprint(struct ath_softc *sc, const char *tag, u_int ix,
sys/dev/netif/ath/ath/if_ath_keycache.h
39
extern int ath_keyset(struct ath_softc *sc, struct ieee80211vap *vap,
sys/dev/netif/ath/ath/if_ath_led.c
119
ath_led_config(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath_led.c
157
struct ath_softc *sc = arg;
sys/dev/netif/ath/ath/if_ath_led.c
169
struct ath_softc *sc = arg;
sys/dev/netif/ath/ath/if_ath_led.c
179
ath_led_blink(struct ath_softc *sc, int on, int off)
sys/dev/netif/ath/ath/if_ath_led.c
189
ath_led_event(struct ath_softc *sc, int rix)
sys/dev/netif/ath/ath/if_ath_led.h
34
extern void ath_led_event(struct ath_softc *sc, int rix);
sys/dev/netif/ath/ath/if_ath_led.h
35
extern void ath_led_config(struct ath_softc *sc);
sys/dev/netif/ath/ath/if_ath_lna_div.c
134
ath_lna_div_detach(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath_lna_div.c
148
ath_lna_div_enable(struct ath_softc *sc, const struct ieee80211_channel *chan)
sys/dev/netif/ath/ath/if_ath_lna_div.c
162
ath_lna_div_ioctl(struct ath_softc *sc, struct ath_diag *ad)
sys/dev/netif/ath/ath/if_ath_lna_div.c
714
ath_lna_rx_comb_scan(struct ath_softc *sc, struct ath_rx_status *rs,
sys/dev/netif/ath/ath/if_ath_lna_div.c
93
ath_lna_div_attach(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath_lna_div.h
80
extern int ath_lna_div_attach(struct ath_softc *sc);
sys/dev/netif/ath/ath/if_ath_lna_div.h
81
extern int ath_lna_div_detach(struct ath_softc *sc);
sys/dev/netif/ath/ath/if_ath_lna_div.h
82
extern int ath_lna_div_ioctl(struct ath_softc *sc, struct ath_diag *ad);
sys/dev/netif/ath/ath/if_ath_lna_div.h
83
extern int ath_lna_div_enable(struct ath_softc *sc,
sys/dev/netif/ath/ath/if_ath_lna_div.h
86
extern void ath_lna_rx_comb_scan(struct ath_softc *sc,
sys/dev/netif/ath/ath/if_ath_misc.h
106
extern void ath_tx_dump(struct ath_softc *sc, struct ath_txq *txq);
sys/dev/netif/ath/ath/if_ath_misc.h
111
extern void _ath_power_setpower(struct ath_softc *sc, int power_state, const char *file, int line);
sys/dev/netif/ath/ath/if_ath_misc.h
112
extern void _ath_power_set_selfgen(struct ath_softc *sc, int power_state, const char *file, int line);
sys/dev/netif/ath/ath/if_ath_misc.h
113
extern void _ath_power_set_power_state(struct ath_softc *sc, int power_state, const char *file, int line);
sys/dev/netif/ath/ath/if_ath_misc.h
114
extern void _ath_power_restore_power_state(struct ath_softc *sc, const char *file, int line);
sys/dev/netif/ath/ath/if_ath_misc.h
125
ath_tx_kick(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath_misc.h
135
ath_tx_swq_kick(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath_misc.h
46
extern int ath_tx_findrix(const struct ath_softc *sc, uint8_t rate);
sys/dev/netif/ath/ath/if_ath_misc.h
48
extern struct ath_buf * ath_getbuf(struct ath_softc *sc,
sys/dev/netif/ath/ath/if_ath_misc.h
50
extern struct ath_buf * _ath_getbuf_locked(struct ath_softc *sc,
sys/dev/netif/ath/ath/if_ath_misc.h
52
extern struct ath_buf * ath_buf_clone(struct ath_softc *sc,
sys/dev/netif/ath/ath/if_ath_misc.h
55
extern void ath_freebuf(struct ath_softc *sc, struct ath_buf *bf);
sys/dev/netif/ath/ath/if_ath_misc.h
56
extern void ath_returnbuf_head(struct ath_softc *sc, struct ath_buf *bf);
sys/dev/netif/ath/ath/if_ath_misc.h
57
extern void ath_returnbuf_tail(struct ath_softc *sc, struct ath_buf *bf);
sys/dev/netif/ath/ath/if_ath_misc.h
59
extern int ath_reset(struct ath_softc *, ATH_RESET_TYPE);
sys/dev/netif/ath/ath/if_ath_misc.h
60
extern void ath_tx_default_comp(struct ath_softc *sc, struct ath_buf *bf,
sys/dev/netif/ath/ath/if_ath_misc.h
62
extern void ath_tx_update_ratectrl(struct ath_softc *sc,
sys/dev/netif/ath/ath/if_ath_misc.h
69
extern void ath_tx_freebuf(struct ath_softc *sc, struct ath_buf *bf,
sys/dev/netif/ath/ath/if_ath_misc.h
71
extern void ath_txq_freeholdingbuf(struct ath_softc *sc,
sys/dev/netif/ath/ath/if_ath_misc.h
76
extern void ath_mode_init(struct ath_softc *sc);
sys/dev/netif/ath/ath/if_ath_misc.h
78
extern void ath_setdefantenna(struct ath_softc *sc, u_int antenna);
sys/dev/netif/ath/ath/if_ath_misc.h
80
extern void ath_setslottime(struct ath_softc *sc);
sys/dev/netif/ath/ath/if_ath_misc.h
82
extern void ath_legacy_attach_comp_func(struct ath_softc *sc);
sys/dev/netif/ath/ath/if_ath_misc.h
84
extern void ath_tx_draintxq(struct ath_softc *sc, struct ath_txq *txq);
sys/dev/netif/ath/ath/if_ath_misc.h
86
extern void ath_legacy_tx_drain(struct ath_softc *sc,
sys/dev/netif/ath/ath/if_ath_misc.h
89
extern void ath_tx_process_buf_completion(struct ath_softc *sc,
sys/dev/netif/ath/ath/if_ath_misc.h
92
extern int ath_stoptxdma(struct ath_softc *sc);
sys/dev/netif/ath/ath/if_ath_misc.h
94
extern void ath_tx_update_tim(struct ath_softc *sc,
sys/dev/netif/ath/ath/if_ath_pci.c
246
struct ath_softc *sc = &psc->sc_sc;
sys/dev/netif/ath/ath/if_ath_pci.c
411
struct ath_softc *sc = &psc->sc_sc;
sys/dev/netif/ath/ath/if_ath_pci.c
85
struct ath_softc sc_sc;
sys/dev/netif/ath/ath/if_ath_rx.c
1019
ath_rx_proc(struct ath_softc *sc, int resched)
sys/dev/netif/ath/ath/if_ath_rx.c
1258
struct ath_softc *sc = arg;
sys/dev/netif/ath/ath/if_ath_rx.c
1275
ath_legacy_flushrecv(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath_rx.c
1282
ath_legacy_flush_rxpending(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath_rx.c
1298
ath_legacy_flush_rxholdbf(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath_rx.c
1337
ath_legacy_stoprecv(struct ath_softc *sc, int dodelay)
sys/dev/netif/ath/ath/if_ath_rx.c
1399
ath_legacy_startrecv(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath_rx.c
1437
ath_legacy_dma_rxsetup(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath_rx.c
1450
ath_legacy_dma_rxteardown(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath_rx.c
1459
ath_legacy_recv_sched(struct ath_softc *sc, int dosched)
sys/dev/netif/ath/ath/if_ath_rx.c
1466
ath_legacy_recv_sched_queue(struct ath_softc *sc, HAL_RX_QUEUE q,
sys/dev/netif/ath/ath/if_ath_rx.c
1474
ath_recv_setup_legacy(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath_rx.c
162
ath_calcrxfilter(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath_rx.c
252
ath_legacy_rxbuf_init(struct ath_softc *sc, struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath_rx.c
351
struct ath_softc *sc = vap->iv_ic->ic_softc;
sys/dev/netif/ath/ath/if_ath_rx.c
500
ath_rx_tap_vendor(struct ath_softc *sc, struct mbuf *m,
sys/dev/netif/ath/ath/if_ath_rx.c
565
ath_rx_tap(struct ath_softc *sc, struct mbuf *m,
sys/dev/netif/ath/ath/if_ath_rx.c
646
ath_rx_pkt(struct ath_softc *sc, struct ath_rx_status *rs, HAL_STATUS status,
sys/dev/netif/ath/ath/if_ath_rx.h
34
extern u_int32_t ath_calcrxfilter(struct ath_softc *sc);
sys/dev/netif/ath/ath/if_ath_rx.h
53
extern int ath_rxbuf_init(struct ath_softc *sc, struct ath_buf *bf);
sys/dev/netif/ath/ath/if_ath_rx.h
55
extern void ath_rx_proc(struct ath_softc *sc, int resched);
sys/dev/netif/ath/ath/if_ath_rx.h
56
extern void ath_stoprecv(struct ath_softc *sc, int dodelay);
sys/dev/netif/ath/ath/if_ath_rx.h
57
extern int ath_startrecv(struct ath_softc *sc);
sys/dev/netif/ath/ath/if_ath_rx.h
60
extern int ath_rx_pkt(struct ath_softc *sc, struct ath_rx_status *rs,
sys/dev/netif/ath/ath/if_ath_rx.h
64
extern void ath_recv_setup_legacy(struct ath_softc *sc);
sys/dev/netif/ath/ath/if_ath_rx_edma.c
155
static int ath_edma_rxfifo_alloc(struct ath_softc *sc, HAL_RX_QUEUE qtype,
sys/dev/netif/ath/ath/if_ath_rx_edma.c
157
static int ath_edma_rxfifo_flush(struct ath_softc *sc, HAL_RX_QUEUE qtype);
sys/dev/netif/ath/ath/if_ath_rx_edma.c
158
static void ath_edma_rxbuf_free(struct ath_softc *sc, struct ath_buf *bf);
sys/dev/netif/ath/ath/if_ath_rx_edma.c
159
static void ath_edma_recv_proc_queue(struct ath_softc *sc,
sys/dev/netif/ath/ath/if_ath_rx_edma.c
161
static int ath_edma_recv_proc_deferred_queue(struct ath_softc *sc,
sys/dev/netif/ath/ath/if_ath_rx_edma.c
165
ath_edma_stoprecv(struct ath_softc *sc, int dodelay)
sys/dev/netif/ath/ath/if_ath_rx_edma.c
206
ath_edma_reinit_fifo(struct ath_softc *sc, HAL_RX_QUEUE qtype)
sys/dev/netif/ath/ath/if_ath_rx_edma.c
240
ath_edma_startrecv(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath_rx_edma.c
302
ath_edma_recv_sched_queue(struct ath_softc *sc, HAL_RX_QUEUE qtype,
sys/dev/netif/ath/ath/if_ath_rx_edma.c
320
ath_edma_recv_sched(struct ath_softc *sc, int dosched)
sys/dev/netif/ath/ath/if_ath_rx_edma.c
338
ath_edma_recv_flush(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath_rx_edma.c
381
ath_edma_recv_proc_queue(struct ath_softc *sc, HAL_RX_QUEUE qtype,
sys/dev/netif/ath/ath/if_ath_rx_edma.c
496
ath_edma_flush_deferred_queue(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath_rx_edma.c
518
ath_edma_recv_proc_deferred_queue(struct ath_softc *sc, HAL_RX_QUEUE qtype,
sys/dev/netif/ath/ath/if_ath_rx_edma.c
588
struct ath_softc *sc = (struct ath_softc *) arg;
sys/dev/netif/ath/ath/if_ath_rx_edma.c
646
ath_edma_rxbuf_init(struct ath_softc *sc, struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath_rx_edma.c
735
ath_edma_rxbuf_alloc(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath_rx_edma.c
770
ath_edma_rxbuf_free(struct ath_softc *sc, struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath_rx_edma.c
796
ath_edma_rxfifo_alloc(struct ath_softc *sc, HAL_RX_QUEUE qtype, int nbufs)
sys/dev/netif/ath/ath/if_ath_rx_edma.c
863
ath_edma_rxfifo_flush(struct ath_softc *sc, HAL_RX_QUEUE qtype)
sys/dev/netif/ath/ath/if_ath_rx_edma.c
897
ath_edma_setup_rxfifo(struct ath_softc *sc, HAL_RX_QUEUE qtype)
sys/dev/netif/ath/ath/if_ath_rx_edma.c
937
ath_edma_rxfifo_free(struct ath_softc *sc, HAL_RX_QUEUE qtype)
sys/dev/netif/ath/ath/if_ath_rx_edma.c
951
ath_edma_dma_rxsetup(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath_rx_edma.c
972
ath_edma_dma_rxteardown(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath_rx_edma.c
993
ath_recv_setup_edma(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath_rx_edma.h
34
extern void ath_recv_setup_edma(struct ath_softc *sc);
sys/dev/netif/ath/ath/if_ath_spectral.c
106
ath_spectral_attach(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath_spectral.c
137
ath_spectral_detach(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath_spectral.c
154
ath_spectral_enable(struct ath_softc *sc, struct ieee80211_channel *ch)
sys/dev/netif/ath/ath/if_ath_spectral.c
181
ath_ioctl_spectral(struct ath_softc *sc, struct ath_diag *ad)
sys/dev/netif/ath/ath/if_ath_spectral.h
34
extern int ath_spectral_attach(struct ath_softc *sc);
sys/dev/netif/ath/ath/if_ath_spectral.h
35
extern int ath_spectral_detach(struct ath_softc *sc);
sys/dev/netif/ath/ath/if_ath_spectral.h
36
extern int ath_ioctl_spectral(struct ath_softc *sc, struct ath_diag *ad);
sys/dev/netif/ath/ath/if_ath_spectral.h
37
extern int ath_spectral_enable(struct ath_softc *sc,
sys/dev/netif/ath/ath/if_ath_sysctl.c
1012
struct ath_softc *sc = arg1;
sys/dev/netif/ath/ath/if_ath_sysctl.c
1030
ath_sysctl_stats_attach_rxphyerr(struct ath_softc *sc, struct sysctl_oid_list *parent)
sys/dev/netif/ath/ath/if_ath_sysctl.c
1047
ath_sysctl_stats_attach_intr(struct ath_softc *sc,
sys/dev/netif/ath/ath/if_ath_sysctl.c
1067
ath_sysctl_stats_attach(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath_sysctl.c
113
struct ath_softc *sc = arg1;
sys/dev/netif/ath/ath/if_ath_sysctl.c
1316
ath_sysctl_hal_attach(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath_sysctl.c
139
struct ath_softc *sc = arg1;
sys/dev/netif/ath/ath/if_ath_sysctl.c
165
struct ath_softc *sc = arg1;
sys/dev/netif/ath/ath/if_ath_sysctl.c
191
struct ath_softc *sc = arg1;
sys/dev/netif/ath/ath/if_ath_sysctl.c
212
struct ath_softc *sc = arg1;
sys/dev/netif/ath/ath/if_ath_sysctl.c
231
struct ath_softc *sc = arg1;
sys/dev/netif/ath/ath/if_ath_sysctl.c
252
struct ath_softc *sc = arg1;
sys/dev/netif/ath/ath/if_ath_sysctl.c
289
struct ath_softc *sc = arg1;
sys/dev/netif/ath/ath/if_ath_sysctl.c
312
struct ath_softc *sc = arg1;
sys/dev/netif/ath/ath/if_ath_sysctl.c
343
struct ath_softc *sc = arg1;
sys/dev/netif/ath/ath/if_ath_sysctl.c
372
struct ath_softc *sc = arg1;
sys/dev/netif/ath/ath/if_ath_sysctl.c
399
struct ath_softc *sc = arg1;
sys/dev/netif/ath/ath/if_ath_sysctl.c
425
struct ath_softc *sc = arg1;
sys/dev/netif/ath/ath/if_ath_sysctl.c
460
struct ath_softc *sc = arg1;
sys/dev/netif/ath/ath/if_ath_sysctl.c
559
struct ath_softc *sc = arg1;
sys/dev/netif/ath/ath/if_ath_sysctl.c
598
struct ath_softc *sc = arg1;
sys/dev/netif/ath/ath/if_ath_sysctl.c
623
struct ath_softc *sc = arg1;
sys/dev/netif/ath/ath/if_ath_sysctl.c
649
struct ath_softc *sc = arg1;
sys/dev/netif/ath/ath/if_ath_sysctl.c
690
struct ath_softc *sc = arg1;
sys/dev/netif/ath/ath/if_ath_sysctl.c
705
struct ath_softc *sc = arg1;
sys/dev/netif/ath/ath/if_ath_sysctl.c
723
struct ath_softc *sc = arg1;
sys/dev/netif/ath/ath/if_ath_sysctl.c
765
struct ath_softc *sc = arg1;
sys/dev/netif/ath/ath/if_ath_sysctl.c
784
ath_sysctl_alq_attach(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath_sysctl.c
812
ath_sysctlattach(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath_sysctl.h
35
extern void ath_sysctlattach(struct ath_softc *);
sys/dev/netif/ath/ath/if_ath_sysctl.h
36
extern void ath_sysctl_stats_attach(struct ath_softc *sc);
sys/dev/netif/ath/ath/if_ath_sysctl.h
37
extern void ath_sysctl_hal_attach(struct ath_softc *sc);
sys/dev/netif/ath/ath/if_ath_tdma.c
129
static void ath_tdma_settimers(struct ath_softc *sc, u_int32_t nexttbtt,
sys/dev/netif/ath/ath/if_ath_tdma.c
131
static void ath_tdma_bintvalsetup(struct ath_softc *sc,
sys/dev/netif/ath/ath/if_ath_tdma.c
137
ath_tdma_settimers(struct ath_softc *sc, u_int32_t nexttbtt, u_int32_t bintval)
sys/dev/netif/ath/ath/if_ath_tdma.c
207
ath_tdma_bintvalsetup(struct ath_softc *sc,
sys/dev/netif/ath/ath/if_ath_tdma.c
253
ath_tdma_config(struct ath_softc *sc, struct ieee80211vap *vap)
sys/dev/netif/ath/ath/if_ath_tdma.c
364
struct ath_softc *sc = ic->ic_softc;
sys/dev/netif/ath/ath/if_ath_tdma.c
615
ath_tdma_beacon_send(struct ath_softc *sc, struct ieee80211vap *vap)
sys/dev/netif/ath/ath/if_ath_tdma.h
49
extern void ath_tdma_config(struct ath_softc *sc, struct ieee80211vap *vap);
sys/dev/netif/ath/ath/if_ath_tdma.h
52
extern void ath_tdma_beacon_send(struct ath_softc *sc,
sys/dev/netif/ath/ath/if_ath_tsf.h
73
ath_extend_tsf(struct ath_softc *sc, u_int32_t rstamp, u_int64_t tsf)
sys/dev/netif/ath/ath/if_ath_tx.c
1054
ath_tx_calc_protection(struct ath_softc *sc, struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath_tx.c
1117
ath_tx_calc_duration(struct ath_softc *sc, struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath_tx.c
1256
ath_tx_set_rtscts(struct ath_softc *sc, struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath_tx.c
128
static int ath_tx_node_is_asleep(struct ath_softc *sc, struct ath_node *an);
sys/dev/netif/ath/ath/if_ath_tx.c
130
static int ath_tx_ampdu_pending(struct ath_softc *sc, struct ath_node *an,
sys/dev/netif/ath/ath/if_ath_tx.c
132
static int ath_tx_ampdu_running(struct ath_softc *sc, struct ath_node *an,
sys/dev/netif/ath/ath/if_ath_tx.c
1328
ath_tx_setds(struct ath_softc *sc, struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath_tx.c
134
static ieee80211_seq ath_tx_tid_seqno_assign(struct ath_softc *sc,
sys/dev/netif/ath/ath/if_ath_tx.c
136
static int ath_tx_action_frame_override_queue(struct ath_softc *sc,
sys/dev/netif/ath/ath/if_ath_tx.c
1376
ath_tx_do_ratelookup(struct ath_softc *sc, struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath_tx.c
139
ath_tx_retry_clone(struct ath_softc *sc, struct ath_node *an,
sys/dev/netif/ath/ath/if_ath_tx.c
1411
ath_tx_update_clrdmask(struct ath_softc *sc, struct ath_tid *tid,
sys/dev/netif/ath/ath/if_ath_tx.c
1437
ath_tx_should_swq_frame(struct ath_softc *sc, struct ath_node *an,
sys/dev/netif/ath/ath/if_ath_tx.c
144
ath_tx_alq_post(struct ath_softc *sc, struct ath_buf *bf_first)
sys/dev/netif/ath/ath/if_ath_tx.c
1507
ath_tx_xmit_normal(struct ath_softc *sc, struct ath_txq *txq,
sys/dev/netif/ath/ath/if_ath_tx.c
1557
ath_tx_normal_setup(struct ath_softc *sc, struct ieee80211_node *ni,
sys/dev/netif/ath/ath/if_ath_tx.c
175
ath_tx_is_11n(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath_tx.c
1867
ath_tx_start(struct ath_softc *sc, struct ieee80211_node *ni,
sys/dev/netif/ath/ath/if_ath_tx.c
189
ath_tx_gettid(struct ath_softc *sc, const struct mbuf *m0)
sys/dev/netif/ath/ath/if_ath_tx.c
202
ath_tx_set_retry(struct ath_softc *sc, struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath_tx.c
2086
ath_tx_raw_start(struct ath_softc *sc, struct ieee80211_node *ni,
sys/dev/netif/ath/ath/if_ath_tx.c
2355
struct ath_softc *sc = ic->ic_softc;
sys/dev/netif/ath/ath/if_ath_tx.c
236
ath_tx_getac(struct ath_softc *sc, const struct mbuf *m0)
sys/dev/netif/ath/ath/if_ath_tx.c
248
ath_txfrag_cleanup(struct ath_softc *sc,
sys/dev/netif/ath/ath/if_ath_tx.c
2540
ath_tx_action_frame_override_queue(struct ath_softc *sc,
sys/dev/netif/ath/ath/if_ath_tx.c
2591
ath_tx_addto_baw(struct ath_softc *sc, struct ath_node *an,
sys/dev/netif/ath/ath/if_ath_tx.c
2683
ath_tx_switch_baw_buf(struct ath_softc *sc, struct ath_node *an,
sys/dev/netif/ath/ath/if_ath_tx.c
269
ath_txfrag_setup(struct ath_softc *sc, ath_bufhead *frags,
sys/dev/netif/ath/ath/if_ath_tx.c
2730
ath_tx_update_baw(struct ath_softc *sc, struct ath_node *an,
sys/dev/netif/ath/ath/if_ath_tx.c
2781
ath_tx_leak_count_update(struct ath_softc *sc, struct ath_tid *tid,
sys/dev/netif/ath/ath/if_ath_tx.c
2832
ath_tx_tid_can_tx_or_sched(struct ath_softc *sc, struct ath_tid *tid)
sys/dev/netif/ath/ath/if_ath_tx.c
2854
ath_tx_tid_sched(struct ath_softc *sc, struct ath_tid *tid)
sys/dev/netif/ath/ath/if_ath_tx.c
2907
ath_tx_tid_unsched(struct ath_softc *sc, struct ath_tid *tid)
sys/dev/netif/ath/ath/if_ath_tx.c
2926
ath_tx_tid_seqno_assign(struct ath_softc *sc, struct ieee80211_node *ni,
sys/dev/netif/ath/ath/if_ath_tx.c
294
ath_tx_dmasetup(struct ath_softc *sc, struct ath_buf *bf, struct mbuf *m0)
sys/dev/netif/ath/ath/if_ath_tx.c
2982
ath_tx_xmit_aggr(struct ath_softc *sc, struct ath_node *an,
sys/dev/netif/ath/ath/if_ath_tx.c
3070
ath_tx_swq(struct ath_softc *sc, struct ieee80211_node *ni,
sys/dev/netif/ath/ath/if_ath_tx.c
3216
ath_tx_set_clrdmask(struct ath_softc *sc, struct ath_node *an)
sys/dev/netif/ath/ath/if_ath_tx.c
3238
ath_tx_tid_init(struct ath_softc *sc, struct ath_node *an)
sys/dev/netif/ath/ath/if_ath_tx.c
3276
ath_tx_tid_pause(struct ath_softc *sc, struct ath_tid *tid)
sys/dev/netif/ath/ath/if_ath_tx.c
3300
ath_tx_tid_resume(struct ath_softc *sc, struct ath_tid *tid)
sys/dev/netif/ath/ath/if_ath_tx.c
3375
ath_tx_tid_filt_addbuf(struct ath_softc *sc, struct ath_tid *tid,
sys/dev/netif/ath/ath/if_ath_tx.c
3400
ath_tx_tid_filt_comp_buf(struct ath_softc *sc, struct ath_tid *tid,
sys/dev/netif/ath/ath/if_ath_tx.c
3425
ath_tx_tid_filt_comp_complete(struct ath_softc *sc, struct ath_tid *tid)
sys/dev/netif/ath/ath/if_ath_tx.c
3468
ath_tx_tid_filt_comp_single(struct ath_softc *sc, struct ath_tid *tid,
sys/dev/netif/ath/ath/if_ath_tx.c
3519
ath_tx_tid_filt_comp_aggr(struct ath_softc *sc, struct ath_tid *tid,
sys/dev/netif/ath/ath/if_ath_tx.c
3578
ath_tx_tid_bar_suspend(struct ath_softc *sc, struct ath_tid *tid)
sys/dev/netif/ath/ath/if_ath_tx.c
3612
ath_tx_tid_bar_unsuspend(struct ath_softc *sc, struct ath_tid *tid)
sys/dev/netif/ath/ath/if_ath_tx.c
3657
ath_tx_tid_bar_tx_ready(struct ath_softc *sc, struct ath_tid *tid)
sys/dev/netif/ath/ath/if_ath_tx.c
3696
ath_tx_tid_bar_tx(struct ath_softc *sc, struct ath_tid *tid)
sys/dev/netif/ath/ath/if_ath_tx.c
373
ath_tx_chaindesclist(struct ath_softc *sc, struct ath_desc *ds0,
sys/dev/netif/ath/ath/if_ath_tx.c
3819
ath_tx_tid_drain_pkt(struct ath_softc *sc, struct ath_node *an,
sys/dev/netif/ath/ath/if_ath_tx.c
3859
ath_tx_tid_drain_print(struct ath_softc *sc, struct ath_node *an,
sys/dev/netif/ath/ath/if_ath_tx.c
3996
ath_tx_tid_drain(struct ath_softc *sc, struct ath_node *an,
sys/dev/netif/ath/ath/if_ath_tx.c
4096
ath_tx_tid_reset(struct ath_softc *sc, struct ath_tid *tid)
sys/dev/netif/ath/ath/if_ath_tx.c
4165
ath_tx_node_flush(struct ath_softc *sc, struct ath_node *an)
sys/dev/netif/ath/ath/if_ath_tx.c
4234
ath_tx_txq_drain(struct ath_softc *sc, struct ath_txq *txq)
sys/dev/netif/ath/ath/if_ath_tx.c
4278
ath_tx_normal_comp(struct ath_softc *sc, struct ath_buf *bf, int fail)
sys/dev/netif/ath/ath/if_ath_tx.c
4363
ath_tx_comp_cleanup_unaggr(struct ath_softc *sc, struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath_tx.c
4404
ath_tx_tid_cleanup_frame(struct ath_softc *sc, struct ath_node *an,
sys/dev/netif/ath/ath/if_ath_tx.c
4469
ath_tx_tid_cleanup(struct ath_softc *sc, struct ath_node *an, int tid,
sys/dev/netif/ath/ath/if_ath_tx.c
4540
ath_tx_retry_clone(struct ath_softc *sc, struct ath_node *an,
sys/dev/netif/ath/ath/if_ath_tx.c
4606
ath_tx_aggr_retry_unaggr(struct ath_softc *sc, struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath_tx.c
4696
ath_tx_retry_subframe(struct ath_softc *sc, struct ath_buf *bf,
sys/dev/netif/ath/ath/if_ath_tx.c
4762
ath_tx_comp_aggr_error(struct ath_softc *sc, struct ath_buf *bf_first,
sys/dev/netif/ath/ath/if_ath_tx.c
4850
ath_tx_comp_cleanup_aggr(struct ath_softc *sc, struct ath_buf *bf_first)
sys/dev/netif/ath/ath/if_ath_tx.c
4913
ath_tx_aggr_comp_aggr(struct ath_softc *sc, struct ath_buf *bf_first,
sys/dev/netif/ath/ath/if_ath_tx.c
515
ath_tx_set_ratectrl(struct ath_softc *sc, struct ieee80211_node *ni,
sys/dev/netif/ath/ath/if_ath_tx.c
5248
ath_tx_aggr_comp_unaggr(struct ath_softc *sc, struct ath_buf *bf, int fail)
sys/dev/netif/ath/ath/if_ath_tx.c
5436
ath_tx_aggr_comp(struct ath_softc *sc, struct ath_buf *bf, int fail)
sys/dev/netif/ath/ath/if_ath_tx.c
5450
ath_tx_tid_hw_queue_aggr(struct ath_softc *sc, struct ath_node *an,
sys/dev/netif/ath/ath/if_ath_tx.c
560
ath_tx_setds_11n(struct ath_softc *sc, struct ath_buf *bf_first)
sys/dev/netif/ath/ath/if_ath_tx.c
5679
ath_tx_tid_hw_queue_norm(struct ath_softc *sc, struct ath_node *an,
sys/dev/netif/ath/ath/if_ath_tx.c
5771
ath_txq_sched(struct ath_softc *sc, struct ath_txq *txq)
sys/dev/netif/ath/ath/if_ath_tx.c
5873
ath_tx_ampdu_running(struct ath_softc *sc, struct ath_node *an, int tid)
sys/dev/netif/ath/ath/if_ath_tx.c
5891
ath_tx_ampdu_pending(struct ath_softc *sc, struct ath_node *an, int tid)
sys/dev/netif/ath/ath/if_ath_tx.c
5922
struct ath_softc *sc = ni->ni_ic->ic_softc;
sys/dev/netif/ath/ath/if_ath_tx.c
6008
struct ath_softc *sc = ni->ni_ic->ic_softc;
sys/dev/netif/ath/ath/if_ath_tx.c
6062
struct ath_softc *sc = ni->ni_ic->ic_softc;
sys/dev/netif/ath/ath/if_ath_tx.c
6144
ath_tx_node_reassoc(struct ath_softc *sc, struct ath_node *an)
sys/dev/netif/ath/ath/if_ath_tx.c
6211
struct ath_softc *sc = ni->ni_ic->ic_softc;
sys/dev/netif/ath/ath/if_ath_tx.c
6297
struct ath_softc *sc = ni->ni_ic->ic_softc;
sys/dev/netif/ath/ath/if_ath_tx.c
6334
ath_tx_node_is_asleep(struct ath_softc *sc, struct ath_node *an)
sys/dev/netif/ath/ath/if_ath_tx.c
6361
ath_tx_node_sleep(struct ath_softc *sc, struct ath_node *an)
sys/dev/netif/ath/ath/if_ath_tx.c
6404
ath_tx_node_wakeup(struct ath_softc *sc, struct ath_node *an)
sys/dev/netif/ath/ath/if_ath_tx.c
6440
ath_legacy_dma_txsetup(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath_tx.c
6448
ath_legacy_dma_txteardown(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath_tx.c
6456
ath_xmit_setup_legacy(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath_tx.c
707
ath_tx_handoff_mcast(struct ath_softc *sc, struct ath_txq *txq,
sys/dev/netif/ath/ath/if_ath_tx.c
750
ath_tx_handoff_hw(struct ath_softc *sc, struct ath_txq *txq,
sys/dev/netif/ath/ath/if_ath_tx.c
919
ath_legacy_tx_dma_restart(struct ath_softc *sc, struct ath_txq *txq)
sys/dev/netif/ath/ath/if_ath_tx.c
968
ath_legacy_xmit_handoff(struct ath_softc *sc, struct ath_txq *txq,
sys/dev/netif/ath/ath/if_ath_tx.c
985
ath_tx_tag_crypto(struct ath_softc *sc, struct ieee80211_node *ni,
sys/dev/netif/ath/ath/if_ath_tx.h
100
extern void ath_tx_swq(struct ath_softc *sc, struct ieee80211_node *ni,
sys/dev/netif/ath/ath/if_ath_tx.h
102
extern void ath_tx_tid_init(struct ath_softc *sc, struct ath_node *an);
sys/dev/netif/ath/ath/if_ath_tx.h
103
extern void ath_tx_tid_hw_queue_aggr(struct ath_softc *sc, struct ath_node *an,
sys/dev/netif/ath/ath/if_ath_tx.h
105
extern void ath_tx_tid_hw_queue_norm(struct ath_softc *sc, struct ath_node *an,
sys/dev/netif/ath/ath/if_ath_tx.h
107
extern void ath_txq_sched(struct ath_softc *sc, struct ath_txq *txq);
sys/dev/netif/ath/ath/if_ath_tx.h
108
extern void ath_tx_normal_comp(struct ath_softc *sc, struct ath_buf *bf,
sys/dev/netif/ath/ath/if_ath_tx.h
110
extern void ath_tx_aggr_comp(struct ath_softc *sc, struct ath_buf *bf,
sys/dev/netif/ath/ath/if_ath_tx.h
112
extern void ath_tx_addto_baw(struct ath_softc *sc, struct ath_node *an,
sys/dev/netif/ath/ath/if_ath_tx.h
116
extern void ath_tx_tid_sched(struct ath_softc *sc, struct ath_tid *tid);
sys/dev/netif/ath/ath/if_ath_tx.h
135
extern void ath_tx_node_sleep(struct ath_softc *sc, struct ath_node *an);
sys/dev/netif/ath/ath/if_ath_tx.h
136
extern void ath_tx_node_wakeup(struct ath_softc *sc, struct ath_node *an);
sys/dev/netif/ath/ath/if_ath_tx.h
137
extern int ath_tx_node_is_asleep(struct ath_softc *sc, struct ath_node *an);
sys/dev/netif/ath/ath/if_ath_tx.h
138
extern void ath_tx_node_reassoc(struct ath_softc *sc, struct ath_node *an);
sys/dev/netif/ath/ath/if_ath_tx.h
143
extern void ath_tx_push_pending(struct ath_softc *sc, struct ath_txq *txq);
sys/dev/netif/ath/ath/if_ath_tx.h
149
extern void ath_tx_alq_post(struct ath_softc *sc, struct ath_buf *bf_first);
sys/dev/netif/ath/ath/if_ath_tx.h
166
extern void ath_xmit_setup_legacy(struct ath_softc *sc);
sys/dev/netif/ath/ath/if_ath_tx.h
88
extern void ath_tx_node_flush(struct ath_softc *sc, struct ath_node *an);
sys/dev/netif/ath/ath/if_ath_tx.h
89
extern void ath_tx_txq_drain(struct ath_softc *sc, struct ath_txq *txq);
sys/dev/netif/ath/ath/if_ath_tx.h
90
extern void ath_txfrag_cleanup(struct ath_softc *sc, ath_bufhead *frags,
sys/dev/netif/ath/ath/if_ath_tx.h
92
extern int ath_txfrag_setup(struct ath_softc *sc, ath_bufhead *frags,
sys/dev/netif/ath/ath/if_ath_tx.h
94
extern int ath_tx_start(struct ath_softc *sc, struct ieee80211_node *ni,
sys/dev/netif/ath/ath/if_ath_tx_edma.c
145
static void ath_edma_tx_processq(struct ath_softc *sc, int dosched);
sys/dev/netif/ath/ath/if_ath_tx_edma.c
151
ath_edma_tx_fifo_fill(struct ath_softc *sc, struct ath_txq *txq)
sys/dev/netif/ath/ath/if_ath_tx_edma.c
230
ath_edma_dma_restart(struct ath_softc *sc, struct ath_txq *txq)
sys/dev/netif/ath/ath/if_ath_tx_edma.c
356
ath_edma_xmit_handoff_hw(struct ath_softc *sc, struct ath_txq *txq,
sys/dev/netif/ath/ath/if_ath_tx_edma.c
400
ath_edma_xmit_handoff_mcast(struct ath_softc *sc, struct ath_txq *txq,
sys/dev/netif/ath/ath/if_ath_tx_edma.c
455
ath_edma_xmit_handoff(struct ath_softc *sc, struct ath_txq *txq,
sys/dev/netif/ath/ath/if_ath_tx_edma.c
473
ath_edma_setup_txfifo(struct ath_softc *sc, int qnum)
sys/dev/netif/ath/ath/if_ath_tx_edma.c
494
ath_edma_free_txfifo(struct ath_softc *sc, int qnum)
sys/dev/netif/ath/ath/if_ath_tx_edma.c
504
ath_edma_dma_txsetup(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath_tx_edma.c
527
ath_edma_dma_txteardown(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath_tx_edma.c
544
ath_edma_tx_drain(struct ath_softc *sc, ATH_RESET_TYPE reset_type)
sys/dev/netif/ath/ath/if_ath_tx_edma.c
597
struct ath_softc *sc = (struct ath_softc *) arg;
sys/dev/netif/ath/ath/if_ath_tx_edma.c
610
ath_edma_tx_processq(struct ath_softc *sc, int dosched)
sys/dev/netif/ath/ath/if_ath_tx_edma.c
850
ath_edma_attach_comp_func(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath_tx_edma.c
857
ath_xmit_setup_edma(struct ath_softc *sc)
sys/dev/netif/ath/ath/if_ath_tx_edma.h
34
extern void ath_xmit_setup_edma(struct ath_softc *sc);
sys/dev/netif/ath/ath/if_ath_tx_ht.c
225
ath_tx_rate_fill_rcflags(struct ath_softc *sc, struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath_tx_ht.c
384
ath_compute_num_delims(struct ath_softc *sc, struct ath_buf *first_bf,
sys/dev/netif/ath/ath/if_ath_tx_ht.c
500
ath_get_aggr_limit(struct ath_softc *sc, struct ath_buf *bf)
sys/dev/netif/ath/ath/if_ath_tx_ht.c
531
ath_rateseries_setup(struct ath_softc *sc, struct ieee80211_node *ni,
sys/dev/netif/ath/ath/if_ath_tx_ht.c
632
ath_rateseries_print(struct ath_softc *sc, HAL_11N_RATE_SERIES *series)
sys/dev/netif/ath/ath/if_ath_tx_ht.c
657
ath_buf_set_rate(struct ath_softc *sc, struct ieee80211_node *ni,
sys/dev/netif/ath/ath/if_ath_tx_ht.c
734
ath_tx_form_aggr(struct ath_softc *sc, struct ath_node *an,
sys/dev/netif/ath/ath/if_ath_tx_ht.h
54
extern void ath_tx_rate_fill_rcflags(struct ath_softc *sc, struct ath_buf *bf);
sys/dev/netif/ath/ath/if_ath_tx_ht.h
56
extern void ath_buf_set_rate(struct ath_softc *sc,
sys/dev/netif/ath/ath/if_ath_tx_ht.h
60
ath_tx_form_aggr(struct ath_softc *sc, struct ath_node *an,
sys/dev/netif/ath/ath/if_athdfs.h
34
extern int ath_dfs_attach(struct ath_softc *sc);
sys/dev/netif/ath/ath/if_athdfs.h
35
extern int ath_dfs_detach(struct ath_softc *sc);
sys/dev/netif/ath/ath/if_athdfs.h
36
extern int ath_dfs_radar_enable(struct ath_softc *,
sys/dev/netif/ath/ath/if_athdfs.h
38
extern int ath_dfs_radar_disable(struct ath_softc *sc);
sys/dev/netif/ath/ath/if_athdfs.h
39
extern void ath_dfs_process_phy_err(struct ath_softc *sc, struct mbuf *m,
sys/dev/netif/ath/ath/if_athdfs.h
41
extern int ath_dfs_process_radar_event(struct ath_softc *sc,
sys/dev/netif/ath/ath/if_athdfs.h
43
extern int ath_dfs_tasklet_needed(struct ath_softc *sc,
sys/dev/netif/ath/ath/if_athdfs.h
45
extern int ath_ioctl_phyerr(struct ath_softc *sc, struct ath_diag *ad);
sys/dev/netif/ath/ath/if_athdfs.h
46
extern int ath_dfs_get_thresholds(struct ath_softc *sc,
sys/dev/netif/ath/ath/if_athrate.h
106
void ath_rate_node_init(struct ath_softc *, struct ath_node *);
sys/dev/netif/ath/ath/if_athrate.h
110
void ath_rate_node_cleanup(struct ath_softc *, struct ath_node *);
sys/dev/netif/ath/ath/if_athrate.h
116
void ath_rate_newassoc(struct ath_softc *, struct ath_node *,
sys/dev/netif/ath/ath/if_athrate.h
125
void ath_rate_getxtxrates(struct ath_softc *sc, struct ath_node *an,
sys/dev/netif/ath/ath/if_athrate.h
134
void ath_rate_findrate(struct ath_softc *, struct ath_node *,
sys/dev/netif/ath/ath/if_athrate.h
141
void ath_rate_setupxtxdesc(struct ath_softc *, struct ath_node *,
sys/dev/netif/ath/ath/if_athrate.h
153
void ath_rate_tx_complete(struct ath_softc *, struct ath_node *,
sys/dev/netif/ath/ath/if_athrate.h
160
int ath_rate_fetch_stats(struct ath_softc *sc, struct ath_rateioctl *rs);
sys/dev/netif/ath/ath/if_athrate.h
165
int ath_rate_fetch_node_stats(struct ath_softc *sc, struct ath_node *an,
sys/dev/netif/ath/ath/if_athrate.h
67
struct ath_softc;
sys/dev/netif/ath/ath/if_athrate.h
77
struct ath_ratectrl *ath_rate_attach(struct ath_softc *);
sys/dev/netif/ath/ath/if_athvar.h
1057
int ath_attach(u_int16_t, struct ath_softc *);
sys/dev/netif/ath/ath/if_athvar.h
1058
int ath_detach(struct ath_softc *);
sys/dev/netif/ath/ath/if_athvar.h
1059
void ath_resume(struct ath_softc *);
sys/dev/netif/ath/ath/if_athvar.h
1060
void ath_suspend(struct ath_softc *);
sys/dev/netif/ath/ath/if_athvar.h
1061
void ath_shutdown(struct ath_softc *);
sys/dev/netif/ath/ath/if_athvar.h
262
void(* bf_comp) (struct ath_softc *sc, struct ath_buf *bf, int fail);
sys/dev/netif/ath/ath/if_athvar.h
353
struct ath_softc *axq_softc; /* Needed for scheduling */
sys/dev/netif/ath/ath/if_athvar.h
522
void (*recv_sched_queue)(struct ath_softc *sc,
sys/dev/netif/ath/ath/if_athvar.h
524
void (*recv_sched)(struct ath_softc *sc, int dosched);
sys/dev/netif/ath/ath/if_athvar.h
525
void (*recv_stop)(struct ath_softc *sc, int dodelay);
sys/dev/netif/ath/ath/if_athvar.h
526
int (*recv_start)(struct ath_softc *sc);
sys/dev/netif/ath/ath/if_athvar.h
527
void (*recv_flush)(struct ath_softc *sc);
sys/dev/netif/ath/ath/if_athvar.h
529
int (*recv_rxbuf_init)(struct ath_softc *sc,
sys/dev/netif/ath/ath/if_athvar.h
531
int (*recv_setup)(struct ath_softc *sc);
sys/dev/netif/ath/ath/if_athvar.h
532
int (*recv_teardown)(struct ath_softc *sc);
sys/dev/netif/ath/ath/if_athvar.h
557
int (*xmit_setup)(struct ath_softc *sc);
sys/dev/netif/ath/ath/if_athvar.h
558
int (*xmit_teardown)(struct ath_softc *sc);
sys/dev/netif/ath/ath/if_athvar.h
559
void (*xmit_attach_comp_func)(struct ath_softc *sc);
sys/dev/netif/ath/ath/if_athvar.h
561
void (*xmit_dma_restart)(struct ath_softc *sc,
sys/dev/netif/ath/ath/if_athvar.h
563
void (*xmit_handoff)(struct ath_softc *sc,
sys/dev/netif/ath/ath/if_athvar.h
565
void (*xmit_drain)(struct ath_softc *sc,
sys/dev/netif/ath/ath/if_athvar.h
640
void (*sc_setdefantenna)(struct ath_softc *, u_int);
sys/dev/netif/ath/ath_dfs/null/dfs_null.c
106
ath_dfs_radar_enable(struct ath_softc *sc, struct ieee80211_channel *chan)
sys/dev/netif/ath/ath_dfs/null/dfs_null.c
159
ath_dfs_radar_disable(struct ath_softc *sc)
sys/dev/netif/ath/ath_dfs/null/dfs_null.c
180
ath_dfs_process_phy_err(struct ath_softc *sc, struct mbuf *m,
sys/dev/netif/ath/ath_dfs/null/dfs_null.c
194
ath_dfs_process_radar_event(struct ath_softc *sc,
sys/dev/netif/ath/ath_dfs/null/dfs_null.c
208
ath_dfs_tasklet_needed(struct ath_softc *sc, struct ieee80211_channel *chan)
sys/dev/netif/ath/ath_dfs/null/dfs_null.c
221
ath_ioctl_phyerr(struct ath_softc *sc, struct ath_diag *ad)
sys/dev/netif/ath/ath_dfs/null/dfs_null.c
294
ath_dfs_get_thresholds(struct ath_softc *sc, HAL_PHYERR_PARAM *param)
sys/dev/netif/ath/ath_dfs/null/dfs_null.c
87
ath_dfs_attach(struct ath_softc *sc)
sys/dev/netif/ath/ath_dfs/null/dfs_null.c
96
ath_dfs_detach(struct ath_softc *sc)
sys/dev/netif/ath/ath_rate/amrr/amrr.c
102
ath_rate_node_cleanup(struct ath_softc *sc, struct ath_node *an)
sys/dev/netif/ath/ath_rate/amrr/amrr.c
107
ath_rate_findrate(struct ath_softc *sc, struct ath_node *an,
sys/dev/netif/ath/ath_rate/amrr/amrr.c
128
ath_rate_getxtxrates(struct ath_softc *sc, struct ath_node *an,
sys/dev/netif/ath/ath_rate/amrr/amrr.c
148
ath_rate_setupxtxdesc(struct ath_softc *sc, struct ath_node *an,
sys/dev/netif/ath/ath_rate/amrr/amrr.c
161
ath_rate_tx_complete(struct ath_softc *sc, struct ath_node *an,
sys/dev/netif/ath/ath_rate/amrr/amrr.c
194
ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew)
sys/dev/netif/ath/ath_rate/amrr/amrr.c
221
ath_rate_update(struct ath_softc *sc, struct ieee80211_node *ni, int rate)
sys/dev/netif/ath/ath_rate/amrr/amrr.c
306
ath_rate_ctl_start(struct ath_softc *sc, struct ieee80211_node *ni)
sys/dev/netif/ath/ath_rate/amrr/amrr.c
358
struct ath_softc *sc = arg;
sys/dev/netif/ath/ath_rate/amrr/amrr.c
428
ath_rate_fetch_node_stats(struct ath_softc *sc, struct ath_node *an,
sys/dev/netif/ath/ath_rate/amrr/amrr.c
436
ath_rate_sysctlattach(struct ath_softc *sc)
sys/dev/netif/ath/ath_rate/amrr/amrr.c
454
ath_rate_attach(struct ath_softc *sc)
sys/dev/netif/ath/ath_rate/amrr/amrr.c
90
static void ath_rate_update(struct ath_softc *, struct ieee80211_node *,
sys/dev/netif/ath/ath_rate/amrr/amrr.c
92
static void ath_rate_ctl_start(struct ath_softc *, struct ieee80211_node *);
sys/dev/netif/ath/ath_rate/amrr/amrr.c
96
ath_rate_node_init(struct ath_softc *sc, struct ath_node *an)
sys/dev/netif/ath/ath_rate/onoe/onoe.c
100
static void ath_rate_ctl_start(struct ath_softc *, struct ieee80211_node *);
sys/dev/netif/ath/ath_rate/onoe/onoe.c
104
ath_rate_node_init(struct ath_softc *sc, struct ath_node *an)
sys/dev/netif/ath/ath_rate/onoe/onoe.c
110
ath_rate_node_cleanup(struct ath_softc *sc, struct ath_node *an)
sys/dev/netif/ath/ath_rate/onoe/onoe.c
115
ath_rate_findrate(struct ath_softc *sc, struct ath_node *an,
sys/dev/netif/ath/ath_rate/onoe/onoe.c
136
ath_rate_getxtxrates(struct ath_softc *sc, struct ath_node *an,
sys/dev/netif/ath/ath_rate/onoe/onoe.c
155
ath_rate_setupxtxdesc(struct ath_softc *sc, struct ath_node *an,
sys/dev/netif/ath/ath_rate/onoe/onoe.c
168
ath_rate_tx_complete(struct ath_softc *sc, struct ath_node *an,
sys/dev/netif/ath/ath_rate/onoe/onoe.c
187
ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew)
sys/dev/netif/ath/ath_rate/onoe/onoe.c
194
ath_rate_update(struct ath_softc *sc, struct ieee80211_node *ni, int rate)
sys/dev/netif/ath/ath_rate/onoe/onoe.c
279
ath_rate_ctl_start(struct ath_softc *sc, struct ieee80211_node *ni)
sys/dev/netif/ath/ath_rate/onoe/onoe.c
331
struct ath_softc *sc = arg;
sys/dev/netif/ath/ath_rate/onoe/onoe.c
396
ath_rate_sysctlattach(struct ath_softc *sc)
sys/dev/netif/ath/ath_rate/onoe/onoe.c
414
ath_rate_fetch_node_stats(struct ath_softc *sc, struct ath_node *an,
sys/dev/netif/ath/ath_rate/onoe/onoe.c
422
ath_rate_attach(struct ath_softc *sc)
sys/dev/netif/ath/ath_rate/onoe/onoe.c
98
static void ath_rate_update(struct ath_softc *, struct ieee80211_node *,
sys/dev/netif/ath/ath_rate/sample/sample.c
1017
ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew)
sys/dev/netif/ath/ath_rate/sample/sample.c
1042
ath_rate_ctl_reset(struct ath_softc *sc, struct ieee80211_node *ni)
sys/dev/netif/ath/ath_rate/sample/sample.c
115
static void ath_rate_ctl_reset(struct ath_softc *, struct ieee80211_node *);
sys/dev/netif/ath/ath_rate/sample/sample.c
1182
ath_rate_fetch_node_stats(struct ath_softc *sc, struct ath_node *an,
sys/dev/netif/ath/ath_rate/sample/sample.c
1266
struct ath_softc *sc = arg;
sys/dev/netif/ath/ath_rate/sample/sample.c
1320
struct ath_softc *sc = arg1;
sys/dev/netif/ath/ath_rate/sample/sample.c
1366
ath_rate_sysctlattach(struct ath_softc *sc, struct sample_softc *ssc)
sys/dev/netif/ath/ath_rate/sample/sample.c
1386
ath_rate_attach(struct ath_softc *sc)
sys/dev/netif/ath/ath_rate/sample/sample.c
139
ath_rate_node_init(struct ath_softc *sc, struct ath_node *an)
sys/dev/netif/ath/ath_rate/sample/sample.c
145
ath_rate_node_cleanup(struct ath_softc *sc, struct ath_node *an)
sys/dev/netif/ath/ath_rate/sample/sample.c
350
ath_rate_get_static_rix(struct ath_softc *sc, const struct ieee80211_node *ni)
sys/dev/netif/ath/ath_rate/sample/sample.c
376
ath_rate_update_static_rix(struct ath_softc *sc, struct ieee80211_node *ni)
sys/dev/netif/ath/ath_rate/sample/sample.c
400
ath_rate_pick_seed_rate_legacy(struct ath_softc *sc, struct ath_node *an,
sys/dev/netif/ath/ath_rate/sample/sample.c
441
ath_rate_pick_seed_rate_ht(struct ath_softc *sc, struct ath_node *an,
sys/dev/netif/ath/ath_rate/sample/sample.c
489
ath_rate_findrate(struct ath_softc *sc, struct ath_node *an,
sys/dev/netif/ath/ath_rate/sample/sample.c
672
ath_rate_getxtxrates(struct ath_softc *sc, struct ath_node *an,
sys/dev/netif/ath/ath_rate/sample/sample.c
695
ath_rate_setupxtxdesc(struct ath_softc *sc, struct ath_node *an,
sys/dev/netif/ath/ath_rate/sample/sample.c
720
update_stats(struct ath_softc *sc, struct ath_node *an,
sys/dev/netif/ath/ath_rate/sample/sample.c
852
badrate(struct ath_softc *sc, int series, int hwrate, int tries, int status)
sys/dev/netif/ath/ath_rate/sample/sample.c
861
ath_rate_tx_complete(struct ath_softc *sc, struct ath_node *an,
sys/dev/netif/ath/ath_rate/sample/sample.h
131
static unsigned calc_usecs_unicast_packet(struct ath_softc *sc,