Lines Matching refs:queued
1512 ring->queued = 0; in iwp_alloc_tx_ring()
1655 ring->queued = 0; in iwp_reset_tx_ring()
2377 ring->queued--; in iwp_tx_intr()
2378 if (ring->queued < 0) { in iwp_tx_intr()
2379 ring->queued = 0; in iwp_tx_intr()
2382 if ((sc->sc_need_reschedule) && (ring->queued <= (ring->count >> 3))) { in iwp_tx_intr()
3012 if (ring->queued > ring->count - IWP_MAX_WIN_SIZE) { in iwp_send()
3028 ring->queued++; in iwp_send()
3041 ring->queued--; in iwp_send()
3042 if ((sc->sc_need_reschedule) && (ring->queued <= 0)) { in iwp_send()
3076 ring->queued--; in iwp_send()
3077 if ((sc->sc_need_reschedule) && (ring->queued <= 0)) { in iwp_send()
3120 ring->queued--; in iwp_send()
3121 if ((sc->sc_need_reschedule) && (ring->queued <= 0)) { in iwp_send()