Searched refs:ath_buf (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | xmit.c | 54 static void ath_tx_complete_buf(struct ath_softc *sc, struct ath_buf *bf, 59 static void ath_tx_rc_status(struct ath_softc *sc, struct ath_buf *bf, 64 static struct ath_buf *ath_tx_setup_buffer(struct ath_softc *sc, 150 struct ath_buf *bf) in ath_set_rates() 214 struct ath_buf *bf; in ath_tx_tid_change_state() 242 struct ath_buf *bf; in ath_tx_flush_tid() 296 struct ath_buf *bf) in ath_tx_addto_baw() 319 struct ath_buf *bf; in ath_tid_drain() 345 struct ath_buf *bf = fi->bf; in ath_tx_set_retry() 361 static struct ath_buf *ath_tx_get_buffer(struct ath_softc *sc) in ath_tx_get_buffer() [all …]
|
D | debug.h | 24 struct ath_buf; 253 void ath_debug_stat_tx(struct ath_softc *sc, struct ath_buf *bf, 289 struct ath_buf *bf, in ath_debug_stat_tx()
|
D | beacon.c | 73 struct ath_buf *bf, int rateidx) in ath9k_beacon_setup() 112 static struct ath_buf *ath9k_beacon_generate(struct ieee80211_hw *hw, in ath9k_beacon_generate() 117 struct ath_buf *bf; in ath9k_beacon_generate() 200 avp->av_bcbuf = list_first_entry(&sc->beacon.bbuf, struct ath_buf, list); in ath9k_beacon_assign_slot() 221 struct ath_buf *bf = avp->av_bcbuf; in ath9k_beacon_remove_slot() 324 struct ath_buf *bf = NULL; in ath9k_beacon_tasklet()
|
D | ath9k.h | 184 struct ath_buf *bf; 227 struct ath_buf { struct 229 struct ath_buf *bf_lastbf; /* last buf of this unit (a frame or argument 231 struct ath_buf *bf_next; /* next subframe in the aggregate */ argument 610 struct ath_buf *av_bcbuf;
|
D | init.c | 283 struct ath_buf *bf; in ath_descdma_setup() 285 bsize = sizeof(struct ath_buf) * nbuf; in ath_descdma_setup()
|
D | debug.c | 782 void ath_debug_stat_tx(struct ath_softc *sc, struct ath_buf *bf, in ath_debug_stat_tx()
|
D | main.c | 2099 struct ath_buf *bf; in ath9k_tx_last_beacon()
|