Searched refs:port_conf_default (Results 1 – 9 of 9) sorted by relevance
| /dpdk/examples/eventdev_pipeline/ |
| H A D | pipeline_worker_generic.c | 288 static const struct rte_eth_conf port_conf_default = { in port_init() local 302 struct rte_eth_conf port_conf = port_conf_default; in port_init() 331 port_conf_default.rx_adv_conf.rss_conf.rss_hf) { in port_init() 335 port_conf_default.rx_adv_conf.rss_conf.rss_hf, in port_init() 354 txconf.offloads = port_conf_default.txmode.offloads; in port_init()
|
| H A D | pipeline_worker_tx.c | 641 static const struct rte_eth_conf port_conf_default = { in port_init() local 655 struct rte_eth_conf port_conf = port_conf_default; in port_init() 680 port_conf_default.rx_adv_conf.rss_conf.rss_hf) { in port_init() 684 port_conf_default.rx_adv_conf.rss_conf.rss_hf, in port_init() 703 txconf.offloads = port_conf_default.txmode.offloads; in port_init()
|
| /dpdk/examples/ip_pipeline/ |
| H A D | link.c | 45 static struct rte_eth_conf port_conf_default = { variable 158 memcpy(&port_conf, &port_conf_default, sizeof(port_conf)); in link_create()
|
| /dpdk/examples/distributor/ |
| H A D | main.c | 81 static const struct rte_eth_conf port_conf_default = { variable 110 struct rte_eth_conf port_conf = port_conf_default; in port_init() 136 port_conf_default.rx_adv_conf.rss_conf.rss_hf) { in port_init() 140 port_conf_default.rx_adv_conf.rss_conf.rss_hf, in port_init()
|
| /dpdk/app/test/ |
| H A D | test_event_eth_rx_adapter.c | 123 static const struct rte_eth_conf port_conf_default = { in port_init_rx_intr() local 132 return port_init_common(port, &port_conf_default, mp); in port_init_rx_intr() 138 static const struct rte_eth_conf port_conf_default = { in port_init() local 144 return port_init_common(port, &port_conf_default, mp); in port_init()
|
| /dpdk/examples/pipeline/ |
| H A D | obj.c | 127 static struct rte_eth_conf port_conf_default = { variable 240 memcpy(&port_conf, &port_conf_default, sizeof(port_conf)); in link_create()
|
| /dpdk/examples/packet_ordering/ |
| H A D | main.c | 46 static struct rte_eth_conf port_conf_default; variable 285 struct rte_eth_conf port_conf = port_conf_default; in configure_eth_port()
|
| /dpdk/app/pdump/ |
| H A D | main.c | 146 static struct rte_eth_conf port_conf_default; variable 592 &port_conf_default); in configure_vdev()
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | flow_filtering.rst | 115 ``rte_eth_dev_configure()`` function and the ``port_conf_default`` struct:
|