Searched defs:rx_conf (Results 1 – 13 of 13) sorted by relevance
/dpdk/app/test-pipeline/ |
H A D | init.c | 84 static struct rte_eth_rxconf rx_conf = { variable
|
/dpdk/examples/qos_sched/ |
H A D | init.c | 71 struct rte_eth_rxconf rx_conf; in app_init_port() local [all...] |
/dpdk/examples/eventdev_pipeline/ |
H A D | pipeline_worker_generic.c | 289 struct rte_eth_rxconf rx_conf; port_init() local
|
H A D | pipeline_worker_tx.c | 642 struct rte_eth_rxconf rx_conf; port_init() local
|
/dpdk/drivers/net/bnx2x/ |
H A D | bnx2x_rxtx.c | 49 __rte_unused const struct rte_eth_rxconf *rx_conf, in bnx2x_dev_rx_queue_setup()
|
/dpdk/drivers/net/cnxk/ |
H A D | cnxk_eswitch.c | 340 const struct rte_eth_rxconf *rx_conf, struct rte_mempool *mp) in cnxk_eswitch_rxq_setup()
|
H A D | cnxk_rep_ops.c | 308 unsigned int socket_id, const struct rte_eth_rxconf *rx_conf, in cnxk_rep_rx_queue_setup()
|
/dpdk/drivers/net/ark/ |
H A D | ark_ethdev_rx.c | 118 const struct rte_eth_rxconf *rx_conf, in eth_ark_dev_rx_queue_setup()
|
/dpdk/drivers/net/sfc/ |
H A D | sfc_rx.c | 968 const struct rte_eth_rxconf *rx_conf, in sfc_rx_qcheck_conf() 1102 const struct rte_eth_rxconf *rx_conf, in sfc_rx_qinit()
|
/dpdk/app/test/ |
H A D | test_pmd_perf.c | 72 static struct rte_eth_rxconf rx_conf = { variable
|
/dpdk/drivers/net/ionic/ |
H A D | ionic_rxtx.c | 540 const struct rte_eth_rxconf *rx_conf, in ionic_dev_rx_queue_setup()
|
/dpdk/drivers/net/cxgbe/ |
H A D | cxgbe_ethdev.c | 359 struct rte_eth_rxmode *rx_conf = ð_dev->data->dev_conf.rxmode; in cxgbe_dev_start() local
|
/dpdk/lib/ethdev/ |
H A D | rte_ethdev.c | 2141 rte_eth_rx_queue_setup(uint16_t port_id,uint16_t rx_queue_id,uint16_t nb_rx_desc,unsigned int socket_id,const struct rte_eth_rxconf * rx_conf,struct rte_mempool * mp) rte_eth_rx_queue_setup() argument [all...] |