Searched refs:alternate_path (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/ofed/libibcm/ |
H A D | cm.c | 415 if (param->alternate_path) { in ib_cm_send_req() 420 ibv_copy_path_rec_to_kern(a_path, param->alternate_path); in ib_cm_send_req() 421 cmd->alternate_path = (uintptr_t) a_path; in ib_cm_send_req() 655 struct ibv_sa_path_rec *alternate_path, in ib_cm_send_lap() argument 668 ibv_copy_path_rec_to_kern(&abi_path, alternate_path); in ib_cm_send_lap() 769 if (ureq->alternate_path) in cm_event_req_get() 770 ibv_copy_path_rec_from_kern(ureq->alternate_path, in cm_event_req_get() 771 &kreq->alternate_path); in cm_event_req_get() 901 evt->param.req_rcvd.alternate_path = path_b; in ib_cm_get_event() 918 evt->param.lap_rcvd.alternate_path = path_b; in ib_cm_get_event() [all …]
|
H A D | cm.h | 107 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/sys/ofed/include/rdma/ |
H A D | ib_cm.h | 124 struct ib_sa_path_rec *alternate_path; member 210 struct ib_sa_path_rec *alternate_path; member 384 struct ib_sa_path_rec *alternate_path; member 541 struct ib_sa_path_rec *alternate_path,
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_ucm.c | 224 if (kreq->alternate_path) in ib_ucm_event_req_get() 225 ib_copy_path_rec_to_user(&ureq->alternate_path, in ib_ucm_event_req_get() 226 kreq->alternate_path); in ib_ucm_event_req_get() 264 uvt->resp.present |= (evt->param.req_rcvd.alternate_path ? in ib_ucm_event_process() 297 evt->param.lap_rcvd.alternate_path); in ib_ucm_event_process() 743 param.alternate_path = NULL; in ib_ucm_send_req() 756 result = ib_ucm_path_get(¶m.alternate_path, cmd.alternate_path); in ib_ucm_send_req() 786 kfree(param.alternate_path); in ib_ucm_send_req()
|
H A D | ib_cm.c | 1231 struct ib_sa_path_rec *alt_path = param->alternate_path; in cm_format_req() 1323 if (param->alternate_path && in cm_validate_req_param() 1324 (param->alternate_path->pkey != param->primary_path->pkey || in cm_validate_req_param() 1325 param->alternate_path->mtu != param->primary_path->mtu)) in cm_validate_req_param() 1364 if (param->alternate_path) { in ib_send_cm_req() 1365 ret = cm_init_av_by_path(param->alternate_path, in ib_send_cm_req() 1531 param->alternate_path = &work->path[1]; in cm_format_req_event() 1533 param->alternate_path = NULL; in cm_format_req_event() 2867 struct ib_sa_path_rec *alternate_path, in cm_format_lap() argument 2878 lap_msg->alt_local_lid = alternate_path->slid; in cm_format_lap() [all …]
|
H A D | ib_cma.c | 2079 rt->num_paths = ib_event->param.req_rcvd.alternate_path ? 2 : 1; in cma_new_conn_id() 2087 rt->path_rec[1] = *ib_event->param.req_rcvd.alternate_path; in cma_new_conn_id() 3757 req.alternate_path = &route->path_rec[1]; in cma_connect_ib()
|
/freebsd/sys/ofed/include/uapi/rdma/ |
H A D | ib_user_cm.h | 145 __u64 alternate_path; member 240 struct ib_user_path_rec alternate_path; member
|
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_cm.c | 956 req.alternate_path = NULL; in ipoib_cm_send_req()
|