Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_cryptodev.c12384 unsigned int sgl_out = (fragsz_oop ? fragsz_oop : fragsz) < in test_authenticated_encryption_SGL() local
12389 if (sgl_in && !sgl_out) { in test_authenticated_encryption_SGL()
12393 } else if (!sgl_in && sgl_out) { in test_authenticated_encryption_SGL()
12397 } else if (sgl_in && sgl_out) { in test_authenticated_encryption_SGL()