Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/cnxk/
H A Dcnxk_se.h187 uint32_t extra_len = extra_buf ? extra_buf->size : 0; in fill_sg_comp_from_iov() local
215 if (extra_len && (e_len >= extra_offset)) { in fill_sg_comp_from_iov()
228 extra_len = RTE_MIN(extra_len, size); in fill_sg_comp_from_iov()
230 if (extra_len) { in fill_sg_comp_from_iov()
234 rte_cpu_to_be_16(extra_len); in fill_sg_comp_from_iov()
237 size -= extra_len; in fill_sg_comp_from_iov()
249 extra_len = 0; in fill_sg_comp_from_iov()
/dpdk/drivers/common/cpt/
H A Dcpt_ucode.h395 uint32_t extra_len = extra_buf ? extra_buf->size : 0; in fill_sg_comp_from_iov() local
423 if (extra_len && (e_len >= extra_offset)) { in fill_sg_comp_from_iov()
436 extra_len = RTE_MIN(extra_len, size); in fill_sg_comp_from_iov()
438 if (extra_len) { in fill_sg_comp_from_iov()
442 rte_cpu_to_be_16(extra_len); in fill_sg_comp_from_iov()
445 size -= extra_len; in fill_sg_comp_from_iov()
457 extra_len = 0; in fill_sg_comp_from_iov()