Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_cryptodev.c12370 unsigned int sgl_in = fragsz < tdata->plaintext.len; in test_authenticated_encryption_SGL() local
12371 if (sgl_in && (!(dev_info.feature_flags & in test_authenticated_encryption_SGL()
12383 unsigned int sgl_in = fragsz < tdata->plaintext.len; 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()