Home
last modified time | relevance | path

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

/linux-4.4.14/include/rdma/
Dib_cm.h121 struct ib_sa_path_rec *alternate_path; member
200 struct ib_sa_path_rec *alternate_path; member
367 struct ib_sa_path_rec *alternate_path; member
524 struct ib_sa_path_rec *alternate_path,
/linux-4.4.14/include/uapi/rdma/
Dib_user_cm.h139 __u64 alternate_path; member
234 struct ib_user_path_rec alternate_path; member
/linux-4.4.14/drivers/infiniband/core/
Ducm.c223 if (kreq->alternate_path) in ib_ucm_event_req_get()
224 ib_copy_path_rec_to_user(&ureq->alternate_path, in ib_ucm_event_req_get()
225 kreq->alternate_path); in ib_ucm_event_req_get()
263 uvt->resp.present |= (evt->param.req_rcvd.alternate_path ? in ib_ucm_event_process()
296 evt->param.lap_rcvd.alternate_path); in ib_ucm_event_process()
742 param.alternate_path = NULL; in ib_ucm_send_req()
755 result = ib_ucm_path_get(&param.alternate_path, cmd.alternate_path); in ib_ucm_send_req()
785 kfree(param.alternate_path); in ib_ucm_send_req()
Dcm.c1066 struct ib_sa_path_rec *alt_path = param->alternate_path; in cm_format_req()
1158 if (param->alternate_path && in cm_validate_req_param()
1159 (param->alternate_path->pkey != param->primary_path->pkey || in cm_validate_req_param()
1160 param->alternate_path->mtu != param->primary_path->mtu)) in cm_validate_req_param()
1198 if (param->alternate_path) { in ib_send_cm_req()
1199 ret = cm_init_av_by_path(param->alternate_path, in ib_send_cm_req()
1373 param->alternate_path = &work->path[1]; in cm_format_req_event()
1375 param->alternate_path = NULL; in cm_format_req_event()
2657 struct ib_sa_path_rec *alternate_path, in cm_format_lap() argument
2668 lap_msg->alt_local_lid = alternate_path->slid; in cm_format_lap()
[all …]
Dcma.c1625 rt->num_paths = ib_event->param.req_rcvd.alternate_path ? 2 : 1; in cma_new_conn_id()
1633 rt->path_rec[1] = *ib_event->param.req_rcvd.alternate_path; in cma_new_conn_id()
3212 req.alternate_path = &route->path_rec[1]; in cma_connect_ib()
/linux-4.4.14/drivers/infiniband/ulp/ipoib/
Dipoib_cm.c1059 req.alternate_path = NULL; in ipoib_cm_send_req()
/linux-4.4.14/drivers/infiniband/ulp/srp/
Dib_srp.c720 req->param.alternate_path = NULL; in srp_send_req()