Searched refs:max_direct (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/infiniband/hw/mthca/ |
A D | mthca_allocator.c | 195 int mthca_buf_alloc(struct mthca_dev *dev, int size, int max_direct, in mthca_buf_alloc() argument 205 if (size <= max_direct) { in mthca_buf_alloc()
|
A D | mthca_dev.h | 423 int mthca_buf_alloc(struct mthca_dev *dev, int size, int max_direct,
|
/linux/drivers/net/ethernet/mellanox/mlx4/ |
A D | alloc.c | 606 int mlx4_buf_alloc(struct mlx4_dev *dev, int size, int max_direct, in mlx4_buf_alloc() argument 609 if (size <= max_direct) { in mlx4_buf_alloc()
|
/linux/include/linux/mlx4/ |
A D | device.h | 1078 int mlx4_buf_alloc(struct mlx4_dev *dev, int size, int max_direct,
|
Completed in 15 milliseconds