DPDK  17.08.2
Data Fields
rte_cryptodev Struct Reference

#include <rte_cryptodev.h>

Data Fields

dequeue_pkt_burst_t dequeue_burst
enqueue_pkt_burst_t enqueue_burst
struct rte_cryptodev_datadata
struct rte_cryptodev_opsdev_ops
uint64_t feature_flags
struct rte_devicedevice
uint8_t driver_id
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 738 of file rte_cryptodev.h.

Field Documentation

dequeue_pkt_burst_t dequeue_burst

Pointer to PMD receive function.

Definition at line 740 of file rte_cryptodev.h.

enqueue_pkt_burst_t enqueue_burst

Pointer to PMD transmit function.

Definition at line 742 of file rte_cryptodev.h.

struct rte_cryptodev_data* data

Pointer to device data

Definition at line 744 of file rte_cryptodev.h.

struct rte_cryptodev_ops* dev_ops

Functions exported by PMD

Definition at line 746 of file rte_cryptodev.h.

uint64_t feature_flags

Supported features

Definition at line 749 of file rte_cryptodev.h.

struct rte_device* device

Backing device

Definition at line 750 of file rte_cryptodev.h.

uint8_t driver_id

Crypto driver identifier

Definition at line 754 of file rte_cryptodev.h.

struct rte_cryptodev_cb_list link_intr_cbs

User application callback for interrupts if present

Definition at line 756 of file rte_cryptodev.h.

__extension__ uint8_t attached

Flag indicating the device is attached

Definition at line 761 of file rte_cryptodev.h.


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