Lines Matching defs:sa_path_rec
163 struct sa_path_rec {
207 sa_conv_pathrec_to_gid_type(struct sa_path_rec *rec)
232 static inline void path_conv_opa_to_ib(struct sa_path_rec *ib,
233 struct sa_path_rec *opa)
259 static inline void path_conv_ib_to_opa(struct sa_path_rec *opa,
260 struct sa_path_rec *ib)
279 static inline void sa_convert_path_opa_to_ib(struct sa_path_rec *dest,
280 struct sa_path_rec *src)
291 static inline void sa_convert_path_ib_to_opa(struct sa_path_rec *dest,
292 struct sa_path_rec *src)
427 u32 port_num, struct sa_path_rec *rec,
430 void (*callback)(int status, struct sa_path_rec *resp,
526 struct sa_path_rec *rec,
534 void ib_sa_pack_path(struct sa_path_rec *rec, void *attribute);
552 void ib_sa_unpack_path(void *attribute, struct sa_path_rec *rec);
565 static inline bool sa_path_is_roce(struct sa_path_rec *rec)
571 static inline bool sa_path_is_opa(struct sa_path_rec *rec)
576 static inline void sa_path_set_slid(struct sa_path_rec *rec, u32 slid)
584 static inline void sa_path_set_dlid(struct sa_path_rec *rec, u32 dlid)
592 static inline void sa_path_set_raw_traffic(struct sa_path_rec *rec,
601 static inline __be32 sa_path_get_slid(struct sa_path_rec *rec)
610 static inline __be32 sa_path_get_dlid(struct sa_path_rec *rec)
619 static inline u8 sa_path_get_raw_traffic(struct sa_path_rec *rec)
628 static inline void sa_path_set_dmac(struct sa_path_rec *rec, u8 *dmac)
634 static inline void sa_path_set_dmac_zero(struct sa_path_rec *rec)
640 static inline u8 *sa_path_get_dmac(struct sa_path_rec *rec)