Home
last modified time | relevance | path

Searched refs:rte_eth_rxseg_split (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_rxq.c746 struct rte_eth_rxseg_split *rx_seg = in mlx5_rx_queue_setup()
747 (struct rte_eth_rxseg_split *)conf->rx_seg; in mlx5_rx_queue_setup()
748 struct rte_eth_rxseg_split rx_single = {.mp = mp}; in mlx5_rx_queue_setup()
1398 const struct rte_eth_rxseg_split *rx_seg, uint16_t n_seg) in mlx5_rxq_new()
1430 const struct rte_eth_rxseg_split *qs_seg = rx_seg; in mlx5_rxq_new()
H A Dmlx5_rxtx.h339 const struct rte_eth_rxseg_split *rx_seg,
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_ethdev.h1010 struct rte_eth_rxseg_split { struct
1025 struct rte_eth_rxseg_split split; argument
H A Drte_ethdev.c1853 rte_eth_rx_queue_check_split(const struct rte_eth_rxseg_split *rx_seg, in rte_eth_rx_queue_check_split()
1983 const struct rte_eth_rxseg_split *rx_seg; in rte_eth_rx_queue_setup()
1993 rx_seg = (const struct rte_eth_rxseg_split *)rx_conf->rx_seg; in rte_eth_rx_queue_setup()
/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.c2481 struct rte_eth_rxseg_split *rx_seg = &rx_useg[i].split; in rx_queue_setup()