Searched refs:max_direct (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/infiniband/hw/mthca/ |
D | mthca_allocator.c | 190 int mthca_buf_alloc(struct mthca_dev *dev, int size, int max_direct, in mthca_buf_alloc() argument 200 if (size <= max_direct) { in mthca_buf_alloc()
|
D | mthca_dev.h | 423 int mthca_buf_alloc(struct mthca_dev *dev, int size, int max_direct,
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx4/ |
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-6.1.9/include/linux/mlx4/ |
D | device.h | 1078 int mlx4_buf_alloc(struct mlx4_dev *dev, int size, int max_direct,
|