Searched refs:max_direct (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/drivers/net/ethernet/mellanox/mlx4/ |
D | alloc.c | 170 int mlx4_buf_alloc(struct mlx4_dev *dev, int size, int max_direct, in mlx4_buf_alloc() argument 175 if (size <= max_direct) { in mlx4_buf_alloc() 372 int size, int max_direct) in mlx4_alloc_hwq_res() argument 382 err = mlx4_buf_alloc(dev, size, max_direct, &wqres->buf); in mlx4_alloc_hwq_res()
|
/linux-3.4.99/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-3.4.99/include/linux/mlx4/ |
D | device.h | 543 int mlx4_buf_alloc(struct mlx4_dev *dev, int size, int max_direct, 583 int size, int max_direct);
|