Searched refs:max_direct (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/infiniband/hw/mthca/ |
H A 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()
|
H A D | mthca_dev.h | 423 int mthca_buf_alloc(struct mthca_dev *dev, int size, int max_direct,
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/ |
H 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()
|
/openbmc/linux/include/linux/mlx4/ |
H A D | device.h | 1085 int mlx4_buf_alloc(struct mlx4_dev *dev, int size, int max_direct,
|