|
DPDK
17.05.2
|
#include <rte_cryptodev.h>
Data Fields | |
| dequeue_pkt_burst_t | dequeue_burst |
| enqueue_pkt_burst_t | enqueue_burst |
| struct rte_cryptodev_driver * | driver |
| struct rte_cryptodev_data * | data |
| struct rte_cryptodev_ops * | dev_ops |
| uint64_t | feature_flags |
| struct rte_device * | device |
| enum rte_cryptodev_type | dev_type |
| struct rte_cryptodev_cb_list | link_intr_cbs |
| __extension__ uint8_t | attached: 1 |
The data structure associated with each crypto device.
Definition at line 719 of file rte_cryptodev.h.
| dequeue_pkt_burst_t dequeue_burst |
Pointer to PMD receive function.
Definition at line 721 of file rte_cryptodev.h.
| enqueue_pkt_burst_t enqueue_burst |
Pointer to PMD transmit function.
Definition at line 723 of file rte_cryptodev.h.
| struct rte_cryptodev_driver* driver |
Driver for this device
Definition at line 725 of file rte_cryptodev.h.
| struct rte_cryptodev_data* data |
Pointer to device data
Definition at line 727 of file rte_cryptodev.h.
| struct rte_cryptodev_ops* dev_ops |
Functions exported by PMD
Definition at line 729 of file rte_cryptodev.h.
| uint64_t feature_flags |
Supported features
Definition at line 732 of file rte_cryptodev.h.
| struct rte_device* device |
Backing device
Definition at line 733 of file rte_cryptodev.h.
| enum rte_cryptodev_type dev_type |
Crypto device type
Definition at line 736 of file rte_cryptodev.h.
| struct rte_cryptodev_cb_list link_intr_cbs |
User application callback for interrupts if present
Definition at line 739 of file rte_cryptodev.h.
| __extension__ uint8_t attached |
Flag indicating the device is attached
Definition at line 744 of file rte_cryptodev.h.
1.8.1.2