| /dpdk/examples/l2fwd-cat/ |
| H A D | l2fwd-cat.c | 31 struct rte_eth_conf port_conf; in port_init() 41 memset(&port_conf, 0, sizeof(struct rte_eth_conf)); in port_init()
|
| /dpdk/examples/skeleton/ |
| H A D | basicfwd.c | 31 struct rte_eth_conf port_conf; in port_init() 43 memset(&port_conf, 0, sizeof(struct rte_eth_conf)); in port_init()
|
| /dpdk/examples/l3fwd/ |
| H A D | l3fwd_event.c | 42 l3fwd_eth_dev_port_setup(struct rte_eth_conf *port_conf) in l3fwd_eth_dev_port_setup() 47 struct rte_eth_conf local_port_conf; in l3fwd_eth_dev_port_setup() 213 l3fwd_event_resource_setup(struct rte_eth_conf *port_conf) in l3fwd_event_resource_setup()
|
| H A D | l3fwd_event.h | 109 void l3fwd_event_resource_setup(struct rte_eth_conf *port_conf);
|
| /dpdk/examples/l2fwd-event/ |
| H A D | l2fwd_common.c | 12 struct rte_eth_conf port_conf = { in l2fwd_event_init_ports() 32 struct rte_eth_conf local_port_conf = port_conf; in l2fwd_event_init_ports()
|
| /dpdk/app/test/ |
| H A D | test_pmd_ring.c | 25 struct rte_eth_conf null_conf; in test_ethdev_configure_port() 29 memset(&null_conf, 0, sizeof(struct rte_eth_conf)); in test_ethdev_configure_port() 227 struct rte_eth_conf null_conf; in test_pmd_ring_pair_create_attach() 230 memset(&null_conf, 0, sizeof(struct rte_eth_conf)); in test_pmd_ring_pair_create_attach()
|
| H A D | test_link_bonding_rssconf.c | 81 static struct rte_eth_conf default_pmd_conf = { 92 static struct rte_eth_conf rss_pmd_conf = { 122 configure_ethdev(uint16_t port_id, struct rte_eth_conf *eth_conf, in configure_ethdev()
|
| H A D | sample_packet_forward.c | 25 struct rte_eth_conf pconf; in test_dev_start()
|
| H A D | test_event_eth_tx_adapter.c | 58 port_init_common(uint16_t port, const struct rte_eth_conf *port_conf, in port_init_common() 116 struct rte_eth_conf conf = { 0 }; in port_init() 646 struct rte_eth_conf dev_conf; in tx_adapter_dynamic_device()
|
| /dpdk/examples/ip_pipeline/ |
| H A D | link.c | 45 static struct rte_eth_conf port_conf_default = { 103 struct rte_eth_conf port_conf; in link_create()
|
| /dpdk/examples/vmdq/ |
| H A D | main.c | 66 static const struct rte_eth_conf vmdq_conf_default = { 140 get_eth_conf(struct rte_eth_conf *eth_conf, uint32_t num_pools) in get_eth_conf() 178 struct rte_eth_conf port_conf; in port_init()
|
| /dpdk/examples/rxtx_callbacks/ |
| H A D | main.c | 121 struct rte_eth_conf port_conf; in port_init() 134 memset(&port_conf, 0, sizeof(struct rte_eth_conf)); in port_init()
|
| /dpdk/examples/vmdq_dcb/ |
| H A D | main.c | 69 static const struct rte_eth_conf vmdq_dcb_conf_default = { 135 get_eth_conf(struct rte_eth_conf *eth_conf) in get_eth_conf() 193 struct rte_eth_conf port_conf = {0}; in port_init()
|
| /dpdk/examples/vm_power_manager/ |
| H A D | main.c | 57 struct rte_eth_conf port_conf; in port_init() 67 memset(&port_conf, 0, sizeof(struct rte_eth_conf)); in port_init()
|
| /dpdk/drivers/net/netvsc/ |
| H A D | hn_vf.c | 220 const struct rte_eth_conf *dev_conf); 402 const struct rte_eth_conf *dev_conf) in hn_vf_configure() 405 struct rte_eth_conf vf_conf = *dev_conf; in hn_vf_configure() 451 const struct rte_eth_conf *dev_conf) in hn_vf_configure_locked()
|
| /dpdk/lib/ethdev/ |
| H A D | rte_ethdev_trace.h | 25 uint16_t nb_tx_q, const struct rte_eth_conf *dev_conf, int rc),
|
| /dpdk/drivers/net/bnxt/ |
| H A D | bnxt_rxq.c | 68 struct rte_eth_conf *dev_conf = &bp->eth_dev->data->dev_conf; in bnxt_mq_rx_configure() 465 struct rte_eth_conf *dev_conf = &bp->eth_dev->data->dev_conf; in bnxt_rx_queue_start() 533 struct rte_eth_conf *dev_conf = &bp->eth_dev->data->dev_conf; in bnxt_rx_queue_stop()
|
| /dpdk/examples/qos_meter/ |
| H A D | main.c | 52 static struct rte_eth_conf port_conf = { 298 struct rte_eth_conf conf; in main()
|
| /dpdk/examples/bond/ |
| H A D | main.c | 115 static struct rte_eth_conf port_conf = { 140 struct rte_eth_conf local_port_conf = port_conf; in slave_port_init() 226 struct rte_eth_conf local_port_conf = port_conf; in bond_port_init()
|
| /dpdk/examples/pipeline/ |
| H A D | obj.c | 127 static struct rte_eth_conf port_conf_default = { 185 struct rte_eth_conf port_conf; in link_create()
|
| /dpdk/examples/qos_sched/ |
| H A D | init.c | 58 static struct rte_eth_conf port_conf = { 77 struct rte_eth_conf local_port_conf = port_conf; in app_init_port()
|
| /dpdk/app/test-pipeline/ |
| H A D | init.c | 69 static struct rte_eth_conf port_conf = {
|
| /dpdk/examples/l3fwd-graph/ |
| H A D | main.c | 112 static struct rte_eth_conf port_conf = { 718 config_port_max_pkt_len(struct rte_eth_conf *conf, in config_port_max_pkt_len() 804 struct rte_eth_conf local_port_conf = port_conf; in main()
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | vmdq_forwarding.rst | 78 rte_eth_conf structure passed to the rte_eth_dev_configure() API. 87 The get_eth_conf() function fills in an rte_eth_conf structure with the appropriate values,
|
| /dpdk/examples/link_status_interrupt/ |
| H A D | main.c | 80 static struct rte_eth_conf port_conf = { 618 struct rte_eth_conf local_port_conf = port_conf; in main()
|