Searched refs:queue_stop_reasons (Results 1 – 9 of 9) sorted by relevance
1214 bool stopped = !!wl->queue_stop_reasons[hwq]; in wlcore_stop_queue_locked()1217 WARN_ON_ONCE(test_and_set_bit(reason, &wl->queue_stop_reasons[hwq])); in wlcore_stop_queue_locked()1244 WARN_ON_ONCE(!test_and_clear_bit(reason, &wl->queue_stop_reasons[hwq])); in wlcore_wake_queue()1246 if (wl->queue_stop_reasons[hwq]) in wlcore_wake_queue()1266 &wl->queue_stop_reasons[i])); in wlcore_stop_queues()1287 &wl->queue_stop_reasons[i])); in wlcore_wake_queues()1319 return test_bit(reason, &wl->queue_stop_reasons[hwq]); in wlcore_is_queue_stopped_by_reason_locked()1328 return !!wl->queue_stop_reasons[hwq]; in wlcore_is_queue_stopped_locked()
271 unsigned long queue_stop_reasons[ member
2539 wl->queue_stop_reasons[wlvif->hw_queue_base + i] = 0; in wlcore_allocate_hw_queue_base()
174 local->queue_stop_reasons[q], in queues_read()
257 local->queue_stop_reasons[sdata->vif.cab_queue] != 0) in ieee80211_propagate_queue_wake()270 local->queue_stop_reasons[ac_queue] == 0 && in ieee80211_propagate_queue_wake()288 if (!test_bit(reason, &local->queue_stop_reasons[queue])) in __ieee80211_wake_queue()297 __clear_bit(reason, &local->queue_stop_reasons[queue]); in __ieee80211_wake_queue()299 if (local->queue_stop_reasons[queue] != 0) in __ieee80211_wake_queue()349 if (__test_and_set_bit(reason, &local->queue_stop_reasons[queue])) in __ieee80211_stop_queue()482 &local->queue_stop_reasons[queue]); in ieee80211_queue_stopped()
731 (local->queue_stop_reasons[sdata->vif.cab_queue] == 0 && in ieee80211_do_open()736 if (local->queue_stop_reasons[ac_queue] == 0 && in ieee80211_do_open()
1343 if (local->queue_stop_reasons[q] || in ieee80211_tx_frags()1347 if (local->queue_stop_reasons[q] & in ieee80211_tx_frags()3053 if (local->queue_stop_reasons[i] || in ieee80211_tx_pending()
1109 unsigned long queue_stop_reasons[IEEE80211_MAX_QUEUES]; member
1598 if (local->queue_stop_reasons[q]) { in ieee80211_dynamic_ps_enable_work()