Searched refs:q_stop_reasons (Results 1 – 2 of 2) sorted by relevance
461 local->q_stop_reasons[queue][reason] = 0; in __ieee80211_wake_queue()463 local->q_stop_reasons[queue][reason]--; in __ieee80211_wake_queue()464 if (WARN_ON(local->q_stop_reasons[queue][reason] < 0)) in __ieee80211_wake_queue()465 local->q_stop_reasons[queue][reason] = 0; in __ieee80211_wake_queue()468 if (local->q_stop_reasons[queue][reason] == 0) in __ieee80211_wake_queue()472 local->q_stop_reasons[queue][reason]); in __ieee80211_wake_queue()524 local->q_stop_reasons[queue][reason] = 1; in __ieee80211_stop_queue()526 local->q_stop_reasons[queue][reason]++; in __ieee80211_stop_queue()529 local->q_stop_reasons[queue][reason]); in __ieee80211_stop_queue()
1484 int q_stop_reasons[IEEE80211_MAX_QUEUES][IEEE80211_QUEUE_STOP_REASONS]; member