Lines Matching refs:queues
213 /* Allocate TX/RX queues */
382 sc->queues = mallocarray(sc->sc_nqueues, sizeof(struct igc_queue),
384 if (sc->queues == NULL) {
407 /* Set up the TX queues. */
424 /* Set up the RX queues. */
444 iq = &sc->queues[i];
475 struct igc_queue *iq = sc->queues;
660 for (i = 0, iq = sc->queues; i < sc->sc_nqueues; i++, iq++) {
703 for (iq = sc->queues; i > 0; i--, iq++) {
1154 if (sc->queues[i].tag != NULL)
1155 intr_barrier(sc->queues[i].tag);
1703 struct igc_queue *iq = sc->queues;
2297 * This drops frames rather than hanging the RX MAC for all queues.
2404 * Each DWORD represents four queues, with the LSB
2407 * This just allocates buckets to queues using round-robin