Searched refs:req_rcvd (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/ofed/libibcm/ |
H A D | cm.c | 891 evt->param.req_rcvd.listen_id = evt->cm_id; in ib_cm_get_event() 900 evt->param.req_rcvd.primary_path = path_a; in ib_cm_get_event() 901 evt->param.req_rcvd.alternate_path = path_b; in ib_cm_get_event() 904 cm_event_req_get(&evt->param.req_rcvd, &resp->u.req_resp); in ib_cm_get_event() 989 cm_id_priv = container_of(event->param.req_rcvd.listen_id, in ib_cm_ack_event() 991 free(event->param.req_rcvd.primary_path); in ib_cm_ack_event() 992 if (event->param.req_rcvd.alternate_path) in ib_cm_ack_event() 993 free(event->param.req_rcvd.alternate_path); in ib_cm_ack_event()
|
H A D | cm.h | 239 struct ib_cm_req_event_param req_rcvd; member
|
/freebsd/sys/ofed/include/rdma/ |
H A D | ib_cm.h | 272 struct ib_cm_req_event_param req_rcvd; member
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_cma.c | 1334 ib_event->param.req_rcvd.primary_path); in cma_save_net_info() 1347 &ib_event->param.req_rcvd; in cma_save_req_info() 1526 ib_event->param.req_rcvd.ppath_sgid_index, &sgid, &sgid_attr); in roce_get_net_dev_by_cm_event() 2062 ib_event->param.req_rcvd.primary_path->service_id; in cma_new_conn_id() 2068 listen_id->ps, ib_event->param.req_rcvd.qp_type); in cma_new_conn_id() 2079 rt->num_paths = ib_event->param.req_rcvd.alternate_path ? 2 : 1; in cma_new_conn_id() 2085 rt->path_rec[0] = *ib_event->param.req_rcvd.primary_path; in cma_new_conn_id() 2087 rt->path_rec[1] = *ib_event->param.req_rcvd.alternate_path; in cma_new_conn_id() 2175 (ib_event->param.req_rcvd.qp_type == id->qp_type)) || in cma_check_req_qp_type() 2213 cma_set_req_event_data(&event, &ib_event->param.req_rcvd, in cma_req_handler()
|
H A D | ib_ucm.c | 261 &evt->param.req_rcvd); in ib_ucm_event_process() 264 uvt->resp.present |= (evt->param.req_rcvd.alternate_path ? in ib_ucm_event_process()
|
H A D | ib_cm.c | 1525 param = &work->cm_event.param.req_rcvd; in cm_format_req_event()
|
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_cm.c | 437 ret = ipoib_cm_send_rep(priv, cm_id, p->qp, &event->param.req_rcvd, psn); in ipoib_cm_req_handler()
|