Lines Matching defs:queues
158 * Special buffers are used for event queues and the TX and RX
168 * it to be used for event queues, descriptor rings etc.
224 * used for event queues and descriptor rings.
518 /* For kernel-mode queues in Siena, the JUMBO flag enables scatter. */
629 * has already been incremented for the queues
642 /* Flush all the transmit queues, and continue flushing receive queues until
701 netif_err(efx, hw, efx->net_dev, "failed to flush %d queues "
750 * flush any RX queues because efx->rxq_flush_outstanding is at the limit of 4
752 * we keep incrementing for the newly initialised queues, but it never went to
754 * queues, as it doesn't go back to zero when we should be flushing the queues.
767 * Event queues are processed by per-channel tasklets.
1099 * the RX queue back to the mask of RX queues in need of flushing.
1520 u32 queues;
1525 queues = EFX_EXTRACT_DWORD(reg, 0, 31);
1538 if (queues & (1U << efx->irq_level) && soft_enabled) {
1545 if (queues != 0) {
1548 /* Schedule processing of any interrupting queues */
1551 if (queues & 1)
1553 queues >>= 1;
1568 /* Ensure we schedule or rearm all event queues */
1660 /* Looks at available SRAM resources and works out how many queues we
1760 /* Use an interrupt level unused by event queues */
2856 /* Update scatter enable flags for filters pointing to our own RX queues */