Searched defs:lap_msg (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/ofed/drivers/infiniband/core/ |
| H A D | cm_msgs.h | 683 static inline __be32 cm_lap_get_remote_qpn(struct cm_lap_msg *lap_msg) in cm_lap_get_remote_qpn() 688 static inline void cm_lap_set_remote_qpn(struct cm_lap_msg *lap_msg, __be32 qpn) in cm_lap_set_remote_qpn() 695 static inline u8 cm_lap_get_remote_resp_timeout(struct cm_lap_msg *lap_msg) in cm_lap_get_remote_resp_timeout() 700 static inline void cm_lap_set_remote_resp_timeout(struct cm_lap_msg *lap_msg, in cm_lap_set_remote_resp_timeout() 708 static inline __be32 cm_lap_get_flow_label(struct cm_lap_msg *lap_msg) in cm_lap_get_flow_label() 713 static inline void cm_lap_set_flow_label(struct cm_lap_msg *lap_msg, in cm_lap_set_flow_label() 721 static inline u8 cm_lap_get_traffic_class(struct cm_lap_msg *lap_msg) in cm_lap_get_traffic_class() 726 static inline void cm_lap_set_traffic_class(struct cm_lap_msg *lap_msg, in cm_lap_set_traffic_class() 734 static inline u8 cm_lap_get_packet_rate(struct cm_lap_msg *lap_msg) in cm_lap_get_packet_rate() 739 static inline void cm_lap_set_packet_rate(struct cm_lap_msg *lap_msg, in cm_lap_set_packet_rate() [all …]
|
| H A D | ib_cm.c | 2865 cm_format_lap(struct cm_lap_msg * lap_msg,struct cm_id_private * cm_id_priv,struct ib_sa_path_rec * alternate_path,const void * private_data,u8 private_data_len) cm_format_lap() argument 2952 cm_format_path_from_lap(struct cm_id_private * cm_id_priv,struct ib_sa_path_rec * path,struct cm_lap_msg * lap_msg) cm_format_path_from_lap() argument 2977 struct cm_lap_msg *lap_msg; cm_lap_handler() local [all...] |