Home
last modified time | relevance | path

Searched refs:ieee80211_next_txq (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dtx.c533 txq = ieee80211_next_txq(phy->hw, qid); in mt76_txq_schedule_list()
/openbmc/linux/include/net/
H A Dmac80211.h7219 struct ieee80211_txq *ieee80211_next_txq(struct ieee80211_hw *hw, u8 ac);
/openbmc/linux/net/mac80211/
H A Dtx.c4030 struct ieee80211_txq *ieee80211_next_txq(struct ieee80211_hw *hw, u8 ac) in ieee80211_next_txq() function
4090 EXPORT_SYMBOL(ieee80211_next_txq);
H A Dutil.c321 while ((queue = ieee80211_next_txq(hw, txq->ac))) { in ieee80211_handle_wake_tx_queue()
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dxmit.c2000 while ((queue = ieee80211_next_txq(hw, txq->mac80211_qnum))) { in ath_txq_schedule()
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.c2320 while ((txq = ieee80211_next_txq(hw, ac))) { in rtw89_core_txq_schedule()
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c4458 while ((txq = ieee80211_next_txq(hw, ac))) { in ath10k_mac_schedule_txq()
4745 txq = ieee80211_next_txq(hw, ac); in ath10k_mac_op_wake_tx_queue()