Home
last modified time | relevance | path

Searched defs:mlx5_crypto_dek_pool (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/lib/
A Dcrypto.c30 struct mlx5_crypto_dek_pool { struct
31 struct mlx5_core_dev *mdev;
32 u32 key_purpose;
38 struct list_head full_list; /* no available keys */
44 struct list_head sync_list;
46 bool syncing;
47 struct list_head wait_for_free;
48 struct work_struct sync_work;
50 spinlock_t destroy_lock; /* protect destroy_list */
51 struct list_head destroy_list;
[all …]

Completed in 4 milliseconds