Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_cryptodev.c14285 struct rte_mbuf *buf, *buf_oop = NULL, *buf_last_oop = NULL; in test_authenticated_encryption_SGL() local
14419 buf_last_oop = buf_oop->next = in test_authenticated_encryption_SGL()
14473 buf_last_oop = buf_oop->next = in test_authenticated_encryption_SGL()
14496 if (oop && buf_last_oop) in test_authenticated_encryption_SGL()
14497 digest_phys = rte_pktmbuf_iova(buf_last_oop) + to_trn; in test_authenticated_encryption_SGL()