Home
last modified time | relevance | path

Searched refs:port_conf_default (Results 1 – 9 of 9) sorted by relevance

/dpdk/examples/eventdev_pipeline/
H A Dpipeline_worker_generic.c288 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 Dpipeline_worker_tx.c641 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 Dlink.c45 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 Dmain.c81 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 Dtest_event_eth_rx_adapter.c123 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 Dobj.c127 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 Dmain.c46 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 Dmain.c146 static struct rte_eth_conf port_conf_default; variable
592 &port_conf_default); in configure_vdev()
/dpdk/doc/guides/sample_app_ug/
H A Dflow_filtering.rst115 ``rte_eth_dev_configure()`` function and the ``port_conf_default`` struct: