Searched refs:alternate_path (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/contrib/ofed/libibcm/src/ |
| HD | cm.c | 433 if (param->alternate_path) { in ib_cm_send_req() 438 ibv_copy_path_rec_to_kern(a_path, param->alternate_path); in ib_cm_send_req() 439 cmd->alternate_path = (uintptr_t) a_path; in ib_cm_send_req() 665 struct ibv_sa_path_rec *alternate_path, in ib_cm_send_lap() argument 678 if (alternate_path) { in ib_cm_send_lap() 683 ibv_copy_path_rec_to_kern(abi_path, alternate_path); in ib_cm_send_lap() 792 if (ureq->alternate_path) in cm_event_req_get() 793 ibv_copy_path_rec_from_kern(ureq->alternate_path, in cm_event_req_get() 794 &kreq->alternate_path); in cm_event_req_get() 924 evt->param.req_rcvd.alternate_path = path_b; in ib_cm_get_event() [all …]
|
| /NextBSD/contrib/ofed/libibcm/include/infiniband/ |
| HD | cm.h | 101 struct ibv_sa_path_rec *alternate_path; member 180 struct ibv_sa_path_rec *alternate_path; member 348 struct ibv_sa_path_rec *alternate_path; member 500 struct ibv_sa_path_rec *alternate_path,
|
| HD | cm_abi.h | 152 __u64 alternate_path; member 247 struct ibv_kern_path_rec alternate_path; member
|
| /NextBSD/sys/ofed/include/rdma/ |
| HD | ib_cm.h | 118 struct ib_sa_path_rec *alternate_path; member 197 struct ib_sa_path_rec *alternate_path; member 365 struct ib_sa_path_rec *alternate_path; member 522 struct ib_sa_path_rec *alternate_path,
|
| HD | ib_user_cm.h | 139 __u64 alternate_path; member 234 struct ib_user_path_rec alternate_path; member
|
| /NextBSD/sys/ofed/drivers/infiniband/core/ |
| HD | ucm.c | 229 if (kreq->alternate_path) in ib_ucm_event_req_get() 230 ib_copy_path_rec_to_user(&ureq->alternate_path, in ib_ucm_event_req_get() 231 kreq->alternate_path); in ib_ucm_event_req_get() 269 uvt->resp.present |= (evt->param.req_rcvd.alternate_path ? in ib_ucm_event_process() 302 evt->param.lap_rcvd.alternate_path); in ib_ucm_event_process() 756 param.alternate_path = NULL; in ib_ucm_send_req() 769 result = ib_ucm_path_get(¶m.alternate_path, cmd.alternate_path); in ib_ucm_send_req() 799 kfree(param.alternate_path); in ib_ucm_send_req()
|
| HD | cm.c | 1036 struct ib_sa_path_rec *alt_path = param->alternate_path; in cm_format_req() 1128 if (param->alternate_path && in cm_validate_req_param() 1129 (param->alternate_path->pkey != param->primary_path->pkey || in cm_validate_req_param() 1130 param->alternate_path->mtu != param->primary_path->mtu)) in cm_validate_req_param() 1165 if (!ret && param->alternate_path) { in ib_send_cm_req() 1166 ret = cm_init_av_by_path(param->alternate_path, in ib_send_cm_req() 1325 param->alternate_path = &work->path[1]; in cm_format_req_event() 1327 param->alternate_path = NULL; in cm_format_req_event() 2626 struct ib_sa_path_rec *alternate_path, in cm_format_lap() argument 2637 lap_msg->alt_local_lid = alternate_path->slid; in cm_format_lap() [all …]
|
| HD | cma.c | 1204 rt->num_paths = ib_event->param.req_rcvd.alternate_path ? 2 : 1; in cma_new_conn_id() 1212 rt->path_rec[1] = *ib_event->param.req_rcvd.alternate_path; in cma_new_conn_id() 1364 if (ib_event->param.req_rcvd.alternate_path != NULL) in cma_req_handler() 1366 &ib_event->param.req_rcvd.alternate_path->sgid, in cma_req_handler() 2871 req.alternate_path = &route->path_rec[1]; in cma_connect_ib()
|
| /NextBSD/sys/ofed/drivers/infiniband/ulp/ipoib/ |
| HD | ipoib_cm.c | 940 req.alternate_path = NULL; in ipoib_cm_send_req()
|