Searched refs:mlx5_core_alloc_pd (Results 1 – 6 of 6) sorted by relevance
39 int mlx5_core_alloc_pd(struct mlx5_core_dev *dev, u32 *pdn) in mlx5_core_alloc_pd() function51 EXPORT_SYMBOL(mlx5_core_alloc_pd);
92 err = mlx5_core_alloc_pd(mdev, &res->pdn); in mlx5e_create_mdev_resources()
865 err = mlx5_core_alloc_pd(dev, &tracer->buff.pdn); in mlx5_fw_tracer_init()
1100 int mlx5_core_alloc_pd(struct mlx5_core_dev *dev, u32 *pdn);
1012 err = mlx5_core_alloc_pd(fdev->mdev, &fdev->conn_res.pdn); in mlx5_fpga_conn_device_init()
2326 err = mlx5_core_alloc_pd(to_mdev(ibdev)->mdev, &pd->pdn); in mlx5_ib_alloc_pd()