Lines Matching refs:sa_path_rec

190 struct sa_path_rec {  struct
219 sa_conv_pathrec_to_gid_type(struct sa_path_rec *rec) in sa_conv_pathrec_to_gid_type() argument
244 static inline void path_conv_opa_to_ib(struct sa_path_rec *ib, in path_conv_opa_to_ib()
245 struct sa_path_rec *opa) in path_conv_opa_to_ib()
271 static inline void path_conv_ib_to_opa(struct sa_path_rec *opa, in path_conv_ib_to_opa()
272 struct sa_path_rec *ib) in path_conv_ib_to_opa()
291 static inline void sa_convert_path_opa_to_ib(struct sa_path_rec *dest, in sa_convert_path_opa_to_ib()
292 struct sa_path_rec *src) in sa_convert_path_opa_to_ib()
303 static inline void sa_convert_path_ib_to_opa(struct sa_path_rec *dest, in sa_convert_path_ib_to_opa()
304 struct sa_path_rec *src) in sa_convert_path_ib_to_opa()
453 u8 port_num, struct sa_path_rec *rec,
456 void (*callback)(int status, struct sa_path_rec *resp,
550 struct sa_path_rec *rec,
558 void ib_sa_pack_path(struct sa_path_rec *rec, void *attribute);
564 void ib_sa_unpack_path(void *attribute, struct sa_path_rec *rec);
581 static inline bool sa_path_is_roce(struct sa_path_rec *rec) in sa_path_is_roce()
587 static inline bool sa_path_is_opa(struct sa_path_rec *rec) in sa_path_is_opa()
592 static inline void sa_path_set_slid(struct sa_path_rec *rec, u32 slid) in sa_path_set_slid()
600 static inline void sa_path_set_dlid(struct sa_path_rec *rec, u32 dlid) in sa_path_set_dlid()
608 static inline void sa_path_set_raw_traffic(struct sa_path_rec *rec, in sa_path_set_raw_traffic()
617 static inline __be32 sa_path_get_slid(struct sa_path_rec *rec) in sa_path_get_slid()
626 static inline __be32 sa_path_get_dlid(struct sa_path_rec *rec) in sa_path_get_dlid()
635 static inline u8 sa_path_get_raw_traffic(struct sa_path_rec *rec) in sa_path_get_raw_traffic()
644 static inline void sa_path_set_dmac(struct sa_path_rec *rec, u8 *dmac) in sa_path_set_dmac()
650 static inline void sa_path_set_dmac_zero(struct sa_path_rec *rec) in sa_path_set_dmac_zero()
656 static inline u8 *sa_path_get_dmac(struct sa_path_rec *rec) in sa_path_get_dmac()