Searched refs:rib_cq_hdl (Results 1 – 2 of 2) sorted by relevance
164 ibt_cq_hdl_t rib_cq_hdl; member
736 status = ibt_alloc_cq(hca->hca_hdl, &cq_attr, &cq->rib_cq_hdl, in rib_create_cq()744 ibt_set_cq_handler(cq->rib_cq_hdl, cq_handler, hca); in rib_create_cq()751 status = ibt_enable_cq_notify(cq->rib_cq_hdl, IBT_NEXT_COMPLETION); in rib_create_cq()762 if (cq->rib_cq_hdl) in rib_create_cq()763 (void) ibt_free_cq(cq->rib_cq_hdl); in rib_create_cq()1634 qp_attr.rc_scq = hca->svc_scq->rib_cq_hdl; in rib_svc_create_chan()1635 qp_attr.rc_rcq = hca->svc_rcq->rib_cq_hdl; in rib_svc_create_chan()1842 qp_attr.rc_scq = hca->clnt_scq->rib_cq_hdl; in rib_conn_to_srv()1843 qp_attr.rc_rcq = hca->clnt_rcq->rib_cq_hdl; in rib_conn_to_srv()4801 (void) ibt_free_cq(hca->clnt_rcq->rib_cq_hdl); in rib_free_hca()[all …]