Searched refs:txconf (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/sys/dev/ixgbe/ |
| HD | ix_txrx.c | 2148 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/ |
| HD | iflib.c | 3313 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/ |
| HD | if_igb.c | 3321 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()
|
| HD | if_em.c | 3235 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()
|