Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/
H A Dtx.c469 txq = ieee80211_next_txq(phy->hw, qid); in mt76_txq_schedule_list()
/OK3568_Linux_fs/kernel/include/net/
H A Dmac80211.h6528 struct ieee80211_txq *ieee80211_next_txq(struct ieee80211_hw *hw, u8 ac);
/OK3568_Linux_fs/kernel/net/mac80211/
H A Dtx.c3794 struct ieee80211_txq *ieee80211_next_txq(struct ieee80211_hw *hw, u8 ac) in ieee80211_next_txq() function
3852 EXPORT_SYMBOL(ieee80211_next_txq);
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Dxmit.c1941 while ((queue = ieee80211_next_txq(hw, txq->mac80211_qnum))) { in ath_txq_schedule()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dmac.c4274 while ((txq = ieee80211_next_txq(hw, ac))) { in ath10k_mac_schedule_txq()
4556 txq = ieee80211_next_txq(hw, ac); in ath10k_mac_op_wake_tx_queue()