Lines Matching defs:queue
153 * refcount the global queue stop caused by that in order
164 int queue = sdata->vif.hw_queue[ieee80211_ac_from_tid(tid)];
166 /* we do refcounting here, so don't use the queue reason refcounting */
168 if (atomic_inc_return(&sdata->local->agg_queue_stop[queue]) == 1)
170 &sdata->local->hw, queue,
179 int queue = sdata->vif.hw_queue[ieee80211_ac_from_tid(tid)];
181 if (atomic_dec_return(&sdata->local->agg_queue_stop[queue]) == 0)
183 &sdata->local->hw, queue,
245 int queue = sdata->vif.hw_queue[ieee80211_ac_from_tid(tid)];
251 "TID %d gone but expected when splicing aggregates from the pending queue\n",
259 &local->pending[queue]);
283 * stop the queue now, we will not get any more packets, and any
285 * guaranteeing that no packets go to the tid_tx pending queue any