Home
last modified time | relevance | path

Searched refs:txconf (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/dev/ixgbe/
HDix_txrx.c2148 int txconf = 0, rxconf = 0; local
2195 for (int i = 0; i < adapter->num_queues; i++, txconf++) {
2298 for (txr = adapter->tx_rings; txconf > 0; txr++, txconf--)
/NextBSD/sys/net/
HDiflib.c3313 int i, j, err, txconf, rxconf; in iflib_queues_alloc() local
3363 for (qset = ctx->ifc_qsets, rxconf = txconf = i = 0; i < nqsets; in iflib_queues_alloc()
3364 i++, txconf++, rxconf++, qset++, txq++, rxq++) { in iflib_queues_alloc()
/NextBSD/sys/dev/e1000/
HDif_igb.c3321 int txconf = 0, rxconf = 0; in igb_allocate_queues() local
3357 for (int i = 0; i < adapter->num_queues; i++, txconf++) { in igb_allocate_queues()
3443 for (txr = adapter->tx_rings; txconf > 0; txr++, txconf--) in igb_allocate_queues()
HDif_em.c3235 int txconf = 0, rxconf = 0; in em_allocate_queues() local
3263 for (int i = 0; i < adapter->num_queues; i++, txconf++) { in em_allocate_queues()
3337 for (txr = adapter->tx_rings; txconf > 0; txr++, txconf--) in em_allocate_queues()