DPDK  /usr/bin/make-f/build/dpdk-0syZXQ/dpdk-16.11.1/mk/rte.sdkconfig.mkshowversion
Data Fields
rte_cryptodev Struct Reference

#include <rte_cryptodev.h>

+ Collaboration diagram for rte_cryptodev:

Data Fields

dequeue_pkt_burst_t dequeue_burst
 
enqueue_pkt_burst_t enqueue_burst
 
const struct rte_cryptodev_driverdriver
 
struct rte_cryptodev_datadata
 
struct rte_cryptodev_opsdev_ops
 
uint64_t feature_flags
 
struct rte_pci_devicepci_dev
 
enum rte_cryptodev_type dev_type
 
struct rte_cryptodev_cb_list link_intr_cbs
 
__extension__ uint8_t attached: 1
 

Detailed Description

The data structure associated with each crypto device.

Definition at line 610 of file rte_cryptodev.h.

Field Documentation

◆ dequeue_burst

dequeue_pkt_burst_t dequeue_burst

Pointer to PMD receive function.

Definition at line 611 of file rte_cryptodev.h.

◆ enqueue_burst

enqueue_pkt_burst_t enqueue_burst

Pointer to PMD transmit function.

Definition at line 613 of file rte_cryptodev.h.

◆ driver

const struct rte_cryptodev_driver* driver

Driver for this device

Definition at line 616 of file rte_cryptodev.h.

◆ data

struct rte_cryptodev_data* data

Pointer to device data

Definition at line 618 of file rte_cryptodev.h.

◆ dev_ops

struct rte_cryptodev_ops* dev_ops

Functions exported by PMD

Definition at line 620 of file rte_cryptodev.h.

◆ feature_flags

uint64_t feature_flags

Supported features

Definition at line 622 of file rte_cryptodev.h.

◆ pci_dev

struct rte_pci_device* pci_dev

PCI info. supplied by probing

Definition at line 624 of file rte_cryptodev.h.

◆ dev_type

enum rte_cryptodev_type dev_type

Crypto device type

Definition at line 627 of file rte_cryptodev.h.

◆ link_intr_cbs

struct rte_cryptodev_cb_list link_intr_cbs

User application callback for interrupts if present

Definition at line 630 of file rte_cryptodev.h.

◆ attached

__extension__ uint8_t attached

Flag indicating the device is attached

Definition at line 634 of file rte_cryptodev.h.


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