| /f-stack/dpdk/examples/l2fwd-cat/ |
| H A D | l2fwd-cat.c | 22 static const struct rte_eth_conf port_conf_default = { variable 35 struct rte_eth_conf port_conf = port_conf_default; in port_init()
|
| /f-stack/dpdk/examples/skeleton/ |
| H A D | basicfwd.c | 20 static const struct rte_eth_conf port_conf_default = { variable 35 struct rte_eth_conf port_conf = port_conf_default; in port_init()
|
| /f-stack/dpdk/examples/eventdev_pipeline/ |
| H A D | pipeline_worker_generic.c | 284 static const struct rte_eth_conf port_conf_default = { in port_init() local 299 struct rte_eth_conf port_conf = port_conf_default; in port_init() 328 port_conf_default.rx_adv_conf.rss_conf.rss_hf) { in port_init() 332 port_conf_default.rx_adv_conf.rss_conf.rss_hf, in port_init() 351 txconf.offloads = port_conf_default.txmode.offloads; in port_init()
|
| H A D | pipeline_worker_tx.c | 615 static const struct rte_eth_conf port_conf_default = { in port_init() local 630 struct rte_eth_conf port_conf = port_conf_default; in port_init() 655 port_conf_default.rx_adv_conf.rss_conf.rss_hf) { in port_init() 659 port_conf_default.rx_adv_conf.rss_conf.rss_hf, in port_init() 678 txconf.offloads = port_conf_default.txmode.offloads; in port_init()
|
| /f-stack/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()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_event_eth_rx_adapter.c | 107 static const struct rte_eth_conf port_conf_default = { in port_init_rx_intr() local 116 return port_init_common(port, &port_conf_default, mp); in port_init_rx_intr() 122 static const struct rte_eth_conf port_conf_default = { in port_init() local 128 return port_init_common(port, &port_conf_default, mp); in port_init()
|
| /f-stack/dpdk/examples/rxtx_callbacks/ |
| H A D | main.c | 43 static const struct rte_eth_conf port_conf_default = { variable 121 struct rte_eth_conf port_conf = port_conf_default; in port_init()
|
| /f-stack/dpdk/examples/distributor/ |
| H A D | main.c | 81 static const struct rte_eth_conf port_conf_default = { variable 111 struct rte_eth_conf port_conf = port_conf_default; in port_init() 137 port_conf_default.rx_adv_conf.rss_conf.rss_hf) { in port_init() 141 port_conf_default.rx_adv_conf.rss_conf.rss_hf, in port_init()
|
| /f-stack/dpdk/examples/vm_power_manager/ |
| H A D | main.c | 55 static const struct rte_eth_conf port_conf_default = { variable 64 struct rte_eth_conf port_conf = port_conf_default; in port_init()
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | skeleton.rst | 116 struct rte_eth_conf port_conf = port_conf_default; 160 ``rte_eth_dev_configure()`` function and the ``port_conf_default`` struct: 164 static const struct rte_eth_conf port_conf_default = {
|
| H A D | flow_classify.rst | 276 struct rte_eth_conf port_conf = port_conf_default; 328 ``rte_eth_dev_configure()`` function and the ``port_conf_default`` struct. 332 static const struct rte_eth_conf port_conf_default = {
|
| H A D | rxtx_callbacks.rst | 80 struct rte_eth_conf port_conf = port_conf_default;
|
| H A D | flow_filtering.rst | 195 ``rte_eth_dev_configure()`` function and the ``port_conf_default`` struct:
|
| /f-stack/dpdk/examples/packet_ordering/ |
| H A D | main.c | 39 static struct rte_eth_conf port_conf_default; variable 278 struct rte_eth_conf port_conf = port_conf_default; in configure_eth_port() 293 ret = rte_eth_dev_configure(port_id, rxRings, txRings, &port_conf_default); in configure_eth_port()
|
| /f-stack/dpdk/examples/pipeline/ |
| H A D | obj.c | 110 static struct rte_eth_conf port_conf_default = { variable 223 memcpy(&port_conf, &port_conf_default, sizeof(port_conf)); in link_create()
|
| /f-stack/dpdk/examples/ptpclient/ |
| H A D | ptpclient.c | 50 static const struct rte_eth_conf port_conf_default = { variable 181 struct rte_eth_conf port_conf = port_conf_default; in port_init()
|
| /f-stack/dpdk/examples/flow_classify/ |
| H A D | flow_classify.c | 62 static const struct rte_eth_conf port_conf_default = { variable 194 struct rte_eth_conf port_conf = port_conf_default; in port_init()
|
| /f-stack/dpdk/app/pdump/ |
| H A D | main.c | 146 static struct rte_eth_conf port_conf_default; variable 594 &port_conf_default); in configure_vdev()
|