Searched refs:mthca_buf_alloc (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/infiniband/hw/mthca/ | 
| D | mthca_allocator.c | 195 int mthca_buf_alloc(struct mthca_dev *dev, int size, int max_direct,  in mthca_buf_alloc()  function
  | 
| D | mthca_dev.h | 424 int mthca_buf_alloc(struct mthca_dev *dev, int size, int max_direct,
  | 
| D | mthca_srq.c | 169 	err = mthca_buf_alloc(dev, srq->max << srq->wqe_shift,  in mthca_alloc_srq_buf()
  | 
| D | mthca_cq.c | 353 	ret = mthca_buf_alloc(dev, nent * MTHCA_CQ_ENTRY_SIZE,  in mthca_alloc_cq_buf()
  | 
| D | mthca_qp.c | 1068 	err = mthca_buf_alloc(dev, size, MTHCA_MAX_DIRECT_QP_SIZE,  in mthca_alloc_wqe_buf()
  |