HomeSort by: relevance | last modified time | path
    Searched defs:txconf (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
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--)
  /src/sys/dev/pci/igc/
if_igc.c 641 int rxconf = 0, txconf = 0; local in function:igc_allocate_queues
656 for (int iq = 0; iq < sc->sc_nqueues; iq++, txconf++) {
724 for (struct tx_ring *txr = sc->tx_rings; txconf > 0; txr++, txconf--)

Completed in 16 milliseconds