Searched refs:ieee80211_queue_stopped (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/net/wireless/rsi/ |
| H A D | rsi_91x_core.c | 293 if (ieee80211_queue_stopped(adapter->hw, WME_AC(q_num))) in rsi_core_qos_processor() 485 if (!ieee80211_queue_stopped(adapter->hw, WME_AC(q_num))) in rsi_core_xmit()
|
| /linux/Documentation/driver-api/80211/ |
| H A D | mac80211.rst | 135 ieee80211_queue_stopped
|
| /linux/drivers/net/wireless/zydas/zd1211rw/ |
| H A D | zd_mac.c | 1163 while (!ieee80211_queue_stopped(mac->hw, 0)) { in zd_beacon_done()
|
| /linux/drivers/net/wireless/ath/carl9170/ |
| H A D | tx.c | 172 if (ieee80211_queue_stopped(ar->hw, i)) { in carl9170_tx_accounting_free()
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | core.c | 1482 if (ieee80211_queue_stopped(ah->hw, 0)) { in ath12k_core_pre_reconfigure_recovery()
|
| /linux/drivers/net/wireless/realtek/rtl818x/rtl8187/ |
| H A D | dev.c | 1086 if (ieee80211_queue_stopped(dev, 0)) in rtl8187_beacon_work()
|
| /linux/net/mac80211/ |
| H A D | util.c | 619 int ieee80211_queue_stopped(struct ieee80211_hw *hw, int queue) in ieee80211_queue_stopped() function 634 EXPORT_SYMBOL(ieee80211_queue_stopped);
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| H A D | main.c | 1002 ieee80211_queue_stopped(wlc->pub->ieee_hw, ac_queue)) in brcms_c_dotxstatus() 6812 WARN_ON(!ieee80211_queue_stopped(wlc->pub->ieee_hw, in brcms_c_tx() 6877 !ieee80211_queue_stopped(wlc->pub->ieee_hw, queue)) in brcms_c_txfifo()
|
| /linux/include/net/ |
| H A D | mac80211.h | 6186 int ieee80211_queue_stopped(struct ieee80211_hw *hw, int queue);
|