Searched refs:ieee80211_return_txq (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/ |
H A D | tx.c | 492 ieee80211_return_txq(phy->hw, txq, false); in mt76_txq_schedule_list()
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/ |
H A D | tx.c | 564 ieee80211_return_txq(phy->hw, txq, false); in mt76_txq_schedule_list()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/ |
H A D | core.c | 2325 ieee80211_return_txq(hw, txq, true); in rtw89_core_txq_schedule() 2333 ieee80211_return_txq(hw, txq, true); in rtw89_core_txq_schedule() 2338 ieee80211_return_txq(hw, txq, sched_txq); in rtw89_core_txq_schedule()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | mac80211.h | 116 * ieee80211_return_txq(). 6501 * is returned, it should be returned with ieee80211_return_txq() after the 6512 * Should be called before ieee80211_next_txq() or ieee80211_return_txq(). 6544 * ieee80211_return_txq - return a TXQ previously acquired by ieee80211_next_txq() 6554 ieee80211_return_txq(struct ieee80211_hw *hw, struct ieee80211_txq *txq, in ieee80211_return_txq() function 6579 * for transmission, and then return the TXQ through ieee80211_return_txq().
|
/kernel/linux/linux-6.6/include/net/ |
H A D | mac80211.h | 118 * ieee80211_return_txq(). 7181 * is returned, it should be returned with ieee80211_return_txq() after the 7192 * Should be called before ieee80211_next_txq() or ieee80211_return_txq(). 7224 * ieee80211_return_txq - return a TXQ previously acquired by ieee80211_next_txq() 7234 ieee80211_return_txq(struct ieee80211_hw *hw, struct ieee80211_txq *txq, in ieee80211_return_txq() function 7259 * for transmission, and then return the TXQ through ieee80211_return_txq().
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | xmit.c | 1950 ieee80211_return_txq(hw, queue, force); in ath_txq_schedule()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | xmit.c | 2009 ieee80211_return_txq(hw, queue, force); in ath_txq_schedule()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | htt_rx.c | 3352 ieee80211_return_txq(hw, txq, false); in ath10k_htt_rx_tx_fetch_ind()
|
H A D | mac.c | 4280 ieee80211_return_txq(hw, txq, false); in ath10k_mac_schedule_txq() 4565 ieee80211_return_txq(hw, txq, false); in ath10k_mac_op_wake_tx_queue()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | htt_rx.c | 3476 ieee80211_return_txq(hw, txq, false); in ath10k_htt_rx_tx_fetch_ind()
|
H A D | mac.c | 4463 ieee80211_return_txq(hw, txq, false); in ath10k_mac_schedule_txq() 4753 ieee80211_return_txq(hw, txq, false); in ath10k_mac_op_wake_tx_queue()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | util.c | 323 ieee80211_return_txq(hw, queue, false); in ieee80211_handle_wake_tx_queue()
|
Completed in 86 milliseconds