DPDK  17.02.1
Data Fields
rte_cryptodev_driver Struct Reference

#include <rte_cryptodev_pmd.h>

Data Fields

struct rte_pci_driver pci_drv
unsigned dev_private_size
cryptodev_init_t cryptodev_init
cryptodev_uninit_t cryptodev_uninit

Detailed Description

The structure associated with a PMD driver.

Each driver acts as a PCI driver and is represented by a generic crypto_driver structure that holds:

Definition at line 133 of file rte_cryptodev_pmd.h.

Field Documentation

struct rte_pci_driver pci_drv

The PMD is also a PCI driver.

Definition at line 134 of file rte_cryptodev_pmd.h.

unsigned dev_private_size

Size of device private data.

Definition at line 135 of file rte_cryptodev_pmd.h.

cryptodev_init_t cryptodev_init

Device init function.

Definition at line 137 of file rte_cryptodev_pmd.h.

cryptodev_uninit_t cryptodev_uninit

Device uninit function.

Definition at line 138 of file rte_cryptodev_pmd.h.


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