Searched refs:mlx5_core_alloc_pd (Results 1 – 3 of 3) sorted by relevance
61 int mlx5_core_alloc_pd(struct mlx5_core_dev *dev, u32 *pdn) in mlx5_core_alloc_pd() function80 EXPORT_SYMBOL(mlx5_core_alloc_pd);
697 int mlx5_core_alloc_pd(struct mlx5_core_dev *dev, u32 *pdn);
667 err = mlx5_core_alloc_pd(to_mdev(ibdev)->mdev, &pd->pdn); in mlx5_ib_alloc_pd()