Home
last modified time | relevance | path

Searched refs:mlx5_core_create_psv (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/
Dmr.c187 int mlx5_core_create_psv(struct mlx5_core_dev *dev, u32 pdn, in mlx5_core_create_psv() function
219 EXPORT_SYMBOL(mlx5_core_create_psv);
/linux-4.1.27/include/linux/mlx5/
Ddriver.h753 int mlx5_core_create_psv(struct mlx5_core_dev *dev, u32 pdn,
/linux-4.1.27/drivers/infiniband/hw/mlx5/
Dmr.c1264 err = mlx5_core_create_psv(dev->mdev, to_mpd(pd)->pdn, in mlx5_ib_create_mr()