Searched refs:alternate_path (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.3-release/contrib/ofed/libibcm/include/infiniband/
H A Dcm.h101 struct ibv_sa_path_rec *alternate_path; member in struct:ib_cm_req_event_param
180 struct ibv_sa_path_rec *alternate_path; member in struct:ib_cm_lap_event_param
348 struct ibv_sa_path_rec *alternate_path; member in struct:ib_cm_req_param
493 * @alternate_path: A path record that identifies the alternate path to
500 struct ibv_sa_path_rec *alternate_path,
H A Dcm_abi.h152 __u64 alternate_path; member in struct:cm_abi_req
247 struct ibv_kern_path_rec alternate_path; member in struct:cm_abi_req_event_resp
/freebsd-10.3-release/sys/ofed/include/rdma/
H A Dib_cm.h118 struct ib_sa_path_rec *alternate_path; member in struct:ib_cm_req_event_param
197 struct ib_sa_path_rec *alternate_path; member in struct:ib_cm_lap_event_param
365 struct ib_sa_path_rec *alternate_path; member in struct:ib_cm_req_param
515 * @alternate_path: A path record that identifies the alternate path to
522 struct ib_sa_path_rec *alternate_path,
H A Dib_user_cm.h139 __u64 alternate_path; member in struct:ib_ucm_req
234 struct ib_user_path_rec alternate_path; member in struct:ib_ucm_req_event_resp
/freebsd-10.3-release/contrib/ofed/libibcm/src/
H A Dcm.c433 if (param->alternate_path) {
438 ibv_copy_path_rec_to_kern(a_path, param->alternate_path);
439 cmd->alternate_path = (uintptr_t) a_path;
665 struct ibv_sa_path_rec *alternate_path,
678 if (alternate_path) {
683 ibv_copy_path_rec_to_kern(abi_path, alternate_path);
792 if (ureq->alternate_path)
793 ibv_copy_path_rec_from_kern(ureq->alternate_path,
794 &kreq->alternate_path);
924 evt->param.req_rcvd.alternate_path
664 ib_cm_send_lap(struct ib_cm_id *cm_id, struct ibv_sa_path_rec *alternate_path, void *private_data, uint8_t private_data_len) argument
[all...]
/freebsd-10.3-release/sys/ofed/drivers/infiniband/core/
H A Ducm.c227 if (kreq->alternate_path)
228 ib_copy_path_rec_to_user(&ureq->alternate_path,
229 kreq->alternate_path);
267 uvt->resp.present |= (evt->param.req_rcvd.alternate_path ?
300 evt->param.lap_rcvd.alternate_path);
755 param.alternate_path = NULL;
768 result = ib_ucm_path_get(&param.alternate_path, cmd.alternate_path);
798 kfree(param.alternate_path);
H A Dcm.c1015 struct ib_sa_path_rec *alt_path = param->alternate_path;
1115 if (param->alternate_path &&
1116 (param->alternate_path->pkey != param->primary_path->pkey ||
1117 param->alternate_path->mtu != param->primary_path->mtu))
1155 if (param->alternate_path) {
1156 ret = cm_init_av_by_path(param->alternate_path,
1314 param->alternate_path = &work->path[1];
1316 param->alternate_path = NULL;
2586 struct ib_sa_path_rec *alternate_path,
2597 lap_msg->alt_local_lid = alternate_path
2584 cm_format_lap(struct cm_lap_msg *lap_msg, struct cm_id_private *cm_id_priv, struct ib_sa_path_rec *alternate_path, const void *private_data, u8 private_data_len) argument
2615 ib_send_cm_lap(struct ib_cm_id *cm_id, struct ib_sa_path_rec *alternate_path, const void *private_data, u8 private_data_len) argument
[all...]
H A Dcma.c1084 rt->num_paths = ib_event->param.req_rcvd.alternate_path ? 2 : 1;
1092 rt->path_rec[1] = *ib_event->param.req_rcvd.alternate_path;
2583 req.alternate_path = &route->path_rec[1];
/freebsd-10.3-release/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c940 req.alternate_path = NULL;

Completed in 96 milliseconds