Home
last modified time | relevance | path

Searched refs:agg_queue_stop (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/mac80211/
H A Dagg-tx.c168 if (atomic_inc_return(&sdata->local->agg_queue_stop[queue]) == 1) in __acquires()
181 if (atomic_dec_return(&sdata->local->agg_queue_stop[queue]) == 0) in __releases()
H A Dmain.c863 atomic_set(&local->agg_queue_stop[i], 0); in ieee80211_alloc_hw_nm()
H A Dieee80211_i.h1448 atomic_t agg_queue_stop[IEEE80211_MAX_QUEUES]; member