HomeSort by: relevance | last modified time | path
    Searched defs:rxconf (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
2437 for (int i = 0; i < sc->num_queues; i++, rxconf++) {
2489 for (rxr = sc->rx_rings; rxconf > 0; rxr++, rxconf--)
  /src/sys/dev/pci/igc/
if_igc.c 641 int rxconf = 0, txconf = 0; local in function:igc_allocate_queues
681 for (int iq = 0; iq < sc->sc_nqueues; iq++, rxconf++) {
722 for (struct rx_ring *rxr = sc->rx_rings; rxconf > 0; rxr++, rxconf--)

Completed in 17 milliseconds