Home
last modified time | relevance | path

Searched defs:rx_conf (Results 1 – 13 of 13) sorted by relevance

/dpdk/app/test-pipeline/
H A Dinit.c84 static struct rte_eth_rxconf rx_conf = { variable
/dpdk/examples/qos_sched/
H A Dinit.c71 struct rte_eth_rxconf rx_conf; in app_init_port() local
[all...]
/dpdk/examples/eventdev_pipeline/
H A Dpipeline_worker_generic.c289 struct rte_eth_rxconf rx_conf; port_init() local
H A Dpipeline_worker_tx.c642 struct rte_eth_rxconf rx_conf; port_init() local
/dpdk/drivers/net/bnx2x/
H A Dbnx2x_rxtx.c49 __rte_unused const struct rte_eth_rxconf *rx_conf, in bnx2x_dev_rx_queue_setup()
/dpdk/drivers/net/cnxk/
H A Dcnxk_eswitch.c340 const struct rte_eth_rxconf *rx_conf, struct rte_mempool *mp) in cnxk_eswitch_rxq_setup()
H A Dcnxk_rep_ops.c308 unsigned int socket_id, const struct rte_eth_rxconf *rx_conf, in cnxk_rep_rx_queue_setup()
/dpdk/drivers/net/ark/
H A Dark_ethdev_rx.c118 const struct rte_eth_rxconf *rx_conf, in eth_ark_dev_rx_queue_setup()
/dpdk/drivers/net/sfc/
H A Dsfc_rx.c968 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 Dtest_pmd_perf.c72 static struct rte_eth_rxconf rx_conf = { variable
/dpdk/drivers/net/ionic/
H A Dionic_rxtx.c540 const struct rte_eth_rxconf *rx_conf, in ionic_dev_rx_queue_setup()
/dpdk/drivers/net/cxgbe/
H A Dcxgbe_ethdev.c359 struct rte_eth_rxmode *rx_conf = &eth_dev->data->dev_conf.rxmode; in cxgbe_dev_start() local
/dpdk/lib/ethdev/
H A Drte_ethdev.c2141 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...]