Searched refs:ieee80211_next_txq (Results 1 – 5 of 5) sorted by relevance
494 txq = ieee80211_next_txq(dev->hw, qid); in mt76_txq_schedule_list()
6289 struct ieee80211_txq *ieee80211_next_txq(struct ieee80211_hw *hw, u8 ac);
3671 struct ieee80211_txq *ieee80211_next_txq(struct ieee80211_hw *hw, u8 ac) in ieee80211_next_txq() function3711 EXPORT_SYMBOL(ieee80211_next_txq);
1936 while ((queue = ieee80211_next_txq(hw, txq->mac80211_qnum))) { in ath_txq_schedule()
4126 while ((txq = ieee80211_next_txq(hw, ac))) { in ath10k_mac_schedule_txq()4408 txq = ieee80211_next_txq(hw, ac); in ath10k_mac_op_wake_tx_queue()