FD.io VPP  v20.09-64-g4f7b92f0a
Vector Packet Processing
cryptodev_main_t Struct Reference
+ Collaboration diagram for cryptodev_main_t:

Data Fields

cryptodev_numa_data_tper_numa_data
 
cryptodev_key_tkeys
 
cryptodev_engine_thread_tper_thread_data
 
enum rte_iova_mode iova_mode
 
cryptodev_inst_tcryptodev_inst
 
clib_bitmap_tactive_cdev_inst_mask
 
clib_spinlock_t tlock
 

Detailed Description

Definition at line 138 of file cryptodev.c.

Field Documentation

◆ active_cdev_inst_mask

clib_bitmap_t * cryptodev_main_t::active_cdev_inst_mask

Definition at line 145 of file cryptodev.c.

◆ cryptodev_inst

cryptodev_inst_t * cryptodev_main_t::cryptodev_inst

Definition at line 144 of file cryptodev.c.

◆ iova_mode

enum rte_iova_mode cryptodev_main_t::iova_mode

Definition at line 143 of file cryptodev.c.

◆ keys

cryptodev_key_t * cryptodev_main_t::keys

Definition at line 141 of file cryptodev.c.

◆ per_numa_data

cryptodev_numa_data_t * cryptodev_main_t::per_numa_data

Definition at line 140 of file cryptodev.c.

◆ per_thread_data

cryptodev_engine_thread_t * cryptodev_main_t::per_thread_data

Definition at line 142 of file cryptodev.c.

◆ tlock

clib_spinlock_t cryptodev_main_t::tlock

Definition at line 146 of file cryptodev.c.


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