Searched refs:bnxt_qplib_free_hwq (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/bnxt_re/ |
| H A D | qplib_res.c | 156 void bnxt_qplib_free_hwq(struct bnxt_qplib_res *res, in bnxt_qplib_free_hwq() function 366 bnxt_qplib_free_hwq(res, hwq); in bnxt_qplib_alloc_init_hwq() 376 bnxt_qplib_free_hwq(res, &ctx->qpc_tbl); in bnxt_qplib_free_ctx() 377 bnxt_qplib_free_hwq(res, &ctx->mrw_tbl); in bnxt_qplib_free_ctx() 378 bnxt_qplib_free_hwq(res, &ctx->srqc_tbl); in bnxt_qplib_free_ctx() 379 bnxt_qplib_free_hwq(res, &ctx->cq_tbl); in bnxt_qplib_free_ctx() 380 bnxt_qplib_free_hwq(res, &ctx->tim_tbl); in bnxt_qplib_free_ctx() 382 bnxt_qplib_free_hwq(res, &ctx->tqm_ctx.qtbl[i]); in bnxt_qplib_free_ctx() 385 bnxt_qplib_free_hwq(res, &ctx->tqm_ctx.pde); in bnxt_qplib_free_ctx()
|
| H A D | qplib_fp.c | 547 bnxt_qplib_free_hwq(nq->res, &nq->hwq); in bnxt_qplib_free_nq() 598 bnxt_qplib_free_hwq(res, &srq->hwq); in bnxt_qplib_destroy_srq() 670 bnxt_qplib_free_hwq(res, &srq->hwq); in bnxt_qplib_create_srq() 922 bnxt_qplib_free_hwq(res, &rq->hwq); in bnxt_qplib_create_qp1() 926 bnxt_qplib_free_hwq(res, &sq->hwq); in bnxt_qplib_create_qp1() 1123 bnxt_qplib_free_hwq(res, &qp->irrq); in bnxt_qplib_create_qp() 1125 bnxt_qplib_free_hwq(res, &qp->orrq); in bnxt_qplib_create_qp() 1129 bnxt_qplib_free_hwq(res, &rq->hwq); in bnxt_qplib_create_qp() 1133 bnxt_qplib_free_hwq(res, &sq->hwq); in bnxt_qplib_create_qp() 1489 bnxt_qplib_free_hwq(res, &qp->sq.hwq); in bnxt_qplib_free_qp_res() [all …]
|
| H A D | qplib_sp.c | 585 bnxt_qplib_free_hwq(res, &mrw->hwq); in bnxt_qplib_free_mrw() 646 bnxt_qplib_free_hwq(res, &mrw->hwq); in bnxt_qplib_dereg_mrw() 682 bnxt_qplib_free_hwq(res, &mr->hwq); in bnxt_qplib_reg_mr() 739 bnxt_qplib_free_hwq(res, &mr->hwq); in bnxt_qplib_reg_mr() 778 bnxt_qplib_free_hwq(res, &frpl->hwq); in bnxt_qplib_free_fast_reg_page_list()
|
| H A D | qplib_res.h | 350 void bnxt_qplib_free_hwq(struct bnxt_qplib_res *res,
|
| H A D | qplib_rcfw.c | 557 bnxt_qplib_free_hwq(rcfw->res, &rcfw->cmdq.hwq); in bnxt_qplib_free_rcfw_channel() 558 bnxt_qplib_free_hwq(rcfw->res, &rcfw->creq.hwq); in bnxt_qplib_free_rcfw_channel()
|