|
DPDK
23.03.0
|
#include <rte_cryptodev.h>
Data Fields | |
| struct rte_cryptodev_cb * | next |
| rte_cryptodev_callback_fn | fn |
| void * | arg |
Structure used to hold information about the callbacks to be called for a queue pair on enqueue/dequeue.
Definition at line 960 of file rte_cryptodev.h.
| struct rte_cryptodev_cb* next |
Pointer to next callback
Definition at line 961 of file rte_cryptodev.h.
Pointer to callback function
Definition at line 963 of file rte_cryptodev.h.
| void* arg |
Pointer to argument
Definition at line 965 of file rte_cryptodev.h.
1.8.13