Searched refs:prev_seg (Results 1 – 2 of 2) sorted by relevance
341 struct rte_mbuf *first_seg, *prev_seg, *cur_seg, *temp; in dpaa_eth_sg_to_mbuf() local368 prev_seg = first_seg; in dpaa_eth_sg_to_mbuf()381 prev_seg->next = cur_seg; in dpaa_eth_sg_to_mbuf()386 prev_seg = cur_seg; in dpaa_eth_sg_to_mbuf()470 prev_seg = first_seg; in dpaa_free_mbuf()479 prev_seg->next = cur_seg; in dpaa_free_mbuf()484 prev_seg = cur_seg; in dpaa_free_mbuf()799 struct rte_mbuf *cur_seg = mbuf, *prev_seg = NULL; in dpaa_eth_mbuf_to_sg_fd() local879 prev_seg = cur_seg; in dpaa_eth_mbuf_to_sg_fd()881 prev_seg->next = NULL; in dpaa_eth_mbuf_to_sg_fd()[all …]
408 struct rte_mbuf *cur_seg = mbuf, *prev_seg, *mi, *temp; in eth_mbuf_to_sg_fd() local506 prev_seg = cur_seg; in eth_mbuf_to_sg_fd()508 prev_seg->next = NULL; in eth_mbuf_to_sg_fd()509 rte_pktmbuf_free(prev_seg); in eth_mbuf_to_sg_fd()