Home
last modified time | relevance | path

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

/NextBSD/sys/ofed/drivers/infiniband/core/
HDcm.c1035 struct ib_sa_path_rec *pri_path = param->primary_path; in cm_format_req()
1053 req_msg->pkey = param->primary_path->pkey; in cm_format_req()
1054 cm_req_set_path_mtu(req_msg, param->primary_path->mtu); in cm_format_req()
1117 if (!param->primary_path) in cm_validate_req_param()
1129 (param->alternate_path->pkey != param->primary_path->pkey || in cm_validate_req_param()
1130 param->alternate_path->mtu != param->primary_path->mtu)) in cm_validate_req_param()
1164 ret = cm_init_av_by_path(param->primary_path, &cm_id_priv->av); in ib_send_cm_req()
1178 param->primary_path->packet_life_time) * 2 + in ib_send_cm_req()
1185 cm_id_priv->path_mtu = param->primary_path->mtu; in ib_send_cm_req()
1186 cm_id_priv->pkey = param->primary_path->pkey; in ib_send_cm_req()
[all …]
HDucm.c228 ib_copy_path_rec_to_user(&ureq->primary_path, kreq->primary_path); in ib_ucm_event_req_get()
755 param.primary_path = NULL; in ib_ucm_send_req()
765 result = ib_ucm_path_get(&param.primary_path, cmd.primary_path); in ib_ucm_send_req()
798 kfree(param.primary_path); in ib_ucm_send_req()
HDcma.c1210 rt->path_rec[0] = *ib_event->param.req_rcvd.primary_path; in cma_new_conn_id()
1358 if (ib_event->param.req_rcvd.primary_path != NULL) in cma_req_handler()
1360 &ib_event->param.req_rcvd.primary_path->sgid, in cma_req_handler()
2869 req.primary_path = &route->path_rec[0]; in cma_connect_ib()
/NextBSD/contrib/ofed/libibcm/src/
HDcm.c424 if (param->primary_path) { in ib_cm_send_req()
429 ibv_copy_path_rec_to_kern(p_path, param->primary_path); in ib_cm_send_req()
430 cmd->primary_path = (uintptr_t) p_path; in ib_cm_send_req()
791 ibv_copy_path_rec_from_kern(ureq->primary_path, &kreq->primary_path); in cm_event_req_get()
923 evt->param.req_rcvd.primary_path = path_a; in ib_cm_get_event()
1014 free(event->param.req_rcvd.primary_path); in ib_cm_ack_event()
/NextBSD/sys/ofed/include/rdma/
HDib_user_cm.h138 __u64 primary_path; member
233 struct ib_user_path_rec primary_path; member
HDib_cm.h117 struct ib_sa_path_rec *primary_path; member
364 struct ib_sa_path_rec *primary_path; member
/NextBSD/contrib/ofed/libibcm/include/infiniband/
HDcm_abi.h151 __u64 primary_path; member
246 struct ibv_kern_path_rec primary_path; member
HDcm.h100 struct ibv_sa_path_rec *primary_path; member
347 struct ibv_sa_path_rec *primary_path; member
/NextBSD/sys/ofed/drivers/infiniband/ulp/ipoib/
HDipoib_cm.c939 req.primary_path = pathrec; in ipoib_cm_send_req()