DPDK
16.04.0
|
#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 |
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 131 of file rte_cryptodev_pmd.h.
struct rte_pci_driver pci_drv |
The PMD is also a PCI driver.
Definition at line 132 of file rte_cryptodev_pmd.h.
unsigned dev_private_size |
Size of device private data.
Definition at line 133 of file rte_cryptodev_pmd.h.
cryptodev_init_t cryptodev_init |
Device init function.
Definition at line 135 of file rte_cryptodev_pmd.h.
cryptodev_uninit_t cryptodev_uninit |
Device uninit function.
Definition at line 136 of file rte_cryptodev_pmd.h.