ix_txrx.c | 2363 int txconf = 0, rxconf = 0; local in function:ixgbe_allocate_queues 2382 * Now set up the TX queues, txconf is needed to handle the 2386 for (int i = 0; i < sc->num_queues; i++, txconf++) { 2492 for (txr = sc->tx_rings; txconf > 0; txr++, txconf--)
|