Home
last modified time | relevance | path

Searched refs:num_deks (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dcrypto.c17 _a->num_deks - _a->avail_deks - _a->in_use_deks; })
24 _bulk->avail_deks == _bulk->num_deks; })
33 int num_deks; /* the total number of keys in this pool */ member
59 int num_deks; /* the total number of keys in a bulk */ member
293 int num_deks, base_obj_id; in mlx5_crypto_dek_bulk_create() local
300 num_deks = 1 << dek_priv->log_dek_obj_range; in mlx5_crypto_dek_bulk_create()
301 bulk->need_sync = bitmap_zalloc(num_deks, GFP_KERNEL); in mlx5_crypto_dek_bulk_create()
307 bulk->in_use = bitmap_zalloc(num_deks, GFP_KERNEL); in mlx5_crypto_dek_bulk_create()
320 bulk->num_deks = num_deks; in mlx5_crypto_dek_bulk_create()
321 bulk->avail_deks = num_deks; in mlx5_crypto_dek_bulk_create()
[all …]