DPDK
16.04.0
|
#include <rte_cryptodev_pmd.h>
Data Fields | |
struct rte_cryptodev * | devs |
struct rte_cryptodev_data * | data [RTE_CRYPTO_MAX_DEVS] |
uint8_t | nb_devs |
uint8_t | max_devs |
Global structure used for maintaining state of allocated crypto devices
Definition at line 141 of file rte_cryptodev_pmd.h.
struct rte_cryptodev* devs |
Device information array
Definition at line 142 of file rte_cryptodev_pmd.h.
struct rte_cryptodev_data* data[RTE_CRYPTO_MAX_DEVS] |
Device private data
Definition at line 143 of file rte_cryptodev_pmd.h.
uint8_t nb_devs |
Number of devices found
Definition at line 145 of file rte_cryptodev_pmd.h.
uint8_t max_devs |
Max number of devices
Definition at line 146 of file rte_cryptodev_pmd.h.