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

/freebsd-11-stable/contrib/ofed/libibcm/
H A Dcm.h107 struct ibv_sa_path_rec *alternate_path; member in struct:ib_cm_req_event_param
186 struct ibv_sa_path_rec *alternate_path; member in struct:ib_cm_lap_event_param
354 struct ibv_sa_path_rec *alternate_path; member in struct:ib_cm_req_param
499 * @alternate_path: A path record that identifies the alternate path to
506 struct ibv_sa_path_rec *alternate_path,
H A Dcm.c414 if (param->alternate_path) {
419 ibv_copy_path_rec_to_kern(a_path, param->alternate_path);
420 cmd->alternate_path = (uintptr_t) a_path;
654 struct ibv_sa_path_rec *alternate_path,
667 ibv_copy_path_rec_to_kern(&abi_path, alternate_path);
768 if (ureq->alternate_path)
769 ibv_copy_path_rec_from_kern(ureq->alternate_path,
770 &kreq->alternate_path);
900 evt->param.req_rcvd.alternate_path = path_b;
917 evt->param.lap_rcvd.alternate_path
653 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-11-stable/sys/ofed/include/rdma/
H A Dib_cm.h124 struct ib_sa_path_rec *alternate_path; member in struct:ib_cm_req_event_param
210 struct ib_sa_path_rec *alternate_path; member in struct:ib_cm_lap_event_param
384 struct ib_sa_path_rec *alternate_path; member in struct:ib_cm_req_param
534 * @alternate_path: A path record that identifies the alternate path to
541 struct ib_sa_path_rec *alternate_path,
/freebsd-11-stable/sys/ofed/include/uapi/rdma/
H A Dib_user_cm.h147 __u64 alternate_path; member in struct:ib_ucm_req
242 struct ib_user_path_rec alternate_path; member in struct:ib_ucm_req_event_resp
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_ucm.c226 if (kreq->alternate_path)
227 ib_copy_path_rec_to_user(&ureq->alternate_path,
228 kreq->alternate_path);
266 uvt->resp.present |= (evt->param.req_rcvd.alternate_path ?
299 evt->param.lap_rcvd.alternate_path);
745 param.alternate_path = NULL;
758 result = ib_ucm_path_get(&param.alternate_path, cmd.alternate_path);
788 kfree(param.alternate_path);
H A Dib_cm.c1159 struct ib_sa_path_rec *alt_path = param->alternate_path;
1251 if (param->alternate_path &&
1252 (param->alternate_path->pkey != param->primary_path->pkey ||
1253 param->alternate_path->mtu != param->primary_path->mtu))
1292 if (param->alternate_path) {
1293 ret = cm_init_av_by_path(param->alternate_path,
1459 param->alternate_path = &work->path[1];
1461 param->alternate_path = NULL;
2772 struct ib_sa_path_rec *alternate_path,
2783 lap_msg->alt_local_lid = alternate_path
2770 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
2801 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 Dib_cma.c1888 rt->num_paths = ib_event->param.req_rcvd.alternate_path ? 2 : 1;
1896 rt->path_rec[1] = *ib_event->param.req_rcvd.alternate_path;
3494 req.alternate_path = &route->path_rec[1];
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c949 req.alternate_path = NULL;

Completed in 123 milliseconds