Searched refs:ath9k_hw_puttxbuf (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | mac.c | 52 void ath9k_hw_puttxbuf(struct ath_hw *ah, u32 q, u32 txdp) in ath9k_hw_puttxbuf() function 56 EXPORT_SYMBOL(ath9k_hw_puttxbuf); variable
|
H A D | beacon.c | 503 ath9k_hw_puttxbuf(ah, sc->beacon.beaconq, bf->bf_daddr); in ath9k_beacon_tasklet()
|
H A D | mac.h | 719 void ath9k_hw_puttxbuf(struct ath_hw *ah, u32 q, u32 txdp);
|
H A D | xmit.c | 2025 ath9k_hw_puttxbuf(ah, txq->axq_qnum, bf->bf_daddr); in ath_tx_txqaddbuf()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | mac.c | 52 void ath9k_hw_puttxbuf(struct ath_hw *ah, u32 q, u32 txdp) in ath9k_hw_puttxbuf() function 56 EXPORT_SYMBOL(ath9k_hw_puttxbuf); variable
|
H A D | beacon.c | 503 ath9k_hw_puttxbuf(ah, sc->beacon.beaconq, bf->bf_daddr); in ath9k_beacon_tasklet()
|
H A D | mac.h | 721 void ath9k_hw_puttxbuf(struct ath_hw *ah, u32 q, u32 txdp);
|
H A D | xmit.c | 2084 ath9k_hw_puttxbuf(ah, txq->axq_qnum, bf->bf_daddr); in ath_tx_txqaddbuf()
|
Completed in 30 milliseconds