Home
last modified time | relevance | path

Searched refs:max_direct (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/mellanox/mlx4/
Dalloc.c170 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/
Dmthca_allocator.c194 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()
Dmthca_dev.h424 int mthca_buf_alloc(struct mthca_dev *dev, int size, int max_direct,
/linux-3.4.99/include/linux/mlx4/
Ddevice.h543 int mlx4_buf_alloc(struct mlx4_dev *dev, int size, int max_direct,
583 int size, int max_direct);