Searched refs:mlx5_core_destroy_psv (Results 1 – 3 of 3) sorted by relevance
117 int mlx5_core_destroy_psv(struct mlx5_core_dev *dev, int psv_num) in mlx5_core_destroy_psv() function125 EXPORT_SYMBOL(mlx5_core_destroy_psv);
1955 if (mlx5_core_destroy_psv(dev->mdev, in mlx5_ib_dereg_mr()1959 if (mlx5_core_destroy_psv(dev->mdev, mr->sig->psv_wire.psv_idx)) in mlx5_ib_dereg_mr()2175 if (mlx5_core_destroy_psv(dev->mdev, mr->sig->psv_memory.psv_idx)) in mlx5_alloc_integrity_descs()2178 if (mlx5_core_destroy_psv(dev->mdev, mr->sig->psv_wire.psv_idx)) in mlx5_alloc_integrity_descs()
1052 int mlx5_core_destroy_psv(struct mlx5_core_dev *dev, int psv_num);
Completed in 16 milliseconds