Searched refs:req_rcvd (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/include/rdma/ |
D | ib_cm.h | 250 struct ib_cm_req_event_param req_rcvd; member
|
/linux-4.1.27/drivers/infiniband/core/ |
D | cma.c | 918 cma_save_ib_info(id, listen_id, ib_event->param.req_rcvd.primary_path); in cma_save_net_info() 1208 listen_id->ps, ib_event->param.req_rcvd.qp_type); in cma_new_conn_id() 1217 rt->num_paths = ib_event->param.req_rcvd.alternate_path ? 2 : 1; in cma_new_conn_id() 1223 rt->path_rec[0] = *ib_event->param.req_rcvd.primary_path; in cma_new_conn_id() 1225 rt->path_rec[1] = *ib_event->param.req_rcvd.alternate_path; in cma_new_conn_id() 1293 (ib_event->param.req_rcvd.qp_type == id->qp_type)) || in cma_check_req_qp_type() 1322 cma_set_req_event_data(&event, &ib_event->param.req_rcvd, in cma_req_handler()
|
D | ucm.c | 260 &evt->param.req_rcvd); in ib_ucm_event_process() 263 uvt->resp.present |= (evt->param.req_rcvd.alternate_path ? in ib_ucm_event_process()
|
D | cm.c | 1294 param = &work->cm_event.param.req_rcvd; in cm_format_req_event()
|
/linux-4.1.27/drivers/infiniband/ulp/ipoib/ |
D | ipoib_cm.c | 486 ret = ipoib_cm_send_rep(dev, cm_id, p->qp, &event->param.req_rcvd, psn); in ipoib_cm_req_handler()
|
/linux-4.1.27/drivers/infiniband/ulp/srpt/ |
D | ib_srpt.c | 2730 ret = srpt_cm_req_recv(cm_id, &event->param.req_rcvd, in srpt_cm_handler()
|