Searched refs:queue_stop_reasons (Results 1 – 7 of 7) sorted by relevance
1201 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()
262 unsigned long queue_stop_reasons[ member
2564 wl->queue_stop_reasons[wlvif->hw_queue_base + i] = 0; in wlcore_allocate_hw_queue_base()
412 if (local->queue_stop_reasons[i]) in _ieee80211_wake_txqs()454 if (!test_bit(reason, &local->queue_stop_reasons[queue])) in __ieee80211_wake_queue()466 __clear_bit(reason, &local->queue_stop_reasons[queue]); in __ieee80211_wake_queue()471 if (local->queue_stop_reasons[queue] != 0) in __ieee80211_wake_queue()528 set_bit(reason, &local->queue_stop_reasons[queue]); in __ieee80211_stop_queue()642 &local->queue_stop_reasons[queue]); in ieee80211_queue_stopped()
605 local->queue_stop_reasons[q], in queues_read()
1702 if (local->queue_stop_reasons[q] || in ieee80211_tx_frags()1706 if (local->queue_stop_reasons[q] & in ieee80211_tx_frags()3872 q_stopped = local->queue_stop_reasons[q]; in ieee80211_tx_dequeue()4603 if (local->queue_stop_reasons[q] || in __ieee80211_tx_8023()4906 if (local->queue_stop_reasons[i] || in ieee80211_tx_pending()
3574 if (local->queue_stop_reasons[q]) { in ieee80211_dynamic_ps_enable_work()