Home
last modified time | relevance | path

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

/linux-4.4.14/include/rdma/
Dib_cm.h255 struct ib_cm_req_event_param req_rcvd; member
/linux-4.4.14/drivers/infiniband/core/
Dcma.c1064 ib_event->param.req_rcvd.primary_path); in cma_save_net_info()
1077 &ib_event->param.req_rcvd; in cma_save_req_info()
1609 ib_event->param.req_rcvd.primary_path->service_id; in cma_new_conn_id()
1614 listen_id->ps, ib_event->param.req_rcvd.qp_type); in cma_new_conn_id()
1625 rt->num_paths = ib_event->param.req_rcvd.alternate_path ? 2 : 1; in cma_new_conn_id()
1631 rt->path_rec[0] = *ib_event->param.req_rcvd.primary_path; in cma_new_conn_id()
1633 rt->path_rec[1] = *ib_event->param.req_rcvd.alternate_path; in cma_new_conn_id()
1721 (ib_event->param.req_rcvd.qp_type == id->qp_type)) || in cma_check_req_qp_type()
1758 cma_set_req_event_data(&event, &ib_event->param.req_rcvd, in cma_req_handler()
Ducm.c260 &evt->param.req_rcvd); in ib_ucm_event_process()
263 uvt->resp.present |= (evt->param.req_rcvd.alternate_path ? in ib_ucm_event_process()
Dcm.c1367 param = &work->cm_event.param.req_rcvd; in cm_format_req_event()
/linux-4.4.14/drivers/infiniband/ulp/ipoib/
Dipoib_cm.c486 ret = ipoib_cm_send_rep(dev, cm_id, p->qp, &event->param.req_rcvd, psn); in ipoib_cm_req_handler()
/linux-4.4.14/drivers/infiniband/ulp/srpt/
Dib_srpt.c2723 ret = srpt_cm_req_recv(cm_id, &event->param.req_rcvd, in srpt_cm_handler()