Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dtx99.c24 ath_drain_all_txq(sc); in ath9k_tx99_stop()
133 ath_drain_all_txq(sc); in ath9k_tx99_init()
H A Dmain.c225 ret &= ath_drain_all_txq(sc); in ath_prepare_reset()
227 ret &= ath_drain_all_txq(sc); in ath_prepare_reset()
2231 drain_txq = ath_drain_all_txq(sc); in __ath9k_flush()
H A Dath9k.h585 bool ath_drain_all_txq(struct ath_softc *sc);
H A Dxmit.c1928 bool ath_drain_all_txq(struct ath_softc *sc) in ath_drain_all_txq() function