Searched refs:rte_eth_rxseg_split (Results 1 – 5 of 5) sorted by relevance
163 struct rte_eth_rxseg_split rxseg[MLX5_MAX_RXQ_NSEG];212 const struct rte_eth_rxseg_split *rx_seg,
788 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()
1201 struct rte_eth_rxseg_split { struct1216 struct rte_eth_rxseg_split split; argument
1639 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()
2592 struct rte_eth_rxseg_split *rx_seg = &rx_useg[i].split; in rx_queue_setup()