Searched refs:bnxt_qplib_free_hwq (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/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 296 bnxt_qplib_free_hwq(pdev, hwq); in bnxt_qplib_alloc_init_hwq() 306 bnxt_qplib_free_hwq(pdev, &ctx->qpc_tbl); in bnxt_qplib_free_ctx() 307 bnxt_qplib_free_hwq(pdev, &ctx->mrw_tbl); in bnxt_qplib_free_ctx() 308 bnxt_qplib_free_hwq(pdev, &ctx->srqc_tbl); in bnxt_qplib_free_ctx() 309 bnxt_qplib_free_hwq(pdev, &ctx->cq_tbl); in bnxt_qplib_free_ctx() 310 bnxt_qplib_free_hwq(pdev, &ctx->tim_tbl); in bnxt_qplib_free_ctx() 312 bnxt_qplib_free_hwq(pdev, &ctx->tqm_tbl[i]); in bnxt_qplib_free_ctx() 313 bnxt_qplib_free_hwq(pdev, &ctx->tqm_pde); in bnxt_qplib_free_ctx()
|
D | qplib_sp.c | 588 bnxt_qplib_free_hwq(res->pdev, &mrw->hwq); in bnxt_qplib_free_mrw() 649 bnxt_qplib_free_hwq(res->pdev, &mrw->hwq); in bnxt_qplib_dereg_mrw() 683 bnxt_qplib_free_hwq(res->pdev, &mr->hwq); in bnxt_qplib_reg_mr() 737 bnxt_qplib_free_hwq(res->pdev, &mr->hwq); in bnxt_qplib_reg_mr() 769 bnxt_qplib_free_hwq(res->pdev, &frpl->hwq); in bnxt_qplib_free_fast_reg_page_list()
|
D | qplib_fp.c | 467 bnxt_qplib_free_hwq(nq->pdev, &nq->hwq); in bnxt_qplib_free_nq() 529 bnxt_qplib_free_hwq(res->pdev, &srq->hwq); in bnxt_qplib_destroy_srq() 605 bnxt_qplib_free_hwq(res->pdev, &srq->hwq); in bnxt_qplib_create_srq() 851 bnxt_qplib_free_hwq(res->pdev, &rq->hwq); in bnxt_qplib_create_qp1() 854 bnxt_qplib_free_hwq(res->pdev, &sq->hwq); in bnxt_qplib_create_qp1() 1077 bnxt_qplib_free_hwq(res->pdev, &qp->irrq); in bnxt_qplib_create_qp() 1080 bnxt_qplib_free_hwq(res->pdev, &qp->orrq); in bnxt_qplib_create_qp() 1084 bnxt_qplib_free_hwq(res->pdev, &rq->hwq); in bnxt_qplib_create_qp() 1087 bnxt_qplib_free_hwq(res->pdev, &sq->hwq); in bnxt_qplib_create_qp() 1443 bnxt_qplib_free_hwq(res->pdev, &qp->sq.hwq); in bnxt_qplib_free_qp_res() [all …]
|
D | qplib_res.h | 234 void bnxt_qplib_free_hwq(struct pci_dev *pdev, struct bnxt_qplib_hwq *hwq);
|
D | qplib_rcfw.c | 563 bnxt_qplib_free_hwq(rcfw->pdev, &rcfw->cmdq); in bnxt_qplib_free_rcfw_channel() 564 bnxt_qplib_free_hwq(rcfw->pdev, &rcfw->creq); in bnxt_qplib_free_rcfw_channel()
|