Home
last modified time | relevance | path

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

/drivers/infiniband/core/
Dcm.c1005 struct ib_sa_path_rec *pri_path = param->primary_path; in cm_format_req()
1023 req_msg->pkey = param->primary_path->pkey; in cm_format_req()
1024 cm_req_set_path_mtu(req_msg, param->primary_path->mtu); in cm_format_req()
1087 if (!param->primary_path) in cm_validate_req_param()
1099 (param->alternate_path->pkey != param->primary_path->pkey || in cm_validate_req_param()
1100 param->alternate_path->mtu != param->primary_path->mtu)) in cm_validate_req_param()
1135 ret = cm_init_av_by_path(param->primary_path, &cm_id_priv->av); in ib_send_cm_req()
1147 param->primary_path->packet_life_time) * 2 + in ib_send_cm_req()
1154 cm_id_priv->path_mtu = param->primary_path->mtu; in ib_send_cm_req()
1155 cm_id_priv->pkey = param->primary_path->pkey; in ib_send_cm_req()
[all …]
Ducm.c221 ib_copy_path_rec_to_user(&ureq->primary_path, kreq->primary_path); in ib_ucm_event_req_get()
741 param.primary_path = NULL; in ib_ucm_send_req()
751 result = ib_ucm_path_get(&param.primary_path, cmd.primary_path); in ib_ucm_send_req()
784 kfree(param.primary_path); in ib_ucm_send_req()
Dcma.c1112 rt->path_rec[0] = *ib_event->param.req_rcvd.primary_path; in cma_new_conn_id()
2627 req.primary_path = &route->path_rec[0]; in cma_connect_ib()
/drivers/infiniband/ulp/ipoib/
Dipoib_cm.c1049 req.primary_path = pathrec; in ipoib_cm_send_req()
/drivers/infiniband/ulp/srp/
Dib_srp.c372 req->param.primary_path = &target->path; in srp_send_req()