Searched refs:qplib_qp (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/infiniband/hw/bnxt_re/ |
D | ib_verbs.c | 435 static int bnxt_re_bind_fence_mw(struct bnxt_qplib_qp *qplib_qp) in bnxt_re_bind_fence_mw() argument 437 struct bnxt_re_qp *qp = container_of(qplib_qp, struct bnxt_re_qp, in bnxt_re_bind_fence_mw() 438 qplib_qp); in bnxt_re_bind_fence_mw() 452 wqe.bind.r_key, qp->qplib_qp.id, pd); in bnxt_re_bind_fence_mw() 453 rc = bnxt_qplib_post_send(&qp->qplib_qp, &wqe); in bnxt_re_bind_fence_mw() 458 bnxt_qplib_post_send_db(&qp->qplib_qp); in bnxt_re_bind_fence_mw() 872 bnxt_qplib_clean_qp(&qp->qplib_qp); in bnxt_re_destroy_gsi_sqp() 875 rc = bnxt_qplib_destroy_qp(&rdev->qplib_res, &gsi_sqp->qplib_qp); in bnxt_re_destroy_gsi_sqp() 880 bnxt_qplib_free_qp_res(&rdev->qplib_res, &gsi_sqp->qplib_qp); in bnxt_re_destroy_gsi_sqp() 904 struct bnxt_qplib_qp *qplib_qp = &qp->qplib_qp; in bnxt_re_destroy_qp() local [all …]
|
D | main.c | 1037 if (qp->qplib_qp.srq) in bnxt_re_handle_qp_async_event() 1038 srq = container_of(qp->qplib_qp.srq, struct bnxt_re_srq, in bnxt_re_handle_qp_async_event() 1041 if (qp->qplib_qp.state == CMDQ_MODIFY_QP_NEW_STATE_ERR && in bnxt_re_handle_qp_async_event() 1044 bnxt_qplib_add_flush_qp(&qp->qplib_qp); in bnxt_re_handle_qp_async_event() 1140 qp->qplib_qp.id, in bnxt_re_handle_qp_async_event() 1210 qp = container_of(lib_qp, struct bnxt_re_qp, qplib_qp); in bnxt_re_handle_affi_async_event() 1447 if (qp->qplib_qp.state != in bnxt_re_dev_stop() 1449 qp->qplib_qp.state != in bnxt_re_dev_stop()
|
D | ib_verbs.h | 90 struct bnxt_qplib_qp qplib_qp; member
|