Searched refs:ath_buf (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-6.6/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, 71 struct ath_buf *bf); 72 static struct ath_buf *ath_tx_setup_buffer(struct ath_softc *sc, 163 static bool ath_merge_ratetbl(struct ieee80211_sta *sta, struct ath_buf *bf, in ath_merge_ratetbl() 200 struct ath_buf *bf) in ath_set_rates() 283 struct ath_buf *bf; in ath_tx_flush_tid() 319 struct ath_buf *bf) in ath_tx_update_baw() 342 struct ath_buf *bf) in ath_tx_addto_baw() 368 struct ath_buf *b in ath_tid_drain() [all...] |
H A D | debug.h | 24 struct ath_buf; 259 void ath_debug_stat_tx(struct ath_softc *sc, struct ath_buf *bf, 295 struct ath_buf *bf, in ath_debug_stat_tx()
|
H 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()
|
H A D | ath9k.h | 176 struct ath_buf *bf; 220 struct ath_buf { struct 222 struct ath_buf *bf_lastbf; /* last buf of this unit (a frame or 224 struct ath_buf *bf_next; /* next subframe in the aggregate */ 638 struct ath_buf *av_bcbuf;
|
H A D | init.c | 341 struct ath_buf *bf; in ath_descdma_setup() 343 bsize = sizeof(struct ath_buf) * nbuf; in ath_descdma_setup()
|
H A D | main.c | 833 struct ath_buf *bf; in ath9k_txq_list_has_key() 2258 struct ath_buf *bf; in ath9k_tx_last_beacon()
|
H A D | debug.c | 811 void ath_debug_stat_tx(struct ath_softc *sc, struct ath_buf *bf, in ath_debug_stat_tx()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | xmit.c | 55 static void ath_tx_complete_buf(struct ath_softc *sc, struct ath_buf *bf, 61 static void ath_tx_rc_status(struct ath_softc *sc, struct ath_buf *bf, 65 struct ath_buf *bf); 66 static struct ath_buf *ath_tx_setup_buffer(struct ath_softc *sc, 158 struct ath_buf *bf) in ath_set_rates() 236 struct ath_buf *bf; in ath_tx_flush_tid() 272 struct ath_buf *bf) in ath_tx_update_baw() 295 struct ath_buf *bf) in ath_tx_addto_baw() 321 struct ath_buf *bf; in ath_tid_drain() 348 struct ath_buf *b in ath_tx_set_retry() [all...] |
H A D | debug.h | 24 struct ath_buf; 258 void ath_debug_stat_tx(struct ath_softc *sc, struct ath_buf *bf, 294 struct ath_buf *bf, in ath_debug_stat_tx()
|
H 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()
|
H A D | ath9k.h | 175 struct ath_buf *bf; 219 struct ath_buf { struct 221 struct ath_buf *bf_lastbf; /* last buf of this unit (a frame or 223 struct ath_buf *bf_next; /* next subframe in the aggregate */ 637 struct ath_buf *av_bcbuf;
|
H A D | init.c | 341 struct ath_buf *bf; in ath_descdma_setup() 343 bsize = sizeof(struct ath_buf) * nbuf; in ath_descdma_setup()
|
H A D | main.c | 833 struct ath_buf *bf; in ath9k_txq_list_has_key() 2263 struct ath_buf *bf; in ath9k_tx_last_beacon()
|
H A D | debug.c | 782 void ath_debug_stat_tx(struct ath_softc *sc, struct ath_buf *bf, in ath_debug_stat_tx()
|
Completed in 27 milliseconds