Home
last modified time | relevance | path

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

/linux-2.6.39/include/rdma/
Dib_cm.h246 struct ib_cm_req_event_param req_rcvd; member
/linux-2.6.39/drivers/infiniband/core/
Ducm.c270 &evt->param.req_rcvd); in ib_ucm_event_process()
273 uvt->resp.present |= (evt->param.req_rcvd.alternate_path ? in ib_ucm_event_process()
Dcma.c1096 rt->num_paths = ib_event->param.req_rcvd.alternate_path ? 2 : 1; in cma_new_conn_id()
1102 rt->path_rec[0] = *ib_event->param.req_rcvd.primary_path; in cma_new_conn_id()
1104 rt->path_rec[1] = *ib_event->param.req_rcvd.alternate_path; in cma_new_conn_id()
1201 cma_set_req_event_data(&event, &ib_event->param.req_rcvd, in cma_req_handler()
Dcm.c1279 param = &work->cm_event.param.req_rcvd; in cm_format_req_event()
/linux-2.6.39/drivers/infiniband/ulp/ipoib/
Dipoib_cm.c483 ret = ipoib_cm_send_rep(dev, cm_id, p->qp, &event->param.req_rcvd, psn); in ipoib_cm_req_handler()