Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mr.c1225 int add_size; in mlx5_alloc_priv_descs() local
1228 add_size = max_t(int, MLX5_UMR_ALIGN - 1, 0); in mlx5_alloc_priv_descs()
1230 mr->descs_alloc = kzalloc(size + add_size, GFP_KERNEL); in mlx5_alloc_priv_descs()