Searched refs:mlx4_fmr_alloc (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | mr.c | 1046 int mlx4_fmr_alloc(struct mlx4_dev *dev, u32 pd, u32 access, int max_pages, in mlx4_fmr_alloc() function 1087 EXPORT_SYMBOL_GPL(mlx4_fmr_alloc);
|
/linux-4.1.27/drivers/infiniband/hw/mlx4/ |
D | mr.c | 445 err = mlx4_fmr_alloc(dev->dev, to_mpd(pd)->pdn, convert_access(acc), in mlx4_ib_fmr_alloc()
|
/linux-4.1.27/include/linux/mlx4/ |
D | device.h | 1327 int mlx4_fmr_alloc(struct mlx4_dev *dev, u32 pd, u32 access, int max_pages,
|