Searched defs:lap_msg (Results 1 – 2 of 2) sorted by relevance
699 static inline __be32 cm_lap_get_remote_qpn(struct cm_lap_msg *lap_msg) in cm_lap_get_remote_qpn()704 static inline void cm_lap_set_remote_qpn(struct cm_lap_msg *lap_msg, __be32 qpn) in cm_lap_set_remote_qpn()711 static inline u8 cm_lap_get_remote_resp_timeout(struct cm_lap_msg *lap_msg) in cm_lap_get_remote_resp_timeout()716 static inline void cm_lap_set_remote_resp_timeout(struct cm_lap_msg *lap_msg, in cm_lap_set_remote_resp_timeout()724 static inline __be32 cm_lap_get_flow_label(struct cm_lap_msg *lap_msg) in cm_lap_get_flow_label()729 static inline void cm_lap_set_flow_label(struct cm_lap_msg *lap_msg, in cm_lap_set_flow_label()737 static inline u8 cm_lap_get_traffic_class(struct cm_lap_msg *lap_msg) in cm_lap_get_traffic_class()742 static inline void cm_lap_set_traffic_class(struct cm_lap_msg *lap_msg, in cm_lap_set_traffic_class()750 static inline u8 cm_lap_get_packet_rate(struct cm_lap_msg *lap_msg) in cm_lap_get_packet_rate()755 static inline void cm_lap_set_packet_rate(struct cm_lap_msg *lap_msg, in cm_lap_set_packet_rate()[all …]
2571 static void cm_format_lap(struct cm_lap_msg *lap_msg, in cm_format_lap()2657 struct cm_lap_msg *lap_msg) in cm_format_path_from_lap()2682 struct cm_lap_msg *lap_msg; in cm_lap_handler() local