DPDK  /usr/bin/make-f/build/dpdk-16.11/mk/rte.sdkconfig.mkshowversion
Data Fields
rte_cryptodev_driver Struct Reference

#include <rte_cryptodev_pmd.h>

+ Collaboration diagram for rte_cryptodev_driver:

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

◆ pci_drv

struct rte_pci_driver pci_drv

The PMD is also a PCI driver.

Definition at line 134 of file rte_cryptodev_pmd.h.

◆ dev_private_size

unsigned dev_private_size

Size of device private data.

Definition at line 135 of file rte_cryptodev_pmd.h.

◆ cryptodev_init

cryptodev_init_t cryptodev_init

Device init function.

Definition at line 137 of file rte_cryptodev_pmd.h.

◆ cryptodev_uninit

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: