Searched refs:seg_capa (Results 1 – 1 of 1) sorted by relevance
1857 const struct rte_eth_rxseg_capa *seg_capa = &dev_info->rx_seg_capa; in rte_eth_rx_queue_check_split() local1862 if (n_seg > seg_capa->max_nseg) { in rte_eth_rx_queue_check_split()1865 n_seg, seg_capa->max_nseg); in rte_eth_rx_queue_check_split()1873 offset_mask = (1u << seg_capa->offset_align_log2) - 1; in rte_eth_rx_queue_check_split()1884 seg_capa->multi_pools == 0) { in rte_eth_rx_queue_check_split()1889 if (seg_capa->offset_allowed == 0) { in rte_eth_rx_queue_check_split()1896 seg_capa->offset_align_log2); in rte_eth_rx_queue_check_split()