Searched refs:alternate_path (Results 1 – 9 of 9) sorted by relevance
| /trueos/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 …]
|
| /trueos/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
|
| /trueos/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
|
| /trueos/sys/ofed/drivers/infiniband/core/ |
| HD | ucm.c | 227 if (kreq->alternate_path) in ib_ucm_event_req_get() 228 ib_copy_path_rec_to_user(&ureq->alternate_path, in ib_ucm_event_req_get() 229 kreq->alternate_path); in ib_ucm_event_req_get() 267 uvt->resp.present |= (evt->param.req_rcvd.alternate_path ? in ib_ucm_event_process() 300 evt->param.lap_rcvd.alternate_path); in ib_ucm_event_process() 755 param.alternate_path = NULL; in ib_ucm_send_req() 768 result = ib_ucm_path_get(¶m.alternate_path, cmd.alternate_path); in ib_ucm_send_req() 798 kfree(param.alternate_path); in ib_ucm_send_req()
|
| HD | cm.c | 1015 struct ib_sa_path_rec *alt_path = param->alternate_path; in cm_format_req() 1115 if (param->alternate_path && in cm_validate_req_param() 1116 (param->alternate_path->pkey != param->primary_path->pkey || in cm_validate_req_param() 1117 param->alternate_path->mtu != param->primary_path->mtu)) in cm_validate_req_param() 1155 if (param->alternate_path) { in ib_send_cm_req() 1156 ret = cm_init_av_by_path(param->alternate_path, in ib_send_cm_req() 1314 param->alternate_path = &work->path[1]; in cm_format_req_event() 1316 param->alternate_path = NULL; in cm_format_req_event() 2586 struct ib_sa_path_rec *alternate_path, in cm_format_lap() argument 2597 lap_msg->alt_local_lid = alternate_path->slid; in cm_format_lap() [all …]
|
| HD | cma.c | 1084 rt->num_paths = ib_event->param.req_rcvd.alternate_path ? 2 : 1; in cma_new_conn_id() 1092 rt->path_rec[1] = *ib_event->param.req_rcvd.alternate_path; in cma_new_conn_id() 2583 req.alternate_path = &route->path_rec[1]; in cma_connect_ib()
|
| /trueos/sys/ofed/drivers/infiniband/ulp/ipoib/ |
| HD | ipoib_cm.c | 940 req.alternate_path = NULL; in ipoib_cm_send_req()
|