Home
last modified time | relevance | path

Searched refs:rx_seg_capa (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_ethdev.c312 info->rx_seg_capa.max_nseg = MLX5_MAX_RXQ_NSEG; in mlx5_dev_infos_get()
313 info->rx_seg_capa.multi_pools = 1; in mlx5_dev_infos_get()
314 info->rx_seg_capa.offset_allowed = 1; in mlx5_dev_infos_get()
315 info->rx_seg_capa.offset_align_log2 = 0; in mlx5_dev_infos_get()
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_ethdev.h1523 struct rte_eth_rxseg_capa rx_seg_capa; /**< Segmentation capability.*/ member
H A Drte_ethdev.c1857 const struct rte_eth_rxseg_capa *seg_capa = &dev_info->rx_seg_capa; in rte_eth_rx_queue_check_split()