Lines Matching refs:sa_path_rec
163 struct sa_path_rec {
192 sa_conv_pathrec_to_gid_type(struct sa_path_rec *rec)
217 static inline void path_conv_opa_to_ib(struct sa_path_rec *ib,
218 struct sa_path_rec *opa)
244 static inline void path_conv_ib_to_opa(struct sa_path_rec *opa,
245 struct sa_path_rec *ib)
264 static inline void sa_convert_path_opa_to_ib(struct sa_path_rec *dest,
265 struct sa_path_rec *src)
276 static inline void sa_convert_path_ib_to_opa(struct sa_path_rec *dest,
277 struct sa_path_rec *src)
426 u8 port_num, struct sa_path_rec *rec,
429 void (*callback)(int status, struct sa_path_rec *resp,
523 struct sa_path_rec *rec,
531 void ib_sa_pack_path(struct sa_path_rec *rec, void *attribute);
537 void ib_sa_unpack_path(void *attribute, struct sa_path_rec *rec);
554 static inline bool sa_path_is_roce(struct sa_path_rec *rec)
560 static inline bool sa_path_is_opa(struct sa_path_rec *rec)
565 static inline void sa_path_set_slid(struct sa_path_rec *rec, u32 slid)
573 static inline void sa_path_set_dlid(struct sa_path_rec *rec, u32 dlid)
581 static inline void sa_path_set_raw_traffic(struct sa_path_rec *rec,
590 static inline __be32 sa_path_get_slid(struct sa_path_rec *rec)
599 static inline __be32 sa_path_get_dlid(struct sa_path_rec *rec)
608 static inline u8 sa_path_get_raw_traffic(struct sa_path_rec *rec)
617 static inline void sa_path_set_dmac(struct sa_path_rec *rec, u8 *dmac)
623 static inline void sa_path_set_dmac_zero(struct sa_path_rec *rec)
629 static inline u8 *sa_path_get_dmac(struct sa_path_rec *rec)