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

/freebsd-11.0-release/contrib/ofed/libibcm/include/infiniband/
H A Dcm.h100 struct ibv_sa_path_rec *primary_path; member in struct:ib_cm_req_event_param
347 struct ibv_sa_path_rec *primary_path; member in struct:ib_cm_req_param
H A Dcm_abi.h151 __u64 primary_path; member in struct:cm_abi_req
246 struct ibv_kern_path_rec primary_path; member in struct:cm_abi_req_event_resp
/freebsd-11.0-release/sys/ofed/drivers/infiniband/core/
H A Dcm.c1035 struct ib_sa_path_rec *pri_path = param->primary_path;
1053 req_msg->pkey = param->primary_path->pkey;
1054 cm_req_set_path_mtu(req_msg, param->primary_path->mtu);
1117 if (!param->primary_path)
1129 (param->alternate_path->pkey != param->primary_path->pkey ||
1130 param->alternate_path->mtu != param->primary_path->mtu))
1164 ret = cm_init_av_by_path(param->primary_path, &cm_id_priv->av);
1178 param->primary_path->packet_life_time) * 2 +
1185 cm_id_priv->path_mtu = param->primary_path->mtu;
1186 cm_id_priv->pkey = param->primary_path
1265 cm_format_paths_from_req(struct cm_req_msg *req_msg, struct ib_sa_path_rec *primary_path, struct ib_sa_path_rec *alt_path) argument
[all...]
H A Ducm.c228 ib_copy_path_rec_to_user(&ureq->primary_path, kreq->primary_path);
755 param.primary_path = NULL;
765 result = ib_ucm_path_get(&param.primary_path, cmd.primary_path);
798 kfree(param.primary_path);
H A Dcma.c1297 rt->path_rec[0] = *ib_event->param.req_rcvd.primary_path;
1448 if (ib_event->param.req_rcvd.primary_path != NULL)
1450 &ib_event->param.req_rcvd.primary_path->sgid,
2987 req.primary_path = &route->path_rec[0];
/freebsd-11.0-release/sys/ofed/include/rdma/
H A Dib_cm.h117 struct ib_sa_path_rec *primary_path; member in struct:ib_cm_req_event_param
364 struct ib_sa_path_rec *primary_path; member in struct:ib_cm_req_param
H A Dib_user_cm.h138 __u64 primary_path; member in struct:ib_ucm_req
233 struct ib_user_path_rec primary_path; member in struct:ib_ucm_req_event_resp
/freebsd-11.0-release/contrib/ofed/libibcm/src/
H A Dcm.c424 if (param->primary_path) {
429 ibv_copy_path_rec_to_kern(p_path, param->primary_path);
430 cmd->primary_path = (uintptr_t) p_path;
791 ibv_copy_path_rec_from_kern(ureq->primary_path, &kreq->primary_path);
923 evt->param.req_rcvd.primary_path = path_a;
1014 free(event->param.req_rcvd.primary_path);
/freebsd-11.0-release/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c944 req.primary_path = pathrec;

Completed in 86 milliseconds