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

/freebsd-10.3-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-10.3-release/sys/ofed/drivers/infiniband/core/
H A Dcm.c1014 struct ib_sa_path_rec *pri_path = param->primary_path;
1046 req_msg->pkey = param->primary_path->pkey;
1047 cm_req_set_path_mtu(req_msg, param->primary_path->mtu);
1105 if (!param->primary_path)
1116 (param->alternate_path->pkey != param->primary_path->pkey ||
1117 param->alternate_path->mtu != param->primary_path->mtu))
1152 ret = cm_init_av_by_path(param->primary_path, &cm_id_priv->av);
1164 param->primary_path->packet_life_time) * 2 +
1176 cm_id_priv->path_mtu = param->primary_path->mtu;
1177 cm_id_priv->pkey = param->primary_path
1254 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.c226 ib_copy_path_rec_to_user(&ureq->primary_path, kreq->primary_path);
754 param.primary_path = NULL;
764 result = ib_ucm_path_get(&param.primary_path, cmd.primary_path);
797 kfree(param.primary_path);
H A Dcma.c1090 rt->path_rec[0] = *ib_event->param.req_rcvd.primary_path;
2581 req.primary_path = &route->path_rec[0];
/freebsd-10.3-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-10.3-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-10.3-release/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c939 req.primary_path = pathrec;

Completed in 80 milliseconds