Home
last modified time | relevance | path

Searched refs:cm_lap_msg (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/infiniband/core/
Dcm_msgs.h652 struct cm_lap_msg { struct
680 static inline __be32 cm_lap_get_remote_qpn(struct cm_lap_msg *lap_msg) in cm_lap_get_remote_qpn() argument
685 static inline void cm_lap_set_remote_qpn(struct cm_lap_msg *lap_msg, __be32 qpn) in cm_lap_set_remote_qpn()
692 static inline u8 cm_lap_get_remote_resp_timeout(struct cm_lap_msg *lap_msg) in cm_lap_get_remote_resp_timeout()
697 static inline void cm_lap_set_remote_resp_timeout(struct cm_lap_msg *lap_msg, in cm_lap_set_remote_resp_timeout()
705 static inline __be32 cm_lap_get_flow_label(struct cm_lap_msg *lap_msg) in cm_lap_get_flow_label()
710 static inline void cm_lap_set_flow_label(struct cm_lap_msg *lap_msg, in cm_lap_set_flow_label()
718 static inline u8 cm_lap_get_traffic_class(struct cm_lap_msg *lap_msg) in cm_lap_get_traffic_class()
723 static inline void cm_lap_set_traffic_class(struct cm_lap_msg *lap_msg, in cm_lap_set_traffic_class()
731 static inline u8 cm_lap_get_packet_rate(struct cm_lap_msg *lap_msg) in cm_lap_get_packet_rate()
[all …]
Dcm.c3083 static void cm_format_lap(struct cm_lap_msg *lap_msg, in cm_format_lap()
3161 cm_format_lap((struct cm_lap_msg *) msg->mad, cm_id_priv, in ib_send_cm_lap()
3181 static void cm_format_path_lid_from_lap(struct cm_lap_msg *lap_msg, in cm_format_path_lid_from_lap()
3200 struct cm_lap_msg *lap_msg) in cm_format_path_from_lap()
3223 struct cm_lap_msg *lap_msg; in cm_lap_handler()
3236 lap_msg = (struct cm_lap_msg *)work->mad_recv_wc->recv_buf.mad; in cm_lap_handler()