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