Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/ofed/libibcm/
Dcm.c414 if (param->alternate_path) { in ib_cm_send_req()
419 ibv_copy_path_rec_to_kern(a_path, param->alternate_path); in ib_cm_send_req()
420 cmd->alternate_path = (uintptr_t) a_path; in ib_cm_send_req()
654 struct ibv_sa_path_rec *alternate_path, in ib_cm_send_lap() argument
667 ibv_copy_path_rec_to_kern(&abi_path, alternate_path); in ib_cm_send_lap()
768 if (ureq->alternate_path) in cm_event_req_get()
769 ibv_copy_path_rec_from_kern(ureq->alternate_path, in cm_event_req_get()
770 &kreq->alternate_path); in cm_event_req_get()
900 evt->param.req_rcvd.alternate_path = path_b; in ib_cm_get_event()
917 evt->param.lap_rcvd.alternate_path = path_b; in ib_cm_get_event()
[all …]
Dcm.h107 struct ibv_sa_path_rec *alternate_path; member
186 struct ibv_sa_path_rec *alternate_path; member
354 struct ibv_sa_path_rec *alternate_path; member
506 struct ibv_sa_path_rec *alternate_path,
/freebsd-12-stable/sys/ofed/include/rdma/
Dib_cm.h126 struct ib_sa_path_rec *alternate_path; member
212 struct ib_sa_path_rec *alternate_path; member
386 struct ib_sa_path_rec *alternate_path; member
543 struct ib_sa_path_rec *alternate_path,
/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
Dib_ucm.c226 if (kreq->alternate_path) in ib_ucm_event_req_get()
227 ib_copy_path_rec_to_user(&ureq->alternate_path, in ib_ucm_event_req_get()
228 kreq->alternate_path); in ib_ucm_event_req_get()
266 uvt->resp.present |= (evt->param.req_rcvd.alternate_path ? in ib_ucm_event_process()
299 evt->param.lap_rcvd.alternate_path); in ib_ucm_event_process()
745 param.alternate_path = NULL; in ib_ucm_send_req()
758 result = ib_ucm_path_get(&param.alternate_path, cmd.alternate_path); in ib_ucm_send_req()
788 kfree(param.alternate_path); in ib_ucm_send_req()
Dib_cm.c1160 struct ib_sa_path_rec *alt_path = param->alternate_path; in cm_format_req()
1252 if (param->alternate_path && in cm_validate_req_param()
1253 (param->alternate_path->pkey != param->primary_path->pkey || in cm_validate_req_param()
1254 param->alternate_path->mtu != param->primary_path->mtu)) in cm_validate_req_param()
1293 if (param->alternate_path) { in ib_send_cm_req()
1294 ret = cm_init_av_by_path(param->alternate_path, in ib_send_cm_req()
1460 param->alternate_path = &work->path[1]; in cm_format_req_event()
1462 param->alternate_path = NULL; in cm_format_req_event()
2773 struct ib_sa_path_rec *alternate_path, in cm_format_lap() argument
2784 lap_msg->alt_local_lid = alternate_path->slid; in cm_format_lap()
[all …]
Dib_cma.c1888 rt->num_paths = ib_event->param.req_rcvd.alternate_path ? 2 : 1; in cma_new_conn_id()
1896 rt->path_rec[1] = *ib_event->param.req_rcvd.alternate_path; in cma_new_conn_id()
3494 req.alternate_path = &route->path_rec[1]; in cma_connect_ib()
/freebsd-12-stable/sys/ofed/include/uapi/rdma/
Dib_user_cm.h147 __u64 alternate_path; member
242 struct ib_user_path_rec alternate_path; member
/freebsd-12-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
Dipoib_cm.c955 req.alternate_path = NULL; in ipoib_cm_send_req()