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

/freebsd-10.3-release/sys/ofed/drivers/infiniband/core/
H A Dcm_msgs.h643 struct cm_lap_msg { struct
671 static inline __be32 cm_lap_get_remote_qpn(struct cm_lap_msg *lap_msg)
676 static inline void cm_lap_set_remote_qpn(struct cm_lap_msg *lap_msg, __be32 qpn)
683 static inline u8 cm_lap_get_remote_resp_timeout(struct cm_lap_msg *lap_msg)
688 static inline void cm_lap_set_remote_resp_timeout(struct cm_lap_msg *lap_msg,
696 static inline __be32 cm_lap_get_flow_label(struct cm_lap_msg *lap_msg)
701 static inline void cm_lap_set_flow_label(struct cm_lap_msg *lap_msg,
709 static inline u8 cm_lap_get_traffic_class(struct cm_lap_msg *lap_msg)
714 static inline void cm_lap_set_traffic_class(struct cm_lap_msg *lap_msg,
722 static inline u8 cm_lap_get_packet_rate(struct cm_lap_msg *lap_ms
[all...]
H A Dcm.c2584 static void cm_format_lap(struct cm_lap_msg *lap_msg,
2648 cm_format_lap((struct cm_lap_msg *) msg->mad, cm_id_priv,
2670 struct cm_lap_msg *lap_msg)
2695 struct cm_lap_msg *lap_msg;
2701 lap_msg = (struct cm_lap_msg *)work->mad_recv_wc->recv_buf.mad;

Completed in 145 milliseconds