Home
last modified time | relevance | path

Searched refs:ieee80211_tx_dequeue_ni (Results 1 – 3 of 3) sorted by relevance

/linux/include/net/ !
H A Dmac80211.h7428 * In process context, use ieee80211_tx_dequeue_ni() instead.
7434 * ieee80211_tx_dequeue_ni - dequeue a packet from a software tx queue
7446 static inline struct sk_buff *ieee80211_tx_dequeue_ni(struct ieee80211_hw *hw, in ieee80211_tx_dequeue_ni() function
/linux/drivers/net/wireless/realtek/rtw89/ !
H A Dcore.c3207 skb = ieee80211_tx_dequeue_ni(rtwdev->hw, txq); in rtw89_core_txq_push()
/linux/drivers/net/wireless/ath/ath10k/ !
H A Dmac.c4416 skb = ieee80211_tx_dequeue_ni(hw, txq); in ath10k_mac_tx_push_txq()