Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dcrypto.c30 struct mlx5_crypto_dek_pool { struct
31 struct mlx5_core_dev *mdev;
32 u32 key_purpose;
33 int num_deks; /* the total number of keys in this pool */
34 int avail_deks; /* the number of available keys in this pool */
35 int in_use_deks; /* the number of being used keys in this pool */
36 struct mutex lock; /* protect the following lists, and the bulks */
37 struct list_head partial_list; /* some of keys are available */
38 struct list_head full_list; /* no available keys */
39 struct list_head avail_list; /* all keys are available to use */
[all …]