Searched refs:ath_drain_all_txq (Results 1 – 3 of 3) sorted by relevance
258 stopped = ath_drain_all_txq(sc, false); in ath_set_channel()946 ath_drain_all_txq(sc, false); /* clear pending tx frames */ in ath_radio_disable()987 ath_drain_all_txq(sc, retry_tx); in ath_reset()1253 ath_drain_all_txq(sc, false); in ath9k_stop()2180 if (!ath_drain_all_txq(sc, false)) in ath9k_flush()
324 bool ath_drain_all_txq(struct ath_softc *sc, bool retry_tx);
1187 bool ath_drain_all_txq(struct ath_softc *sc, bool retry_tx) in ath_drain_all_txq() function