| /f-stack/dpdk/examples/l2fwd-cat/ |
| H A D | l2fwd-cat.c | 36 const uint16_t rx_rings = 1, tx_rings = 1; in port_init() local 46 retval = rte_eth_dev_configure(port, rx_rings, tx_rings, &port_conf); in port_init() 63 for (q = 0; q < tx_rings; q++) { in port_init()
|
| /f-stack/dpdk/examples/skeleton/ |
| H A D | basicfwd.c | 36 const uint16_t rx_rings = 1, tx_rings = 1; in port_init() local 59 retval = rte_eth_dev_configure(port, rx_rings, tx_rings, &port_conf); in port_init() 78 for (q = 0; q < tx_rings; q++) { in port_init()
|
| /f-stack/dpdk/examples/multi_process/client_server_mp/mp_server/ |
| H A D | init.c | 100 const uint16_t rx_rings = 1, tx_rings = num_clients; in init_port() local 112 if ((retval = rte_eth_dev_configure(port_num, rx_rings, tx_rings, in init_port() 128 for ( q = 0; q < tx_rings; q ++ ) { in init_port()
|
| /f-stack/dpdk/examples/server_node_efd/server/ |
| H A D | init.c | 102 const uint16_t rx_rings = 1, tx_rings = num_nodes; in init_port() local 126 retval = rte_eth_dev_configure(port_num, rx_rings, tx_rings, &port_conf); in init_port() 145 for (q = 0; q < tx_rings; q++) { in init_port()
|
| /f-stack/dpdk/examples/rxtx_callbacks/ |
| H A D | main.c | 122 const uint16_t rx_rings = 1, tx_rings = 1; in port_init() local 160 retval = rte_eth_dev_configure(port, rx_rings, tx_rings, &port_conf); in port_init() 179 for (q = 0; q < tx_rings; q++) { in port_init()
|
| /f-stack/dpdk/examples/vm_power_manager/ |
| H A D | main.c | 65 const uint16_t rx_rings = 1, tx_rings = 1; in port_init() local 86 retval = rte_eth_dev_configure(port, rx_rings, tx_rings, &port_conf); in port_init() 101 for (q = 0; q < tx_rings; q++) { in port_init()
|
| /f-stack/dpdk/examples/multi_process/symmetric_mp/ |
| H A D | main.c | 193 const uint16_t rx_rings = num_queues, tx_rings = num_queues; in smp_port_init() local 235 retval = rte_eth_dev_configure(port, rx_rings, tx_rings, &port_conf); in smp_port_init() 256 for (q = 0; q < tx_rings; q ++) { in smp_port_init()
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | rxtx_callbacks.rst | 81 const uint16_t rx_rings = 1, tx_rings = 1; 87 retval = rte_eth_dev_configure(port, rx_rings, tx_rings, &port_conf); 100 for (q = 0; q < tx_rings; q++) {
|
| H A D | skeleton.rst | 117 const uint16_t rx_rings = 1, tx_rings = 1; 126 retval = rte_eth_dev_configure(port, rx_rings, tx_rings, &port_conf); 139 for (q = 0; q < tx_rings; q++) {
|
| H A D | flow_classify.rst | 277 const uint16_t rx_rings = 1, tx_rings = 1; 283 retval = rte_eth_dev_configure(port, rx_rings, tx_rings, &port_conf); 296 for (q = 0; q < tx_rings; q++) {
|
| /f-stack/dpdk/app/test/ |
| H A D | test_event_eth_rx_adapter.c | 26 uint16_t rx_rings, tx_rings; member 56 default_params.tx_rings = 1; in port_init_common() 60 default_params.tx_rings, port_conf); in port_init_common() 72 for (q = 0; q < default_params.tx_rings; q++) { in port_init_common()
|
| H A D | test_event_eth_tx_adapter.c | 37 uint16_t rx_rings, tx_rings; member 59 default_params.tx_rings = MAX_NUM_QUEUE; in port_init_common() 63 default_params.tx_rings, port_conf); in port_init_common() 74 for (q = 0; q < default_params.tx_rings; q++) { in port_init_common()
|
| /f-stack/dpdk/examples/eventdev_pipeline/ |
| H A D | pipeline_worker_generic.c | 297 const uint16_t rx_rings = 1, tx_rings = 1; in port_init() local 337 retval = rte_eth_dev_configure(port, rx_rings, tx_rings, &port_conf); in port_init() 353 for (q = 0; q < tx_rings; q++) { in port_init()
|
| H A D | pipeline_worker_tx.c | 628 const uint16_t rx_rings = 1, tx_rings = 1; in port_init() local 664 retval = rte_eth_dev_configure(port, rx_rings, tx_rings, &port_conf); in port_init() 680 for (q = 0; q < tx_rings; q++) { in port_init()
|
| /f-stack/dpdk/examples/ptpclient/ |
| H A D | ptpclient.c | 183 const uint16_t tx_rings = 1; in port_init() local 207 retval = rte_eth_dev_configure(port, rx_rings, tx_rings, &port_conf); in port_init() 225 for (q = 0; q < tx_rings; q++) { in port_init()
|
| /f-stack/dpdk/examples/flow_classify/ |
| H A D | flow_classify.c | 196 const uint16_t rx_rings = 1, tx_rings = 1; in port_init() local 217 retval = rte_eth_dev_configure(port, rx_rings, tx_rings, &port_conf); in port_init() 232 for (q = 0; q < tx_rings; q++) { in port_init()
|
| /f-stack/dpdk/examples/vhost/ |
| H A D | main.c | 238 int16_t rx_rings, tx_rings; in port_init() local 263 tx_rings = (uint16_t)rte_lcore_count(); in port_init() 287 retval = rte_eth_dev_configure(port, rx_rings, tx_rings, &port_conf); in port_init() 322 for (q = 0; q < tx_rings; q ++) { in port_init()
|
| /f-stack/freebsd/net/ |
| H A D | iflib.c | 1304 int si = netmap_idx_n2k(na->tx_rings[txq->ift_id], i); in iflib_netmap_txq_init()
|