Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_cryptodev.c12338 #define SGL_MAX_NO 16 macro
12349 int to_trn_tbl[SGL_MAX_NO]; in test_authenticated_encryption_SGL()
12419 if (tdata->plaintext.len / fragsz + 1 > SGL_MAX_NO) in test_authenticated_encryption_SGL()
12422 if (tdata->plaintext.len / fragsz > SGL_MAX_NO) in test_authenticated_encryption_SGL()