Lines Matching defs:queues
155 * Special buffers are used for event queues and the TX and RX
165 * it to be used for event queues, descriptor rings etc.
221 * used for event queues and descriptor rings.
527 /* For kernel-mode queues in Falcon A1, the JUMBO flag enables
642 * has already been incremented for the queues
655 /* Flush all the transmit queues, and continue flushing receive queues until
703 netif_err(efx, hw, efx->net_dev, "failed to flush %d queues "
752 * flush any RX queues because efx->rxq_flush_outstanding is at the limit of 4
754 * we keep incrementing for the newly initialised queues, but it never went to
756 * queues, as it doesn't go back to zero when we should be flushing the queues.
769 * Event queues are processed by per-channel tasklets.
1108 * the RX queue back to the mask of RX queues in need of flushing.
1508 u32 queues;
1513 queues = EF4_EXTRACT_DWORD(reg, 0, 31);
1526 if (queues & (1U << efx->irq_level) && soft_enabled) {
1533 if (queues != 0) {
1536 /* Schedule processing of any interrupting queues */
1539 if (queues & 1)
1541 queues >>= 1;
1556 /* Ensure we schedule or rearm all event queues */
1634 /* Looks at available SRAM resources and works out how many queues we
2777 /* Update scatter enable flags for filters pointing to our own RX queues */