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

/freebsd-11-stable/contrib/ofed/libibcm/
H A Dcm.h106 struct ibv_sa_path_rec *primary_path; member in struct:ib_cm_req_event_param
353 struct ibv_sa_path_rec *primary_path; member in struct:ib_cm_req_param
H A Dcm.c391 if (!param || !param->primary_path)
411 ibv_copy_path_rec_to_kern(&p_path, param->primary_path);
412 cmd->primary_path = (uintptr_t) &p_path;
767 ibv_copy_path_rec_from_kern(ureq->primary_path, &kreq->primary_path);
899 evt->param.req_rcvd.primary_path = path_a;
990 free(event->param.req_rcvd.primary_path);
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_cm.h123 struct ib_sa_path_rec *primary_path; member in struct:ib_cm_req_event_param
383 struct ib_sa_path_rec *primary_path; member in struct:ib_cm_req_param
/freebsd-11-stable/sys/ofed/include/uapi/rdma/
H A Dib_user_cm.h146 __u64 primary_path; member in struct:ib_ucm_req
241 struct ib_user_path_rec primary_path; member in struct:ib_ucm_req_event_resp
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_cm.c1158 struct ib_sa_path_rec *pri_path = param->primary_path;
1176 req_msg->pkey = param->primary_path->pkey;
1177 cm_req_set_path_mtu(req_msg, param->primary_path->mtu);
1240 if (!param->primary_path)
1252 (param->alternate_path->pkey != param->primary_path->pkey ||
1253 param->alternate_path->mtu != param->primary_path->mtu))
1288 ret = cm_init_av_by_path(param->primary_path, &cm_id_priv->av,
1301 param->primary_path->packet_life_time) * 2 +
1308 cm_id_priv->path_mtu = param->primary_path->mtu;
1309 cm_id_priv->pkey = param->primary_path
1378 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 Dib_ucm.c225 ib_copy_path_rec_to_user(&ureq->primary_path, kreq->primary_path);
744 param.primary_path = NULL;
754 result = ib_ucm_path_get(&param.primary_path, cmd.primary_path);
787 kfree(param.primary_path);
H A Dib_cma.c1219 ib_event->param.req_rcvd.primary_path);
1240 memcpy(&req->local_gid, &req_param->primary_path->sgid,
1243 req->service_id = req_param->primary_path->service_id;
1244 req->pkey = be16_to_cpu(req_param->primary_path->pkey);
1872 ib_event->param.req_rcvd.primary_path->service_id;
1894 rt->path_rec[0] = *ib_event->param.req_rcvd.primary_path;
3492 req.primary_path = &route->path_rec[0];
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c948 req.primary_path = pathrec;

Completed in 139 milliseconds