Lines Matching refs:pri_path
1065 struct ib_sa_path_rec *pri_path = param->primary_path; in cm_format_req() local
1094 if (pri_path->hop_limit <= 1) { in cm_format_req()
1095 req_msg->primary_local_lid = pri_path->slid; in cm_format_req()
1096 req_msg->primary_remote_lid = pri_path->dlid; in cm_format_req()
1102 req_msg->primary_local_gid = pri_path->sgid; in cm_format_req()
1103 req_msg->primary_remote_gid = pri_path->dgid; in cm_format_req()
1104 cm_req_set_primary_flow_label(req_msg, pri_path->flow_label); in cm_format_req()
1105 cm_req_set_primary_packet_rate(req_msg, pri_path->rate); in cm_format_req()
1106 req_msg->primary_traffic_class = pri_path->traffic_class; in cm_format_req()
1107 req_msg->primary_hop_limit = pri_path->hop_limit; in cm_format_req()
1108 cm_req_set_primary_sl(req_msg, pri_path->sl); in cm_format_req()
1109 cm_req_set_primary_subnet_local(req_msg, (pri_path->hop_limit <= 1)); in cm_format_req()
1112 pri_path->packet_life_time)); in cm_format_req()