Home
last modified time | relevance | path

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

/freebsd-13.1/sys/ofed/drivers/infiniband/core/
H A Dcm_msgs.h657 struct cm_lap_msg { struct
685 static inline __be32 cm_lap_get_remote_qpn(struct cm_lap_msg *lap_msg) in cm_lap_get_remote_qpn() argument
710 static inline __be32 cm_lap_get_flow_label(struct cm_lap_msg *lap_msg) in cm_lap_get_flow_label()
715 static inline void cm_lap_set_flow_label(struct cm_lap_msg *lap_msg, in cm_lap_set_flow_label()
723 static inline u8 cm_lap_get_traffic_class(struct cm_lap_msg *lap_msg) in cm_lap_get_traffic_class()
736 static inline u8 cm_lap_get_packet_rate(struct cm_lap_msg *lap_msg) in cm_lap_get_packet_rate()
741 static inline void cm_lap_set_packet_rate(struct cm_lap_msg *lap_msg, in cm_lap_set_packet_rate()
747 static inline u8 cm_lap_get_sl(struct cm_lap_msg *lap_msg) in cm_lap_get_sl()
752 static inline void cm_lap_set_sl(struct cm_lap_msg *lap_msg, u8 sl) in cm_lap_set_sl()
757 static inline u8 cm_lap_get_subnet_local(struct cm_lap_msg *lap_msg) in cm_lap_get_subnet_local()
[all …]
H A Dib_cm.c2866 static void cm_format_lap(struct cm_lap_msg *lap_msg, in cm_format_lap()
2931 cm_format_lap((struct cm_lap_msg *) msg->mad, cm_id_priv, in ib_send_cm_lap()
2953 struct cm_lap_msg *lap_msg) in cm_format_path_from_lap()
2978 struct cm_lap_msg *lap_msg; in cm_lap_handler()
2991 lap_msg = (struct cm_lap_msg *)work->mad_recv_wc->recv_buf.mad; in cm_lap_handler()