Home
last modified time | relevance | path

Searched refs:bnxt_qplib_alloc_mrw (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/bnxt_re/
H A Dqplib_sp.h336 int bnxt_qplib_alloc_mrw(struct bnxt_qplib_res *res,
H A Dib_verbs.c520 rc = bnxt_qplib_alloc_mrw(&rdev->qplib_res, &mr->qplib_mr); in bnxt_re_create_fence_mr()
3841 rc = bnxt_qplib_alloc_mrw(&rdev->qplib_res, &mr->qplib_mr); in bnxt_re_get_dma_mr()
3940 rc = bnxt_qplib_alloc_mrw(&rdev->qplib_res, &mr->qplib_mr); in bnxt_re_alloc_mr()
3992 rc = bnxt_qplib_alloc_mrw(&rdev->qplib_res, &mw->qplib_mw); in bnxt_re_alloc_mw()
4057 rc = bnxt_qplib_alloc_mrw(&rdev->qplib_res, &mr->qplib_mr); in __bnxt_re_user_reg_mr()
H A Dqplib_sp.c546 int bnxt_qplib_alloc_mrw(struct bnxt_qplib_res *res, struct bnxt_qplib_mrw *mrw) in bnxt_qplib_alloc_mrw() function