Searched refs:mlx5_core_alloc_pd (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_pd.c33 int mlx5_core_alloc_pd(struct mlx5_core_dev *dev, u32 *pdn) function
48 EXPORT_SYMBOL(mlx5_core_alloc_pd); variable
/freebsd-12-stable/sys/dev/mlx5/
H A Ddriver.h1021 int mlx5_core_alloc_pd(struct mlx5_core_dev *dev, u32 *pdn);
/freebsd-12-stable/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_conn.c1009 err = mlx5_core_alloc_pd(fdev->mdev, &fdev->conn_res.pdn);
/freebsd-12-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c4350 err = mlx5_core_alloc_pd(mdev, &priv->pdn);
4352 mlx5_en_err(ifp, "mlx5_core_alloc_pd failed, %d\n", err);
/freebsd-12-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c1602 err = mlx5_core_alloc_pd(to_mdev(ibdev)->mdev, &pd->pdn);

Completed in 192 milliseconds