Searched refs:ieee80211_next_txq (Results 1 – 6 of 6) sorted by relevance
523 txq = ieee80211_next_txq(phy->hw, qid); in mt76_txq_schedule_list()
6962 struct ieee80211_txq *ieee80211_next_txq(struct ieee80211_hw *hw, u8 ac);
3939 struct ieee80211_txq *ieee80211_next_txq(struct ieee80211_hw *hw, u8 ac) in ieee80211_next_txq() function3999 EXPORT_SYMBOL(ieee80211_next_txq);
1982 while ((queue = ieee80211_next_txq(hw, txq->mac80211_qnum))) { in ath_txq_schedule()
2036 while ((txq = ieee80211_next_txq(hw, ac))) { in rtw89_core_txq_schedule()
4457 while ((txq = ieee80211_next_txq(hw, ac))) { in ath10k_mac_schedule_txq()4743 txq = ieee80211_next_txq(hw, ac); in ath10k_mac_op_wake_tx_queue()