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

/freebsd-10-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_pd.c33 int mlx5_core_alloc_pd(struct mlx5_core_dev *dev, u32 *pdn) function
51 EXPORT_SYMBOL(mlx5_core_alloc_pd); variable
/freebsd-10-stable/sys/dev/mlx5/
H A Ddriver.h856 int mlx5_core_alloc_pd(struct mlx5_core_dev *dev, u32 *pdn);
/freebsd-10-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c1150 err = mlx5_core_alloc_pd(to_mdev(ibdev)->mdev, &pd->pdn);
/freebsd-10-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c3204 err = mlx5_core_alloc_pd(mdev, &priv->pdn);
3206 if_printf(ifp, "%s: mlx5_core_alloc_pd failed, %d\n",

Completed in 124 milliseconds