Searched refs:cur_seg (Results 1 – 4 of 4) sorted by relevance
380 rte_mbuf_refcnt_set(cur_seg, 1); in dpaa_eth_sg_to_mbuf()381 prev_seg->next = cur_seg; in dpaa_eth_sg_to_mbuf()383 cur_seg->next = NULL; in dpaa_eth_sg_to_mbuf()386 prev_seg = cur_seg; in dpaa_eth_sg_to_mbuf()479 prev_seg->next = cur_seg; in dpaa_free_mbuf()481 cur_seg->next = NULL; in dpaa_free_mbuf()484 prev_seg = cur_seg; in dpaa_free_mbuf()864 cur_seg = cur_seg->next; in dpaa_eth_mbuf_to_sg_fd()877 prev_seg = cur_seg; in dpaa_eth_mbuf_to_sg_fd()878 cur_seg = cur_seg->next; in dpaa_eth_mbuf_to_sg_fd()[all …]
114 int start_seg, end_seg, cur_seg; in eal_memalloc_is_contig() local138 for (cur_seg = start_seg + 1; cur_seg < end_seg; in eal_memalloc_is_contig()139 cur_seg++, expected += pgsz) { in eal_memalloc_is_contig()140 ms = rte_fbarray_get(&msl->memseg_arr, cur_seg); in eal_memalloc_is_contig()
308 cur_seg = first_seg; in eth_sg_fd_to_mbuf()320 cur_seg->next = next_seg; in eth_sg_fd_to_mbuf()322 cur_seg = next_seg; in eth_sg_fd_to_mbuf()406 sge->length = cur_seg->data_len; in eth_mbuf_to_sg_fd()407 if (RTE_MBUF_DIRECT(cur_seg)) { in eth_mbuf_to_sg_fd()413 rte_mbuf_refcnt_update(cur_seg, -1); in eth_mbuf_to_sg_fd()416 mempool_to_bpid(cur_seg->pool)); in eth_mbuf_to_sg_fd()417 cur_seg = cur_seg->next; in eth_mbuf_to_sg_fd()420 mi = rte_mbuf_from_indirect(cur_seg); in eth_mbuf_to_sg_fd()431 prev_seg = cur_seg; in eth_mbuf_to_sg_fd()[all …]
1511 unsigned int cur_seg; local1617 for (cur_seg = 0; cur_seg < i; cur_seg++)1618 munmap(hp[cur_seg].final_va, hp[cur_seg].size);