Searched refs:ath_buf (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | xmit.c | 61 static void ath_tx_complete_buf(struct ath_softc *sc, struct ath_buf *bf, 67 static void ath_tx_rc_status(struct ath_softc *sc, struct ath_buf *bf, 70 static void ath_tx_update_baw(struct ath_atx_tid *tid, struct ath_buf *bf); 71 static struct ath_buf *ath_tx_setup_buffer(struct ath_softc *sc, 162 static bool ath_merge_ratetbl(struct ieee80211_sta *sta, struct ath_buf *bf, in ath_merge_ratetbl() 199 struct ath_buf *bf) in ath_set_rates() 282 struct ath_buf *bf; in ath_tx_flush_tid() 317 static void ath_tx_update_baw(struct ath_atx_tid *tid, struct ath_buf *bf) in ath_tx_update_baw() 339 static void ath_tx_addto_baw(struct ath_atx_tid *tid, struct ath_buf *bf) in ath_tx_addto_baw() 365 struct ath_buf *bf; in ath_tid_drain() [all …]
|
| H A D | ath9k.h | 177 struct ath_buf *bf; 221 struct ath_buf { struct 223 struct ath_buf *bf_lastbf; /* last buf of this unit (a frame or argument 225 struct ath_buf *bf_next; /* next subframe in the aggregate */ argument 638 struct ath_buf *av_bcbuf;
|
| H A D | init.c | 340 struct ath_buf *bf; in ath_descdma_setup() 342 bsize = sizeof(struct ath_buf) * nbuf; in ath_descdma_setup()
|
| H A D | main.c | 832 struct ath_buf *bf; in ath9k_txq_list_has_key() 2258 struct ath_buf *bf; in ath9k_tx_last_beacon()
|