Home
last modified time | relevance | path

Searched refs:bnxt_qplib_destroy_qp (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/bnxt_re/
H A Dqplib_fp.h533 int bnxt_qplib_destroy_qp(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp);
H A Dib_verbs.c851 rc = bnxt_qplib_destroy_qp(&rdev->qplib_res, &gsi_sqp->qplib_qp); in bnxt_re_destroy_gsi_sqp()
889 rc = bnxt_qplib_destroy_qp(&rdev->qplib_res, &qp->qplib_qp); in bnxt_re_destroy_qp()
1444 bnxt_qplib_destroy_qp(&rdev->qplib_res, in bnxt_re_create_shadow_gsi()
1579 bnxt_qplib_destroy_qp(&rdev->qplib_res, &qp->qplib_qp); in bnxt_re_create_qp()
H A Dqplib_fp.c1506 int bnxt_qplib_destroy_qp(struct bnxt_qplib_res *res, in bnxt_qplib_destroy_qp() function