Home
last modified time | relevance | path

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

/net/mac80211/
Dutil.c317 if (local->queue_stop_reasons[i]) in _ieee80211_wake_txqs()
366 local->queue_stop_reasons[sdata->vif.cab_queue] != 0) in ieee80211_propagate_queue_wake()
374 local->queue_stop_reasons[ac_queue] == 0 && in ieee80211_propagate_queue_wake()
393 if (!test_bit(reason, &local->queue_stop_reasons[queue])) in __ieee80211_wake_queue()
405 __clear_bit(reason, &local->queue_stop_reasons[queue]); in __ieee80211_wake_queue()
407 if (local->queue_stop_reasons[queue] != 0) in __ieee80211_wake_queue()
471 if (__test_and_set_bit(reason, &local->queue_stop_reasons[queue])) in __ieee80211_stop_queue()
611 &local->queue_stop_reasons[queue]); in ieee80211_queue_stopped()
Ddebugfs.c350 local->queue_stop_reasons[q], in queues_read()
Diface.c746 (local->queue_stop_reasons[sdata->vif.cab_queue] == 0 && in ieee80211_do_open()
751 if (local->queue_stop_reasons[ac_queue] == 0 && in ieee80211_do_open()
Dtx.c1648 if (local->queue_stop_reasons[q] || in ieee80211_tx_frags()
1652 if (local->queue_stop_reasons[q] & in ieee80211_tx_frags()
4205 if (local->queue_stop_reasons[i] || in ieee80211_tx_pending()
Dieee80211_i.h1167 unsigned long queue_stop_reasons[IEEE80211_MAX_QUEUES]; member
Dmlme.c1772 if (local->queue_stop_reasons[q]) { in ieee80211_dynamic_ps_enable_work()