Home
last modified time | relevance | path

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

/dpdk/lib/cryptodev/
H A Dversion.map92 rte_cryptodev_raw_dequeue_burst;
H A Drte_cryptodev.h1624 rte_cryptodev_raw_dequeue_burst(struct rte_crypto_raw_dp_ctx *ctx,
H A Drte_cryptodev.c2279 rte_cryptodev_raw_dequeue_burst(struct rte_crypto_raw_dp_ctx *ctx, in rte_cryptodev_raw_dequeue_burst() function
/dpdk/doc/guides/rel_notes/
H A Drelease_21_05.rst296 ``rte_cryptodev_raw_dequeue_burst`` got a new parameter
/dpdk/doc/guides/prog_guide/
H A Dcryptodev_lib.rst755 ``rte_cryptodev_raw_dequeue_burst`` for dequeuing a burst of operations (e.g.
757 ``rte_cryptodev_raw_dequeue_burst`` function allows the user to provide callback
/dpdk/app/test/
H A Dtest_cryptodev.c400 n = rte_cryptodev_raw_dequeue_burst(ctx, in process_sym_raw_dp_op()