Searched refs:lap_msg (Results 1 – 2 of 2) sorted by relevance
691 (be32_to_cpu(lap_msg->offset12) & in cm_lap_set_remote_qpn()704 (be32_to_cpu(lap_msg->offset12) & in cm_lap_set_remote_resp_timeout()716 lap_msg->offset56 = cpu_to_be32( in cm_lap_set_flow_label()730 (be32_to_cpu(lap_msg->offset56) & in cm_lap_set_traffic_class()736 return lap_msg->offset61 & 0x3F; in cm_lap_get_packet_rate()742 lap_msg->offset61 = (packet_rate & 0x3F) | (lap_msg->offset61 & 0xC0); in cm_lap_set_packet_rate()747 return lap_msg->offset62 >> 4; in cm_lap_get_sl()752 lap_msg->offset62 = (sl << 4) | (lap_msg->offset62 & 0x0F); in cm_lap_set_sl()764 (lap_msg->offset61 & 0xF7); in cm_lap_set_subnet_local()768 return lap_msg->offset63 >> 3; in cm_lap_get_local_ack_timeout()[all …]
2888 cm_lap_set_local_ack_timeout(lap_msg, in cm_format_lap()2952 struct cm_lap_msg *lap_msg) in cm_format_path_from_lap() argument2955 path->dgid = lap_msg->alt_local_gid; in cm_format_path_from_lap()2956 path->sgid = lap_msg->alt_remote_gid; in cm_format_path_from_lap()2957 path->dlid = lap_msg->alt_local_lid; in cm_format_path_from_lap()2958 path->slid = lap_msg->alt_remote_lid; in cm_format_path_from_lap()2960 path->hop_limit = lap_msg->alt_hop_limit; in cm_format_path_from_lap()2964 path->sl = cm_lap_get_sl(lap_msg); in cm_format_path_from_lap()2977 struct cm_lap_msg *lap_msg; in cm_lap_handler() local2992 lap_msg->local_comm_id); in cm_lap_handler()[all …]