|
DPDK 25.11.3
|
#include <rte_crypto.h>
Data Fields | |
| struct rte_mempool * | mempool |
| rte_iova_t | phys_addr |
| __extension__ union | |
Cryptographic Operation.
This structure contains data relating to performing cryptographic operations. This operation structure is used to contain any operation which is supported by the cryptodev API, PMDs should check the type parameter to verify that the operation is a support function of the device. Crypto operations are enqueued and dequeued in crypto PMDs using the rte_cryptodev_enqueue_burst() / rte_cryptodev_dequeue_burst() .
Definition at line 91 of file rte_crypto.h.
| struct rte_mempool* mempool |
crypto operation mempool which operation is allocated from
Definition at line 163 of file rte_crypto.h.
| rte_iova_t phys_addr |
physical address of crypto operation
Definition at line 166 of file rte_crypto.h.
| __extension__ union rte_crypto_op::[union].__unnamed1__ @350351140171052352146043361247001210211060276354 |
operation specific parameters