Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_mr.c212 int mlx5_core_destroy_psv(struct mlx5_core_dev *dev, int psv_num) in mlx5_core_destroy_psv() argument
218 MLX5_SET(destroy_psv_in, in, psvn, psv_num); in mlx5_core_destroy_psv()
/freebsd/sys/dev/mlx5/
H A Dqp.h325 __be32 psv_num;
316 __be32 psv_num; global() member
H A Ddriver.h1135 int mlx5_core_destroy_psv(struct mlx5_core_dev *dev, int psv_num);
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c3743 psv_seg->psv_num = cpu_to_be32(psv_idx); in set_psv_wr()