Home
last modified time | relevance | path

Searched refs:e_len (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/crypto/cnxk/
H A Dcnxk_se.h166 uint32_t e_len; in fill_sg_comp_from_buf_min() local
168 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() local
212 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 …]
/dpdk/drivers/common/cpt/
H A Dcpt_ucode.h373 uint32_t e_len; in fill_sg_comp_from_buf_min() local
376 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() local
416 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 …]