Lines Matching refs:paused

1409  * so it goes out even though the queue is paused.
2012 * queuing it, as the TID will now be paused.
2015 * It queues directly to hardware because the TID is paused
2799 if (tid->paused)
2825 return; /* paused, can't schedule yet */
2951 /* paused? queue */
2954 /* XXX don't sched - we're paused! */
3058 * If the TID is paused or the traffic it outside BAW, software
3065 /* TID is paused, queue */
3066 DPRINTF(sc, ATH_DEBUG_SW_TX, "%s: paused\n", __func__);
3171 * TIDs (eg, if all tids are being paused, resumed, etc.)
3215 atid->paused = 0;
3239 tid->paused++;
3240 DPRINTF(sc, ATH_DEBUG_SW_TX_CTRL, "%s: [%6D]: tid=%d, paused = %d\n",
3244 tid->paused);
3260 if (tid->paused == 0) {
3262 "%s: [%6D]: tid=%d, paused=0?\n",
3267 tid->paused--;
3275 tid->paused);
3277 if (tid->paused)
3385 /* And only resume if we had paused before */
3773 "sched=%d, paused=%d, "
3781 tid->sched, tid->paused,
3904 tid->paused = tid->sched = tid->addba_tx_pending = 0;
3911 * have the right paused counter.
3918 if (tid->paused > 0) {
3919 tid->paused --;
3933 if (tid->paused > 0) {
3934 tid->paused --;
5266 * If the upper layer has paused the TID, don't
5490 * If the upper layers have paused the TID, don't
5588 * Suspend paused queues here; they'll be resumed
5591 DPRINTF(sc, ATH_DEBUG_SW_TX, "%s: tid=%d, paused=%d\n",
5592 __func__, tid->tid, tid->paused);
5628 * XXX What should we do about nodes that were paused
5724 * In the past, these packets would be "paused" (which still works
5850 * Unblock the pending BAR held traffic, if it's currently paused.
5880 * Since we've paused the queue above, we need to make
5883 * this stuff, so we don't need to also keep it paused.