Searched refs:bnxt_qplib_free_hwq (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/bnxt/bnxt_re/ |
H A D | qplib_res.c | 196 void bnxt_qplib_free_hwq(struct bnxt_qplib_res *res, in bnxt_qplib_free_hwq() function 403 bnxt_qplib_free_hwq(res, hwq); in bnxt_qplib_alloc_init_hwq() 414 bnxt_qplib_free_hwq(res, &hctx->qp_ctx.hwq); in bnxt_qplib_free_hwctx() 415 bnxt_qplib_free_hwq(res, &hctx->mrw_ctx.hwq); in bnxt_qplib_free_hwctx() 416 bnxt_qplib_free_hwq(res, &hctx->srq_ctx.hwq); in bnxt_qplib_free_hwctx() 417 bnxt_qplib_free_hwq(res, &hctx->cq_ctx.hwq); in bnxt_qplib_free_hwctx() 418 bnxt_qplib_free_hwq(res, &hctx->tim_ctx.hwq); in bnxt_qplib_free_hwctx() 420 bnxt_qplib_free_hwq(res, &hctx->tqm_ctx.qtbl[i]); in bnxt_qplib_free_hwctx() 423 bnxt_qplib_free_hwq(res, &hctx->tqm_ctx.pde); in bnxt_qplib_free_hwctx()
|
H A D | qplib_fp.c | 580 bnxt_qplib_free_hwq(nq->res, &nq->hwq); in bnxt_qplib_free_nq_mem() 636 bnxt_qplib_free_hwq(res, &srq->hwq); in bnxt_qplib_destroy_srq() 713 bnxt_qplib_free_hwq(res, &srq->hwq); in bnxt_qplib_create_srq() 1032 bnxt_qplib_free_hwq(res, &rq->hwq); in bnxt_qplib_create_qp1() 1034 bnxt_qplib_free_hwq(res, &sq->hwq); in bnxt_qplib_create_qp1() 1281 bnxt_qplib_free_hwq(res, &qp->irrq); in bnxt_qplib_create_qp() 1283 bnxt_qplib_free_hwq(res, &qp->orrq); in bnxt_qplib_create_qp() 1285 bnxt_qplib_free_hwq(res, &rq->hwq); in bnxt_qplib_create_qp() 1287 bnxt_qplib_free_hwq(res, &sq->hwq); in bnxt_qplib_create_qp() 1665 bnxt_qplib_free_hwq(res, &qp->irrq); in bnxt_qplib_free_qp_res() [all …]
|
H A D | qplib_rcfw.c | 1030 bnxt_qplib_free_hwq(res, &rcfw->cmdq.hwq); in bnxt_qplib_free_rcfw_channel() 1031 bnxt_qplib_free_hwq(res, &rcfw->creq.hwq); in bnxt_qplib_free_rcfw_channel() 1102 bnxt_qplib_free_hwq(res, &rcfw->cmdq.hwq); in bnxt_qplib_alloc_rcfw_channel() 1104 bnxt_qplib_free_hwq(res, &rcfw->creq.hwq); in bnxt_qplib_alloc_rcfw_channel()
|
H A D | qplib_sp.c | 562 bnxt_qplib_free_hwq(res, &mrw->hwq); in bnxt_qplib_free_mrw() 624 bnxt_qplib_free_hwq(res, &mrw->hwq); in bnxt_qplib_dereg_mrw() 651 bnxt_qplib_free_hwq(res, &mr->hwq); in bnxt_qplib_reg_mr() 712 bnxt_qplib_free_hwq(res, &mr->hwq); in bnxt_qplib_reg_mr() 745 bnxt_qplib_free_hwq(res, &frpl->hwq); in bnxt_qplib_free_fast_reg_page_list()
|
H A D | qplib_res.h | 469 void bnxt_qplib_free_hwq(struct bnxt_qplib_res *res,
|