Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dutil.c446 local->q_stop_reasons[queue][reason] = 0; in __ieee80211_wake_queue()
448 local->q_stop_reasons[queue][reason]--; in __ieee80211_wake_queue()
449 if (WARN_ON(local->q_stop_reasons[queue][reason] < 0)) in __ieee80211_wake_queue()
450 local->q_stop_reasons[queue][reason] = 0; in __ieee80211_wake_queue()
453 if (local->q_stop_reasons[queue][reason] == 0) in __ieee80211_wake_queue()
457 local->q_stop_reasons[queue][reason]); in __ieee80211_wake_queue()
509 local->q_stop_reasons[queue][reason] = 1; in __ieee80211_stop_queue()
511 local->q_stop_reasons[queue][reason]++; in __ieee80211_stop_queue()
514 local->q_stop_reasons[queue][reason]); in __ieee80211_stop_queue()
H A Dieee80211_i.h1443 int q_stop_reasons[IEEE80211_MAX_QUEUES][IEEE80211_QUEUE_STOP_REASONS]; member