Home
last modified time | relevance | path

Searched refs:queue_stop_reasons (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/wireless/ti/wlcore/
H A Dtx.c1197 bool stopped = !!wl->queue_stop_reasons[hwq]; in wlcore_stop_queue_locked()
1200 WARN_ON_ONCE(test_and_set_bit(reason, &wl->queue_stop_reasons[hwq])); in wlcore_stop_queue_locked()
1227 WARN_ON_ONCE(!test_and_clear_bit(reason, &wl->queue_stop_reasons[hwq])); in wlcore_wake_queue()
1229 if (wl->queue_stop_reasons[hwq]) in wlcore_wake_queue()
1249 &wl->queue_stop_reasons[i])); in wlcore_stop_queues()
1270 &wl->queue_stop_reasons[i])); in wlcore_wake_queues()
1302 return test_bit(reason, &wl->queue_stop_reasons[hwq]); in wlcore_is_queue_stopped_by_reason_locked()
1311 return !!wl->queue_stop_reasons[hwq]; in wlcore_is_queue_stopped_locked()
H A Dwlcore.h262 unsigned long queue_stop_reasons[ member
/linux/net/mac80211/
H A Dutil.c401 if (local->queue_stop_reasons[i]) in _ieee80211_wake_txqs()
443 if (!test_bit(reason, &local->queue_stop_reasons[queue])) in __ieee80211_wake_queue()
455 __clear_bit(reason, &local->queue_stop_reasons[queue]); in __ieee80211_wake_queue()
460 if (local->queue_stop_reasons[queue] != 0) in __ieee80211_wake_queue()
517 set_bit(reason, &local->queue_stop_reasons[queue]); in __ieee80211_stop_queue()
631 &local->queue_stop_reasons[queue]); in ieee80211_queue_stopped()
H A Dtx.c1692 if (local->queue_stop_reasons[q] || in ieee80211_tx_frags()
1696 if (local->queue_stop_reasons[q] & in ieee80211_tx_frags()
3830 q_stopped = local->queue_stop_reasons[q]; in ieee80211_tx_dequeue()
4556 if (local->queue_stop_reasons[q] || in __ieee80211_tx_8023()
4860 if (local->queue_stop_reasons[i] || in ieee80211_tx_pending()
H A Dieee80211_i.h1377 unsigned long queue_stop_reasons[IEEE80211_MAX_QUEUES]; member
H A Dmlme.c3196 if (local->queue_stop_reasons[q]) { in ieee80211_dynamic_ps_enable_work()