Lines Matching defs:rx_seg
2076 const struct rte_eth_rxseg_split *rx_seg,
2100 mp_first = rx_seg[0].mp;
2107 struct rte_mempool *mpl = rx_seg[seg_idx].mp;
2108 uint32_t length = rx_seg[seg_idx].length;
2109 uint32_t offset = rx_seg[seg_idx].offset;
2110 uint32_t proto_hdr = rx_seg[seg_idx].proto_hdr;
2291 const struct rte_eth_rxseg_split *rx_seg;
2295 if (rx_conf->rx_seg == NULL) {
2301 rx_seg = (const struct rte_eth_rxseg_split *)rx_conf->rx_seg;
2305 ret = rte_eth_rx_queue_check_split(port_id, rx_seg, n_seg,