Searched refs:bnxt_qplib_free_hwq (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/infiniband/hw/bnxt_re/ |
H A D | qplib_fp.c | 586 bnxt_qplib_free_hwq(nq->res, &nq->hwq); in bnxt_qplib_free_nq() 639 bnxt_qplib_free_hwq(res, &srq->hwq); in bnxt_qplib_destroy_srq() 714 bnxt_qplib_free_hwq(res, &srq->hwq); in bnxt_qplib_create_srq() 960 bnxt_qplib_free_hwq(res, &rq->hwq); in bnxt_qplib_create_qp1() 964 bnxt_qplib_free_hwq(res, &sq->hwq); in bnxt_qplib_create_qp1() 1192 bnxt_qplib_free_hwq(res, &qp->irrq); in bnxt_qplib_create_qp() 1194 bnxt_qplib_free_hwq(res, &qp->orrq); in bnxt_qplib_create_qp() 1198 bnxt_qplib_free_hwq(res, &rq->hwq); in bnxt_qplib_create_qp() 1202 bnxt_qplib_free_hwq(res, &sq->hwq); in bnxt_qplib_create_qp() 1634 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() 697 bnxt_qplib_free_hwq(res, &mr->hwq); in bnxt_qplib_reg_mr() 736 bnxt_qplib_free_hwq(res, &frpl->hwq); in bnxt_qplib_free_fast_reg_page_list()
|
H A D | qplib_rcfw.c | 920 bnxt_qplib_free_hwq(rcfw->res, &rcfw->cmdq.hwq); in bnxt_qplib_free_rcfw_channel() 921 bnxt_qplib_free_hwq(rcfw->res, &rcfw->creq.hwq); in bnxt_qplib_free_rcfw_channel()
|
H A D | qplib_res.h | 410 void bnxt_qplib_free_hwq(struct bnxt_qplib_res *res,
|