Searched refs:__ath9k_flush (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | channel.c | 1247 __ath9k_flush(sc->hw, ~0, true, false, false); in ath_chanctx_set_next() 1250 __ath9k_flush(sc->hw, BIT(IEEE80211_AC_VO), in ath_chanctx_set_next()
|
D | main.c | 2037 __ath9k_flush(hw, queues, drop, true, true); in ath9k_flush() 2042 __ath9k_flush(hw, queues, drop, true, false); in ath9k_flush() 2046 void __ath9k_flush(struct ieee80211_hw *hw, u32 queues, bool drop, in __ath9k_flush() function
|
D | ath9k.h | 723 void __ath9k_flush(struct ieee80211_hw *hw, u32 queues, bool drop,
|