FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
Data Fields | |
cryptodev_numa_data_t * | per_numa_data |
cryptodev_key_t * | keys |
cryptodev_engine_thread_t * | per_thread_data |
enum rte_iova_mode | iova_mode |
cryptodev_inst_t * | cryptodev_inst |
clib_bitmap_t * | active_cdev_inst_mask |
clib_spinlock_t | tlock |
Definition at line 138 of file cryptodev.c.
clib_bitmap_t * cryptodev_main_t::active_cdev_inst_mask |
Definition at line 145 of file cryptodev.c.
cryptodev_inst_t * cryptodev_main_t::cryptodev_inst |
Definition at line 144 of file cryptodev.c.
enum rte_iova_mode cryptodev_main_t::iova_mode |
Definition at line 143 of file cryptodev.c.
cryptodev_key_t * cryptodev_main_t::keys |
Definition at line 141 of file cryptodev.c.
cryptodev_numa_data_t * cryptodev_main_t::per_numa_data |
Definition at line 140 of file cryptodev.c.
cryptodev_engine_thread_t * cryptodev_main_t::per_thread_data |
Definition at line 142 of file cryptodev.c.
clib_spinlock_t cryptodev_main_t::tlock |
Definition at line 146 of file cryptodev.c.