Home
last modified time | relevance | path

Searched refs:ath9k_hw_releasetxqueue (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dmac.c346 bool ath9k_hw_releasetxqueue(struct ath_hw *ah, u32 q) in ath9k_hw_releasetxqueue() function
365 EXPORT_SYMBOL(ath9k_hw_releasetxqueue);
H A Dmac.h733 bool ath9k_hw_releasetxqueue(struct ath_hw *ah, u32 q);
H A Dhtc_drv_txrx.c843 ath9k_hw_releasetxqueue(ah, qnum); in ath9k_htc_txq_setup()
H A Dxmit.c1972 ath9k_hw_releasetxqueue(sc->sc_ah, txq->axq_qnum); in ath_tx_cleanupq()