Searched refs:next_len (Results 1 – 2 of 2) sorted by relevance
217 uint32_t next_len = e_len - extra_offset; in fill_sg_comp_from_iov() local240 next_len = RTE_MIN(next_len, size); in fill_sg_comp_from_iov()242 if (next_len) { in fill_sg_comp_from_iov()245 to->u.s.len[i % 4] = rte_cpu_to_be_16(next_len); in fill_sg_comp_from_iov()247 size -= next_len; in fill_sg_comp_from_iov()
425 uint32_t next_len = e_len - extra_offset; in fill_sg_comp_from_iov() local448 next_len = RTE_MIN(next_len, size); in fill_sg_comp_from_iov()450 if (next_len) { in fill_sg_comp_from_iov()453 to->u.s.len[i % 4] = rte_cpu_to_be_16(next_len); in fill_sg_comp_from_iov()455 size -= next_len; in fill_sg_comp_from_iov()