Home
last modified time | relevance | path

Searched refs:rte_eth_conf (Results 1 – 25 of 131) sorted by relevance

123456

/dpdk/examples/l2fwd-cat/
H A Dl2fwd-cat.c31 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 Dbasicfwd.c31 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 Dl3fwd_event.c42 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 Dl3fwd_event.h109 void l3fwd_event_resource_setup(struct rte_eth_conf *port_conf);
/dpdk/examples/l2fwd-event/
H A Dl2fwd_common.c12 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 Dtest_pmd_ring.c25 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 Dtest_link_bonding_rssconf.c81 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 Dsample_packet_forward.c25 struct rte_eth_conf pconf; in test_dev_start()
H A Dtest_event_eth_tx_adapter.c58 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 Dlink.c45 static struct rte_eth_conf port_conf_default = {
103 struct rte_eth_conf port_conf; in link_create()
/dpdk/examples/vmdq/
H A Dmain.c66 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 Dmain.c121 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 Dmain.c69 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 Dmain.c57 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 Dhn_vf.c220 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 Drte_ethdev_trace.h25 uint16_t nb_tx_q, const struct rte_eth_conf *dev_conf, int rc),
/dpdk/drivers/net/bnxt/
H A Dbnxt_rxq.c68 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 Dmain.c52 static struct rte_eth_conf port_conf = {
298 struct rte_eth_conf conf; in main()
/dpdk/examples/bond/
H A Dmain.c115 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 Dobj.c127 static struct rte_eth_conf port_conf_default = {
185 struct rte_eth_conf port_conf; in link_create()
/dpdk/examples/qos_sched/
H A Dinit.c58 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 Dinit.c69 static struct rte_eth_conf port_conf = {
/dpdk/examples/l3fwd-graph/
H A Dmain.c112 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 Dvmdq_forwarding.rst78 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 Dmain.c80 static struct rte_eth_conf port_conf = {
618 struct rte_eth_conf local_port_conf = port_conf; in main()

123456