Home
last modified time | relevance | path

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

/Linux-v5.4/include/rdma/
Dib_cm.h121 struct sa_path_rec *alternate_path; member
207 struct sa_path_rec *alternate_path; member
381 struct sa_path_rec *alternate_path; member
539 struct sa_path_rec *alternate_path,
/Linux-v5.4/drivers/infiniband/core/
Dcm.c1281 struct sa_path_rec *alt_path = param->alternate_path; in cm_format_req()
1400 if (param->alternate_path && in cm_validate_req_param()
1401 (param->alternate_path->pkey != param->primary_path->pkey || in cm_validate_req_param()
1402 param->alternate_path->mtu != param->primary_path->mtu)) in cm_validate_req_param()
1442 if (param->alternate_path) { in ib_send_cm_req()
1443 ret = cm_init_av_by_path(param->alternate_path, NULL, in ib_send_cm_req()
1696 param->alternate_path = &work->path[1]; in cm_format_req_event()
1697 cm_opa_to_ib_sgid(work, param->alternate_path); in cm_format_req_event()
1699 param->alternate_path = NULL; in cm_format_req_event()
3085 struct sa_path_rec *alternate_path, in cm_format_lap() argument
[all …]
Dcma.c2032 rt->num_paths = ib_event->param.req_rcvd.alternate_path ? 2 : 1; in cma_ib_new_conn_id()
2040 rt->path_rec[1] = *ib_event->param.req_rcvd.alternate_path; in cma_ib_new_conn_id()
3831 req.alternate_path = &route->path_rec[1]; in cma_connect_ib()
/Linux-v5.4/drivers/infiniband/ulp/ipoib/
Dipoib_cm.c1093 req.alternate_path = NULL; in ipoib_cm_send_req()
/Linux-v5.4/drivers/infiniband/ulp/srp/
Dib_srp.c901 req->ib_param.alternate_path = NULL; in srp_send_req()