Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hns/
Dhns_roce_alloc.c179 int hns_roce_buf_alloc(struct hns_roce_dev *hr_dev, u32 size, u32 max_direct, in hns_roce_buf_alloc() argument
189 if (size <= max_direct) { in hns_roce_buf_alloc()
Dhns_roce_device.h979 int hns_roce_buf_alloc(struct hns_roce_dev *hr_dev, u32 size, u32 max_direct,
/Linux-v4.19/drivers/infiniband/hw/mthca/
Dmthca_allocator.c195 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()
Dmthca_dev.h424 int mthca_buf_alloc(struct mthca_dev *dev, int size, int max_direct,
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/
Dalloc.c607 int mlx4_buf_alloc(struct mlx4_dev *dev, int size, int max_direct, in mlx4_buf_alloc() argument
610 if (size <= max_direct) { in mlx4_buf_alloc()
/Linux-v4.19/include/linux/mlx4/
Ddevice.h1089 int mlx4_buf_alloc(struct mlx4_dev *dev, int size, int max_direct,