Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_rx.h163 struct rte_eth_rxseg_split rxseg[MLX5_MAX_RXQ_NSEG];
212 const struct rte_eth_rxseg_split *rx_seg,
H A Dmlx5_rxq.c788 sizeof(struct rte_eth_rxseg_split))) { in mlx5_shared_rxq_match()
836 struct rte_eth_rxseg_split *rx_seg = in mlx5_rx_queue_setup()
837 (struct rte_eth_rxseg_split *)conf->rx_seg; in mlx5_rx_queue_setup()
838 struct rte_eth_rxseg_split rx_single = {.mp = mp}; in mlx5_rx_queue_setup()
1687 const struct rte_eth_rxseg_split *rx_seg, uint16_t n_seg, in mlx5_rxq_new()
1719 const struct rte_eth_rxseg_split *qs_seg = rx_seg; in mlx5_rxq_new()
1740 sizeof(struct rte_eth_rxseg_split) * n_seg); in mlx5_rxq_new()
/dpdk/lib/ethdev/
H A Drte_ethdev.h1201 struct rte_eth_rxseg_split { struct
1216 struct rte_eth_rxseg_split split; argument
H A Drte_ethdev.c1639 rte_eth_rx_queue_check_split(const struct rte_eth_rxseg_split *rx_seg, in rte_eth_rx_queue_check_split()
1768 const struct rte_eth_rxseg_split *rx_seg; in rte_eth_rx_queue_setup()
1778 rx_seg = (const struct rte_eth_rxseg_split *)rx_conf->rx_seg; in rte_eth_rx_queue_setup()
/dpdk/app/test-pmd/
H A Dtestpmd.c2592 struct rte_eth_rxseg_split *rx_seg = &rx_useg[i].split; in rx_queue_setup()