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