Searched defs:cm_lap_msg (Results 1 - 1 of 1) sorted by relevance

/drivers/infiniband/core/
H A Dcm_msgs.h659 struct cm_lap_msg { struct
687 static inline __be32 cm_lap_get_remote_qpn(struct cm_lap_msg *lap_msg)
692 static inline void cm_lap_set_remote_qpn(struct cm_lap_msg *lap_msg, __be32 qpn)
699 static inline u8 cm_lap_get_remote_resp_timeout(struct cm_lap_msg *lap_msg)
704 static inline void cm_lap_set_remote_resp_timeout(struct cm_lap_msg *lap_msg,
712 static inline __be32 cm_lap_get_flow_label(struct cm_lap_msg *lap_msg)
717 static inline void cm_lap_set_flow_label(struct cm_lap_msg *lap_msg,
725 static inline u8 cm_lap_get_traffic_class(struct cm_lap_msg *lap_msg)
730 static inline void cm_lap_set_traffic_class(struct cm_lap_msg *lap_msg,
738 static inline u8 cm_lap_get_packet_rate(struct cm_lap_msg *lap_ms
[all...]

Completed in 1140 milliseconds