Lines Matching refs:queues
678 * The timer is set to 5 every time ixgbe_start() queues a packet.
792 /* Now enable all the queues */
1035 for (i = 0, que = sc->queues; i < sc->num_queues; i++, que++)
1655 if (sc->queues[i].tag != NULL)
1656 intr_barrier(sc->queues[i].tag);
1763 for (i = 0, que = sc->queues; i < sc->num_queues; i++, que++) {
1806 for (que = sc->queues; i > 0; i--, que++) {
1834 /* XXX the number of queues is limited to what we can keep stats on */
1876 struct ix_queue *que = sc->queues;
2147 if (!(sc->queues = mallocarray(sc->num_queues,
2172 * Now set up the TX queues, txconf is needed to handle the
2193 * Next the RX queues...
2218 que = &sc->queues[i];
3583 struct ix_queue *que = sc->queues;