Home
last modified time | relevance | path

Searched refs:req_rcvd (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/ofed/libibcm/src/
HDcm.c914 evt->param.req_rcvd.listen_id = evt->cm_id; in ib_cm_get_event()
923 evt->param.req_rcvd.primary_path = path_a; in ib_cm_get_event()
924 evt->param.req_rcvd.alternate_path = path_b; in ib_cm_get_event()
927 cm_event_req_get(&evt->param.req_rcvd, &resp->u.req_resp); in ib_cm_get_event()
1012 cm_id_priv = container_of(event->param.req_rcvd.listen_id, in ib_cm_ack_event()
1014 free(event->param.req_rcvd.primary_path); in ib_cm_ack_event()
1015 if (event->param.req_rcvd.alternate_path) in ib_cm_ack_event()
1016 free(event->param.req_rcvd.alternate_path); in ib_cm_ack_event()
/NextBSD/sys/ofed/drivers/infiniband/core/
HDcma.c1196 listen_id->ps, ib_event->param.req_rcvd.qp_type); in cma_new_conn_id()
1204 rt->num_paths = ib_event->param.req_rcvd.alternate_path ? 2 : 1; in cma_new_conn_id()
1210 rt->path_rec[0] = *ib_event->param.req_rcvd.primary_path; in cma_new_conn_id()
1212 rt->path_rec[1] = *ib_event->param.req_rcvd.alternate_path; in cma_new_conn_id()
1291 (ib_event->param.req_rcvd.qp_type == id->qp_type)) || in cma_check_req_qp_type()
1309 ib_event->param.req_rcvd.port) == in cma_req_handler()
1331 cma_set_req_event_data(&event, &ib_event->param.req_rcvd, in cma_req_handler()
1358 if (ib_event->param.req_rcvd.primary_path != NULL) in cma_req_handler()
1360 &ib_event->param.req_rcvd.primary_path->sgid, in cma_req_handler()
1364 if (ib_event->param.req_rcvd.alternate_path != NULL) in cma_req_handler()
[all …]
HDucm.c266 &evt->param.req_rcvd); in ib_ucm_event_process()
269 uvt->resp.present |= (evt->param.req_rcvd.alternate_path ? in ib_ucm_event_process()
HDcm.c1320 param = &work->cm_event.param.req_rcvd; in cm_format_req_event()
/NextBSD/contrib/ofed/libibcm/include/infiniband/
HDcm.h233 struct ib_cm_req_event_param req_rcvd; member
/NextBSD/sys/ofed/include/rdma/
HDib_cm.h249 struct ib_cm_req_event_param req_rcvd; member
/NextBSD/sys/ofed/drivers/infiniband/ulp/ipoib/
HDipoib_cm.c434 ret = ipoib_cm_send_rep(priv, cm_id, p->qp, &event->param.req_rcvd, psn); in ipoib_cm_req_handler()