Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dtx.c541 txq = ieee80211_next_txq(phy->hw, qid); in mt76_txq_schedule_list()
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dmac80211.h1705 ieee80211_next_txq(struct ieee80211_hw *hw, uint8_t ac) in ieee80211_next_txq() function
/freebsd/sys/contrib/dev/rtw89/
H A Dcore.c2324 while ((txq = ieee80211_next_txq(hw, ac))) { in rtw89_core_txq_schedule()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dmac.c4467 while ((txq = ieee80211_next_txq(hw, ac))) { in ath10k_mac_schedule_txq()
4754 txq = ieee80211_next_txq(hw, ac); in ath10k_mac_op_wake_tx_queue()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c6077 ntxq = ieee80211_next_txq(hw, txq->ac); in linuxkpi_ieee80211_handle_wake_tx_queue()