Lines Matching refs:pri_path
1012 struct ib_sa_path_rec *pri_path = param->primary_path; in cm_format_req() local
1041 if (pri_path->hop_limit <= 1) { in cm_format_req()
1042 req_msg->primary_local_lid = pri_path->slid; in cm_format_req()
1043 req_msg->primary_remote_lid = pri_path->dlid; in cm_format_req()
1049 req_msg->primary_local_gid = pri_path->sgid; in cm_format_req()
1050 req_msg->primary_remote_gid = pri_path->dgid; in cm_format_req()
1051 cm_req_set_primary_flow_label(req_msg, pri_path->flow_label); in cm_format_req()
1052 cm_req_set_primary_packet_rate(req_msg, pri_path->rate); in cm_format_req()
1053 req_msg->primary_traffic_class = pri_path->traffic_class; in cm_format_req()
1054 req_msg->primary_hop_limit = pri_path->hop_limit; in cm_format_req()
1055 cm_req_set_primary_sl(req_msg, pri_path->sl); in cm_format_req()
1056 cm_req_set_primary_subnet_local(req_msg, (pri_path->hop_limit <= 1)); in cm_format_req()
1059 pri_path->packet_life_time)); in cm_format_req()