Home
last modified time | relevance | path

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

/f-stack/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()
/f-stack/dpdk/app/test/
H A Dtest_cryptodev.c4004 uint8_t extra_offset = 4; in test_snow3g_encryption_offset_oop() local
4052 plaintext_len = ceil_byte_length(tdata->plaintext.len + extra_offset); in test_snow3g_encryption_offset_oop()
4065 buffer_shift_right(plaintext, tdata->plaintext.len, extra_offset); in test_snow3g_encryption_offset_oop()
4074 extra_offset); in test_snow3g_encryption_offset_oop()
4100 extra_offset); in test_snow3g_encryption_offset_oop()
4106 extra_offset, in test_snow3g_encryption_offset_oop()