Home
last modified time | relevance | path

Searched refs:q_stop_reasons (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/mac80211/
H A Dutil.c448 local->q_stop_reasons[queue][reason] = 0; in __ieee80211_wake_queue()
450 local->q_stop_reasons[queue][reason]--; in __ieee80211_wake_queue()
451 if (WARN_ON(local->q_stop_reasons[queue][reason] < 0)) in __ieee80211_wake_queue()
452 local->q_stop_reasons[queue][reason] = 0; in __ieee80211_wake_queue()
455 if (local->q_stop_reasons[queue][reason] == 0) in __ieee80211_wake_queue()
518 local->q_stop_reasons[queue][reason] = 1; in __ieee80211_stop_queue()
520 local->q_stop_reasons[queue][reason]++; in __ieee80211_stop_queue()
H A Dieee80211_i.h1193 int q_stop_reasons[IEEE80211_MAX_QUEUES][IEEE80211_QUEUE_STOP_REASONS]; member
/kernel/linux/linux-6.6/net/mac80211/
H A Dutil.c456 local->q_stop_reasons[queue][reason] = 0; in __ieee80211_wake_queue()
458 local->q_stop_reasons[queue][reason]--; in __ieee80211_wake_queue()
459 if (WARN_ON(local->q_stop_reasons[queue][reason] < 0)) in __ieee80211_wake_queue()
460 local->q_stop_reasons[queue][reason] = 0; in __ieee80211_wake_queue()
463 if (local->q_stop_reasons[queue][reason] == 0) in __ieee80211_wake_queue()
518 local->q_stop_reasons[queue][reason] = 1; in __ieee80211_stop_queue()
520 local->q_stop_reasons[queue][reason]++; in __ieee80211_stop_queue()
H A Dieee80211_i.h1344 int q_stop_reasons[IEEE80211_MAX_QUEUES][IEEE80211_QUEUE_STOP_REASONS]; member

Completed in 21 milliseconds