Home
last modified time | relevance | path

Searched refs:q_stop_reasons (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/net/mac80211/
Dutil.c397 local->q_stop_reasons[queue][reason] = 0; in __ieee80211_wake_queue()
399 local->q_stop_reasons[queue][reason]--; in __ieee80211_wake_queue()
400 if (WARN_ON(local->q_stop_reasons[queue][reason] < 0)) in __ieee80211_wake_queue()
401 local->q_stop_reasons[queue][reason] = 0; in __ieee80211_wake_queue()
404 if (local->q_stop_reasons[queue][reason] == 0) in __ieee80211_wake_queue()
467 local->q_stop_reasons[queue][reason] = 1; in __ieee80211_stop_queue()
469 local->q_stop_reasons[queue][reason]++; in __ieee80211_stop_queue()
Dieee80211_i.h1155 int q_stop_reasons[IEEE80211_MAX_QUEUES][IEEE80211_QUEUE_STOP_REASONS]; member