DPDK  16.11.11
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 125 of file rte_cryptodev_pmd.h.

Field Documentation

struct rte_pci_driver pci_drv

The PMD is also a PCI driver.

Definition at line 126 of file rte_cryptodev_pmd.h.

unsigned dev_private_size

Size of device private data.

Definition at line 127 of file rte_cryptodev_pmd.h.

cryptodev_init_t cryptodev_init

Device init function.

Definition at line 129 of file rte_cryptodev_pmd.h.

cryptodev_uninit_t cryptodev_uninit

Device uninit function.

Definition at line 130 of file rte_cryptodev_pmd.h.


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