Searched refs:queue_stop_reasons (Results 1 – 8 of 8) sorted by relevance
1200 bool stopped = !!wl->queue_stop_reasons[hwq]; in wlcore_stop_queue_locked()1203 WARN_ON_ONCE(test_and_set_bit(reason, &wl->queue_stop_reasons[hwq])); in wlcore_stop_queue_locked()1230 WARN_ON_ONCE(!test_and_clear_bit(reason, &wl->queue_stop_reasons[hwq])); in wlcore_wake_queue()1232 if (wl->queue_stop_reasons[hwq]) in wlcore_wake_queue()1252 &wl->queue_stop_reasons[i])); in wlcore_stop_queues()1273 &wl->queue_stop_reasons[i])); in wlcore_wake_queues()1305 return test_bit(reason, &wl->queue_stop_reasons[hwq]); in wlcore_is_queue_stopped_by_reason_locked()1314 return !!wl->queue_stop_reasons[hwq]; in wlcore_is_queue_stopped_locked()
262 unsigned long queue_stop_reasons[ member
2487 wl->queue_stop_reasons[wlvif->hw_queue_base + i] = 0; in wlcore_allocate_hw_queue_base()
405 if (local->queue_stop_reasons[i]) in _ieee80211_wake_txqs()449 if (!test_bit(reason, &local->queue_stop_reasons[queue])) in __ieee80211_wake_queue()461 __clear_bit(reason, &local->queue_stop_reasons[queue]); in __ieee80211_wake_queue()463 if (local->queue_stop_reasons[queue] != 0) in __ieee80211_wake_queue()519 set_bit(reason, &local->queue_stop_reasons[queue]); in __ieee80211_stop_queue()633 &local->queue_stop_reasons[queue]); in ieee80211_queue_stopped()
574 local->queue_stop_reasons[q], in queues_read()
1710 if (local->queue_stop_reasons[q] || in ieee80211_tx_frags()1714 if (local->queue_stop_reasons[q] & in ieee80211_tx_frags()3793 q_stopped = local->queue_stop_reasons[q]; in ieee80211_tx_dequeue()4511 if (local->queue_stop_reasons[q] || in __ieee80211_tx_8023()4812 if (local->queue_stop_reasons[i] || in ieee80211_tx_pending()
1302 unsigned long queue_stop_reasons[IEEE80211_MAX_QUEUES]; member
2368 if (local->queue_stop_reasons[q]) { in ieee80211_dynamic_ps_enable_work()
Completed in 59 milliseconds