Home
last modified time | relevance | path

Searched refs:extra_offset (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/crypto/cnxk/
H A Dcnxk_se.h184 uint32_t extra_offset) in fill_sg_comp_from_iov() argument
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()
218 uint64_t next_vaddr = e_vaddr + extra_offset; in fill_sg_comp_from_iov()
220 if (!extra_offset) { in fill_sg_comp_from_iov()
223 e_len = extra_offset; in fill_sg_comp_from_iov()
254 if (extra_offset) in fill_sg_comp_from_iov()
255 extra_offset -= size; in fill_sg_comp_from_iov()
/dpdk/drivers/common/cpt/
H A Dcpt_ucode.h392 uint32_t extra_offset) in fill_sg_comp_from_iov() argument
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()
426 phys_addr_t next_dma = e_dma_addr + extra_offset; in fill_sg_comp_from_iov()
428 if (!extra_offset) { in fill_sg_comp_from_iov()
431 e_len = extra_offset; in fill_sg_comp_from_iov()
462 if (extra_offset) in fill_sg_comp_from_iov()
463 extra_offset -= size; in fill_sg_comp_from_iov()
/dpdk/app/test/
H A Dtest_cryptodev.c4480 uint8_t extra_offset = 4; in test_snow3g_encryption_offset_oop() local
4528 plaintext_len = ceil_byte_length(tdata->plaintext.len + extra_offset); in test_snow3g_encryption_offset_oop()
4541 buffer_shift_right(plaintext, tdata->plaintext.len, extra_offset); in test_snow3g_encryption_offset_oop()
4550 extra_offset); in test_snow3g_encryption_offset_oop()
4580 extra_offset); in test_snow3g_encryption_offset_oop()
4586 extra_offset, in test_snow3g_encryption_offset_oop()