Searched refs:ath_buf (Results 1 – 7 of 7) sorted by relevance
| /drivers/net/wireless/ath/ath9k/ |
| A D | xmit.c | 199 struct ath_buf *bf) in ath_set_rates() 282 struct ath_buf *bf; in ath_tx_flush_tid() 365 struct ath_buf *bf; in ath_tid_drain() 433 static struct ath_buf* ath_clone_txbuf(struct ath_softc *sc, struct ath_buf *bf) in ath_clone_txbuf() 435 struct ath_buf *tbf; in ath_clone_txbuf() 641 struct ath_buf *tbf; in ath_tx_complete_aggr() 943 struct ath_buf *bf; in ath_tx_get_tid_subframe() 2221 struct ath_buf *bf; in ath_tx_setup_buffer() 2336 struct ath_buf *bf; in ath_tx_start() 2400 struct ath_buf *bf; in ath_tx_cabq() [all …]
|
| A 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() 201 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() 393 struct ath_buf *bf = NULL; in ath9k_beacon_tasklet()
|
| A D | debug.h | 24 struct ath_buf; 260 void ath_debug_stat_tx(struct ath_softc *sc, struct ath_buf *bf, 296 struct ath_buf *bf, in ath_debug_stat_tx()
|
| 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;
|
| A D | init.c | 340 struct ath_buf *bf; in ath_descdma_setup() 342 bsize = sizeof(struct ath_buf) * nbuf; in ath_descdma_setup()
|
| 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()
|
| A D | debug.c | 812 void ath_debug_stat_tx(struct ath_softc *sc, struct ath_buf *bf, in ath_debug_stat_tx()
|
Completed in 27 milliseconds