Lines Matching refs:queued
1508 ring->queued = 0; in iwp_alloc_tx_ring()
1651 ring->queued = 0; in iwp_reset_tx_ring()
2373 ring->queued--; in iwp_tx_intr()
2374 if (ring->queued < 0) { in iwp_tx_intr()
2375 ring->queued = 0; in iwp_tx_intr()
2378 if ((sc->sc_need_reschedule) && (ring->queued <= (ring->count >> 3))) { in iwp_tx_intr()
3008 if (ring->queued > ring->count - IWP_MAX_WIN_SIZE) { in iwp_send()
3024 ring->queued++; in iwp_send()
3037 ring->queued--; in iwp_send()
3038 if ((sc->sc_need_reschedule) && (ring->queued <= 0)) { in iwp_send()
3072 ring->queued--; in iwp_send()
3073 if ((sc->sc_need_reschedule) && (ring->queued <= 0)) { in iwp_send()
3116 ring->queued--; in iwp_send()
3117 if ((sc->sc_need_reschedule) && (ring->queued <= 0)) { in iwp_send()