Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dmac.c46 u32 ath9k_hw_gettxbuf(struct ath_hw *ah, u32 q) in ath9k_hw_gettxbuf() function
50 EXPORT_SYMBOL(ath9k_hw_gettxbuf);
H A Dmac.h720 u32 ath9k_hw_gettxbuf(struct ath_hw *ah, u32 q);
H A Dxmit.c2641 txq->axq_qnum, ath9k_hw_gettxbuf(sc->sc_ah, txq->axq_qnum), in ath_tx_processq()