Searched refs:ath9k_has_tx_pending (Results 1 – 1 of 1) sorted by relevance
2146 static bool ath9k_has_tx_pending(struct ath_softc *sc, in ath9k_has_tx_pending() function2224 if (wait_event_timeout(sc->tx_wait, !ath9k_has_tx_pending(sc, sw_pending), in __ath9k_flush()2248 return ath9k_has_tx_pending(sc, true); in ath9k_tx_frames_pending()