Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/cnxk/
H A Dcnxk_se.h217 uint32_t next_len = e_len - extra_offset; in fill_sg_comp_from_iov() local
240 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()
/dpdk/drivers/common/cpt/
H A Dcpt_ucode.h425 uint32_t next_len = e_len - extra_offset; in fill_sg_comp_from_iov() local
448 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()