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

/drivers/infiniband/core/
H A Dcm.c1008 struct ib_sa_path_rec *pri_path = param->primary_path;
1026 req_msg->pkey = param->primary_path->pkey;
1027 cm_req_set_path_mtu(req_msg, param->primary_path->mtu);
1090 if (!param->primary_path)
1102 (param->alternate_path->pkey != param->primary_path->pkey ||
1103 param->alternate_path->mtu != param->primary_path->mtu))
1138 ret = cm_init_av_by_path(param->primary_path, &cm_id_priv->av);
1150 param->primary_path->packet_life_time) * 2 +
1157 cm_id_priv->path_mtu = param->primary_path->mtu;
1158 cm_id_priv->pkey = param->primary_path
1235 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...]

Completed in 246 milliseconds