Searched refs:e_len (Results 1 – 2 of 2) sorted by relevance
166 uint32_t e_len; in fill_sg_comp_from_buf_min() local168 e_len = (size > from->size) ? from->size : size; in fill_sg_comp_from_buf_min()169 to->u.s.len[i % 4] = rte_cpu_to_be_16(e_len); in fill_sg_comp_from_buf_min()171 *psize -= e_len; in fill_sg_comp_from_buf_min()194 uint32_t e_len; in fill_sg_comp_from_iov() local212 to->u.s.len[i % 4] = rte_cpu_to_be_16(e_len); in fill_sg_comp_from_iov()215 if (extra_len && (e_len >= extra_offset)) { in fill_sg_comp_from_iov()217 uint32_t next_len = e_len - extra_offset; in fill_sg_comp_from_iov()223 e_len = extra_offset; in fill_sg_comp_from_iov()224 size -= e_len; in fill_sg_comp_from_iov()[all …]
373 uint32_t e_len; in fill_sg_comp_from_buf_min() local376 to->u.s.len[i % 4] = rte_cpu_to_be_16(e_len); in fill_sg_comp_from_buf_min()378 *psize -= e_len; in fill_sg_comp_from_buf_min()402 uint32_t e_len; in fill_sg_comp_from_iov() local416 e_len = (size > bufs[j].size) ? in fill_sg_comp_from_iov()420 to->u.s.len[i % 4] = rte_cpu_to_be_16(e_len); in fill_sg_comp_from_iov()423 if (extra_len && (e_len >= extra_offset)) { in fill_sg_comp_from_iov()425 uint32_t next_len = e_len - extra_offset; in fill_sg_comp_from_iov()431 e_len = extra_offset; in fill_sg_comp_from_iov()432 size -= e_len; in fill_sg_comp_from_iov()[all …]