Home
last modified time | relevance | path

Searched refs:mthca_buf_alloc (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/mthca/
H A Dmthca_allocator.c190 int mthca_buf_alloc(struct mthca_dev *dev, int size, int max_direct, in mthca_buf_alloc() function
H A Dmthca_dev.h423 int mthca_buf_alloc(struct mthca_dev *dev, int size, int max_direct,
H A Dmthca_srq.c169 err = mthca_buf_alloc(dev, srq->max << srq->wqe_shift, in mthca_alloc_srq_buf()
H A Dmthca_cq.c353 ret = mthca_buf_alloc(dev, nent * MTHCA_CQ_ENTRY_SIZE, in mthca_alloc_cq_buf()
H A Dmthca_qp.c1071 err = mthca_buf_alloc(dev, size, MTHCA_MAX_DIRECT_QP_SIZE, in mthca_alloc_wqe_buf()