Searched refs:cur_seg (Results 1 – 4 of 4) sorted by relevance
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()863 cur_seg = cur_seg->next; in dpaa_eth_mbuf_to_sg_fd()866 cur_seg = cur_seg->next; in dpaa_eth_mbuf_to_sg_fd()879 prev_seg = cur_seg; in dpaa_eth_mbuf_to_sg_fd()880 cur_seg = cur_seg->next; in dpaa_eth_mbuf_to_sg_fd()[all …]
325 cur_seg = first_seg; in eth_sg_fd_to_mbuf()341 cur_seg->next = next_seg; in eth_sg_fd_to_mbuf()343 cur_seg = next_seg; in eth_sg_fd_to_mbuf()465 sge->length = cur_seg->data_len; in eth_mbuf_to_sg_fd()466 if (RTE_MBUF_DIRECT(cur_seg)) { in eth_mbuf_to_sg_fd()470 if (temp == cur_seg) { in eth_mbuf_to_sg_fd()485 (void **)&cur_seg, 1, 0); in eth_mbuf_to_sg_fd()489 cur_seg = cur_seg->next; in eth_mbuf_to_sg_fd()492 cur_seg = cur_seg->next; in eth_mbuf_to_sg_fd()506 prev_seg = cur_seg; in eth_mbuf_to_sg_fd()[all …]
111 int start_seg, end_seg, cur_seg; in eal_memalloc_is_contig() local135 for (cur_seg = start_seg + 1; cur_seg < end_seg; in eal_memalloc_is_contig()136 cur_seg++, expected += pgsz) { in eal_memalloc_is_contig()137 ms = rte_fbarray_get(&msl->memseg_arr, cur_seg); in eal_memalloc_is_contig()
1502 unsigned int cur_seg; local1608 for (cur_seg = 0; cur_seg < i; cur_seg++)1609 munmap(hp[cur_seg].final_va, hp[cur_seg].size);