Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/
Dalloc.c50 int mlx5_buf_alloc(struct mlx5_core_dev *dev, int size, int max_direct, in mlx5_buf_alloc() argument
56 if (size <= max_direct) { in mlx5_buf_alloc()
/linux-4.1.27/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-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Dalloc.c586 int mlx4_buf_alloc(struct mlx4_dev *dev, int size, int max_direct, in mlx4_buf_alloc() argument
591 if (size <= max_direct) { in mlx4_buf_alloc()
792 int size, int max_direct) in mlx4_alloc_hwq_res() argument
802 err = mlx4_buf_alloc(dev, size, max_direct, &wqres->buf, GFP_KERNEL); in mlx4_alloc_hwq_res()
/linux-4.1.27/include/linux/mlx4/
Ddevice.h1012 int mlx4_buf_alloc(struct mlx4_dev *dev, int size, int max_direct,
1057 int size, int max_direct);
/linux-4.1.27/include/linux/mlx5/
Ddriver.h672 int mlx5_buf_alloc(struct mlx5_core_dev *dev, int size, int max_direct,