Home
last modified time | relevance | path

Searched refs:ath9k_hw_gettxbuf (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
Dmac.c46 u32 ath9k_hw_gettxbuf(struct ath_hw *ah, u32 q) in ath9k_hw_gettxbuf() function
50 EXPORT_SYMBOL(ath9k_hw_gettxbuf);
Dmac.h716 u32 ath9k_hw_gettxbuf(struct ath_hw *ah, u32 q);
Dxmit.c2573 txq->axq_qnum, ath9k_hw_gettxbuf(sc->sc_ah, txq->axq_qnum), in ath_tx_processq()