Searched refs:bnxt_qplib_free_hwq (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/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 348 bnxt_qplib_free_hwq(res, hwq); in bnxt_qplib_alloc_init_hwq() 358 bnxt_qplib_free_hwq(res, &ctx->qpc_tbl); in bnxt_qplib_free_ctx() 359 bnxt_qplib_free_hwq(res, &ctx->mrw_tbl); in bnxt_qplib_free_ctx() 360 bnxt_qplib_free_hwq(res, &ctx->srqc_tbl); in bnxt_qplib_free_ctx() 361 bnxt_qplib_free_hwq(res, &ctx->cq_tbl); in bnxt_qplib_free_ctx() 362 bnxt_qplib_free_hwq(res, &ctx->tim_tbl); in bnxt_qplib_free_ctx() 364 bnxt_qplib_free_hwq(res, &ctx->tqm_ctx.qtbl[i]); in bnxt_qplib_free_ctx() 367 bnxt_qplib_free_hwq(res, &ctx->tqm_ctx.pde); in bnxt_qplib_free_ctx()
|
H A D | qplib_fp.c | 566 bnxt_qplib_free_hwq(nq->res, &nq->hwq); in bnxt_qplib_free_nq() 619 bnxt_qplib_free_hwq(res, &srq->hwq); in bnxt_qplib_destroy_srq() 694 bnxt_qplib_free_hwq(res, &srq->hwq); in bnxt_qplib_create_srq() 940 bnxt_qplib_free_hwq(res, &rq->hwq); in bnxt_qplib_create_qp1() 944 bnxt_qplib_free_hwq(res, &sq->hwq); in bnxt_qplib_create_qp1() 1172 bnxt_qplib_free_hwq(res, &qp->irrq); in bnxt_qplib_create_qp() 1174 bnxt_qplib_free_hwq(res, &qp->orrq); in bnxt_qplib_create_qp() 1178 bnxt_qplib_free_hwq(res, &rq->hwq); in bnxt_qplib_create_qp() 1182 bnxt_qplib_free_hwq(res, &sq->hwq); in bnxt_qplib_create_qp() 1555 bnxt_qplib_free_hwq(res, &qp->sq.hwq); in bnxt_qplib_free_qp_res() [all …]
|
H A D | qplib_sp.c | 541 bnxt_qplib_free_hwq(res, &mrw->hwq); in bnxt_qplib_free_mrw() 608 bnxt_qplib_free_hwq(res, &mrw->hwq); in bnxt_qplib_dereg_mrw() 634 bnxt_qplib_free_hwq(res, &mr->hwq); in bnxt_qplib_reg_mr() 689 bnxt_qplib_free_hwq(res, &mr->hwq); in bnxt_qplib_reg_mr() 728 bnxt_qplib_free_hwq(res, &frpl->hwq); in bnxt_qplib_free_fast_reg_page_list()
|
H A D | qplib_res.h | 391 void bnxt_qplib_free_hwq(struct bnxt_qplib_res *res,
|
H A D | qplib_rcfw.c | 922 bnxt_qplib_free_hwq(rcfw->res, &rcfw->cmdq.hwq); in bnxt_qplib_free_rcfw_channel() 923 bnxt_qplib_free_hwq(rcfw->res, &rcfw->creq.hwq); in bnxt_qplib_free_rcfw_channel()
|