Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ti/wlcore/
H A Dtx.c1201 bool stopped = !!wl->queue_stop_reasons[hwq]; in wlcore_stop_queue_locked()
1204 WARN_ON_ONCE(test_and_set_bit(reason, &wl->queue_stop_reasons[hwq])); in wlcore_stop_queue_locked()
1231 WARN_ON_ONCE(!test_and_clear_bit(reason, &wl->queue_stop_reasons[hwq])); in wlcore_wake_queue()
1233 if (wl->queue_stop_reasons[hwq]) in wlcore_wake_queue()
1253 &wl->queue_stop_reasons[i])); in wlcore_stop_queues()
1274 &wl->queue_stop_reasons[i])); in wlcore_wake_queues()
1306 return test_bit(reason, &wl->queue_stop_reasons[hwq]); in wlcore_is_queue_stopped_by_reason_locked()
1315 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 Dieee80211_i.h1443 unsigned long queue_stop_reasons[IEEE80211_MAX_QUEUES]; member
H A Dmlme.c3462 if (local->queue_stop_reasons[q]) { in ieee80211_dynamic_ps_enable_work()