Searched refs:max_direct (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/ |
D | alloc.c | 50 int mlx5_buf_alloc(struct mlx5_core_dev *dev, int size, int max_direct, in mlx5_buf_alloc() argument 56 if (size <= max_direct) { in mlx5_buf_alloc()
|
/linux-4.1.27/drivers/infiniband/hw/mthca/ |
D | mthca_allocator.c | 194 int mthca_buf_alloc(struct mthca_dev *dev, int size, int max_direct, in mthca_buf_alloc() argument 204 if (size <= max_direct) { in mthca_buf_alloc()
|
D | mthca_dev.h | 424 int mthca_buf_alloc(struct mthca_dev *dev, int size, int max_direct,
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | alloc.c | 586 int mlx4_buf_alloc(struct mlx4_dev *dev, int size, int max_direct, in mlx4_buf_alloc() argument 591 if (size <= max_direct) { in mlx4_buf_alloc() 792 int size, int max_direct) in mlx4_alloc_hwq_res() argument 802 err = mlx4_buf_alloc(dev, size, max_direct, &wqres->buf, GFP_KERNEL); in mlx4_alloc_hwq_res()
|
/linux-4.1.27/include/linux/mlx4/ |
D | device.h | 1012 int mlx4_buf_alloc(struct mlx4_dev *dev, int size, int max_direct, 1057 int size, int max_direct);
|
/linux-4.1.27/include/linux/mlx5/ |
D | driver.h | 672 int mlx5_buf_alloc(struct mlx5_core_dev *dev, int size, int max_direct,
|