Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_cryptodev.c14323 unsigned int sgl_out = (fragsz_oop ? fragsz_oop : fragsz) < in test_authenticated_encryption_SGL() local
14328 if (sgl_in && !sgl_out) { in test_authenticated_encryption_SGL()
14332 } else if (!sgl_in && sgl_out) { in test_authenticated_encryption_SGL()
14336 } else if (sgl_in && sgl_out) { in test_authenticated_encryption_SGL()