Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/drivers/infiniband/hw/hns/
Dhns_roce_alloc.c178 int hns_roce_buf_alloc(struct hns_roce_dev *hr_dev, u32 size, u32 max_direct, in hns_roce_buf_alloc() argument
188 if (size <= max_direct) { in hns_roce_buf_alloc()
Dhns_roce_device.h1212 int hns_roce_buf_alloc(struct hns_roce_dev *hr_dev, u32 size, u32 max_direct,
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx4/
Dalloc.c606 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-v5.4/include/linux/mlx4/
Ddevice.h1090 int mlx4_buf_alloc(struct mlx4_dev *dev, int size, int max_direct,