Lines Matching refs:pri_path
1005 struct ib_sa_path_rec *pri_path = param->primary_path; in cm_format_req() local
1034 if (pri_path->hop_limit <= 1) { in cm_format_req()
1035 req_msg->primary_local_lid = pri_path->slid; in cm_format_req()
1036 req_msg->primary_remote_lid = pri_path->dlid; in cm_format_req()
1042 req_msg->primary_local_gid = pri_path->sgid; in cm_format_req()
1043 req_msg->primary_remote_gid = pri_path->dgid; in cm_format_req()
1044 cm_req_set_primary_flow_label(req_msg, pri_path->flow_label); in cm_format_req()
1045 cm_req_set_primary_packet_rate(req_msg, pri_path->rate); in cm_format_req()
1046 req_msg->primary_traffic_class = pri_path->traffic_class; in cm_format_req()
1047 req_msg->primary_hop_limit = pri_path->hop_limit; in cm_format_req()
1048 cm_req_set_primary_sl(req_msg, pri_path->sl); in cm_format_req()
1049 cm_req_set_primary_subnet_local(req_msg, (pri_path->hop_limit <= 1)); in cm_format_req()
1052 pri_path->packet_life_time)); in cm_format_req()