Searched refs:seg_capa (Results 1 – 1 of 1) sorted by relevance
1643 const struct rte_eth_rxseg_capa *seg_capa = &dev_info->rx_seg_capa; in rte_eth_rx_queue_check_split() local1648 if (n_seg > seg_capa->max_nseg) { in rte_eth_rx_queue_check_split()1651 n_seg, seg_capa->max_nseg); in rte_eth_rx_queue_check_split()1659 offset_mask = RTE_BIT32(seg_capa->offset_align_log2) - 1; in rte_eth_rx_queue_check_split()1670 seg_capa->multi_pools == 0) { in rte_eth_rx_queue_check_split()1675 if (seg_capa->offset_allowed == 0) { in rte_eth_rx_queue_check_split()1682 seg_capa->offset_align_log2); in rte_eth_rx_queue_check_split()