Lines Matching defs:rec
192 sa_conv_pathrec_to_gid_type(struct sa_path_rec *rec) in sa_conv_pathrec_to_gid_type()
420 struct ib_sa_mcmember_rec rec; member
527 static inline bool sa_path_is_roce(struct sa_path_rec *rec) in sa_path_is_roce()
533 static inline bool sa_path_is_opa(struct sa_path_rec *rec) in sa_path_is_opa()
538 static inline void sa_path_set_slid(struct sa_path_rec *rec, u32 slid) in sa_path_set_slid()
546 static inline void sa_path_set_dlid(struct sa_path_rec *rec, u32 dlid) in sa_path_set_dlid()
554 static inline void sa_path_set_raw_traffic(struct sa_path_rec *rec, in sa_path_set_raw_traffic()
563 static inline __be32 sa_path_get_slid(struct sa_path_rec *rec) in sa_path_get_slid()
572 static inline __be32 sa_path_get_dlid(struct sa_path_rec *rec) in sa_path_get_dlid()
581 static inline u8 sa_path_get_raw_traffic(struct sa_path_rec *rec) in sa_path_get_raw_traffic()
590 static inline void sa_path_set_dmac(struct sa_path_rec *rec, u8 *dmac) in sa_path_set_dmac()
596 static inline void sa_path_set_dmac_zero(struct sa_path_rec *rec) in sa_path_set_dmac_zero()
602 static inline u8 *sa_path_get_dmac(struct sa_path_rec *rec) in sa_path_get_dmac()