DPDK  18.05.1
Data Fields
rte_cryptodev_global Struct Reference

#include <rte_cryptodev_pmd.h>

Data Fields

struct rte_cryptodevdevs
struct rte_cryptodev_datadata [RTE_CRYPTO_MAX_DEVS]
uint8_t nb_devs
uint8_t max_devs

Detailed Description

Global structure used for maintaining state of allocated crypto devices

Definition at line 90 of file rte_cryptodev_pmd.h.

Field Documentation

struct rte_cryptodev* devs

Device information array

Definition at line 91 of file rte_cryptodev_pmd.h.

struct rte_cryptodev_data* data[RTE_CRYPTO_MAX_DEVS]

Device private data

Definition at line 92 of file rte_cryptodev_pmd.h.

uint8_t nb_devs

Number of devices found

Definition at line 94 of file rte_cryptodev_pmd.h.

uint8_t max_devs

Max number of devices

Definition at line 95 of file rte_cryptodev_pmd.h.


The documentation for this struct was generated from the following file: