Home
last modified time | relevance | path

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

/drivers/net/wireless/ti/wlcore/
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()
A Dwlcore.h262 unsigned long queue_stop_reasons[ member
A Dmain.c2567 wl->queue_stop_reasons[wlvif->hw_queue_base + i] = 0; in wlcore_allocate_hw_queue_base()

Completed in 17 milliseconds