Searched refs:bnxt_qplib_free_hwq (Results 1 – 5 of 5) sorted by relevance
| /Linux-v4.19/drivers/infiniband/hw/bnxt_re/ |
| D | qplib_res.c | 136 void bnxt_qplib_free_hwq(struct pci_dev *pdev, struct bnxt_qplib_hwq *hwq) in bnxt_qplib_free_hwq() function 288 bnxt_qplib_free_hwq(pdev, hwq); in bnxt_qplib_alloc_init_hwq() 298 bnxt_qplib_free_hwq(pdev, &ctx->qpc_tbl); in bnxt_qplib_free_ctx() 299 bnxt_qplib_free_hwq(pdev, &ctx->mrw_tbl); in bnxt_qplib_free_ctx() 300 bnxt_qplib_free_hwq(pdev, &ctx->srqc_tbl); in bnxt_qplib_free_ctx() 301 bnxt_qplib_free_hwq(pdev, &ctx->cq_tbl); in bnxt_qplib_free_ctx() 302 bnxt_qplib_free_hwq(pdev, &ctx->tim_tbl); in bnxt_qplib_free_ctx() 304 bnxt_qplib_free_hwq(pdev, &ctx->tqm_tbl[i]); in bnxt_qplib_free_ctx() 305 bnxt_qplib_free_hwq(pdev, &ctx->tqm_pde); in bnxt_qplib_free_ctx()
|
| D | qplib_sp.c | 581 bnxt_qplib_free_hwq(res->pdev, &mrw->hwq); in bnxt_qplib_free_mrw() 642 bnxt_qplib_free_hwq(res->pdev, &mrw->hwq); in bnxt_qplib_dereg_mrw() 677 bnxt_qplib_free_hwq(res->pdev, &mr->hwq); in bnxt_qplib_reg_mr() 731 bnxt_qplib_free_hwq(res->pdev, &mr->hwq); in bnxt_qplib_reg_mr() 763 bnxt_qplib_free_hwq(res->pdev, &frpl->hwq); in bnxt_qplib_free_fast_reg_page_list()
|
| D | qplib_fp.c | 459 bnxt_qplib_free_hwq(nq->pdev, &nq->hwq); in bnxt_qplib_free_nq() 521 bnxt_qplib_free_hwq(res->pdev, &srq->hwq); in bnxt_qplib_destroy_srq() 599 bnxt_qplib_free_hwq(res->pdev, &srq->hwq); in bnxt_qplib_create_srq() 845 bnxt_qplib_free_hwq(res->pdev, &rq->hwq); in bnxt_qplib_create_qp1() 848 bnxt_qplib_free_hwq(res->pdev, &sq->hwq); in bnxt_qplib_create_qp1() 1066 bnxt_qplib_free_hwq(res->pdev, &qp->irrq); in bnxt_qplib_create_qp() 1069 bnxt_qplib_free_hwq(res->pdev, &qp->orrq); in bnxt_qplib_create_qp() 1073 bnxt_qplib_free_hwq(res->pdev, &rq->hwq); in bnxt_qplib_create_qp() 1076 bnxt_qplib_free_hwq(res->pdev, &sq->hwq); in bnxt_qplib_create_qp() 1432 bnxt_qplib_free_hwq(res->pdev, &qp->sq.hwq); in bnxt_qplib_free_qp_res() [all …]
|
| D | qplib_res.h | 201 void bnxt_qplib_free_hwq(struct pci_dev *pdev, struct bnxt_qplib_hwq *hwq);
|
| D | qplib_rcfw.c | 538 bnxt_qplib_free_hwq(rcfw->pdev, &rcfw->cmdq); in bnxt_qplib_free_rcfw_channel() 539 bnxt_qplib_free_hwq(rcfw->pdev, &rcfw->creq); in bnxt_qplib_free_rcfw_channel()
|