Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/wireless/ath/ath9k/
Dmac.c45 u32 ath9k_hw_gettxbuf(struct ath_hw *ah, u32 q) in ath9k_hw_gettxbuf() function
49 EXPORT_SYMBOL(ath9k_hw_gettxbuf);
Dmac.h673 u32 ath9k_hw_gettxbuf(struct ath_hw *ah, u32 q);
Dxmit.c2008 txq->axq_qnum, ath9k_hw_gettxbuf(sc->sc_ah, txq->axq_qnum), in ath_tx_processq()