Lines Matching refs:sa_path_rec

163 struct sa_path_rec {  struct
193 sa_conv_pathrec_to_gid_type(struct sa_path_rec *rec) in sa_conv_pathrec_to_gid_type() argument
218 static inline void path_conv_opa_to_ib(struct sa_path_rec *ib, in path_conv_opa_to_ib()
219 struct sa_path_rec *opa) in path_conv_opa_to_ib()
245 static inline void path_conv_ib_to_opa(struct sa_path_rec *opa, in path_conv_ib_to_opa()
246 struct sa_path_rec *ib) in path_conv_ib_to_opa()
265 static inline void sa_convert_path_opa_to_ib(struct sa_path_rec *dest, in sa_convert_path_opa_to_ib()
266 struct sa_path_rec *src) in sa_convert_path_opa_to_ib()
277 static inline void sa_convert_path_ib_to_opa(struct sa_path_rec *dest, in sa_convert_path_ib_to_opa()
278 struct sa_path_rec *src) in sa_convert_path_ib_to_opa()
413 u32 port_num, struct sa_path_rec *rec,
416 void (*callback)(int status, struct sa_path_rec *resp,
501 struct sa_path_rec *rec,
509 void ib_sa_pack_path(struct sa_path_rec *rec, void *attribute);
515 void ib_sa_unpack_path(void *attribute, struct sa_path_rec *rec);
528 static inline bool sa_path_is_roce(struct sa_path_rec *rec) in sa_path_is_roce()
534 static inline bool sa_path_is_opa(struct sa_path_rec *rec) in sa_path_is_opa()
539 static inline void sa_path_set_slid(struct sa_path_rec *rec, u32 slid) in sa_path_set_slid()
547 static inline void sa_path_set_dlid(struct sa_path_rec *rec, u32 dlid) in sa_path_set_dlid()
555 static inline void sa_path_set_raw_traffic(struct sa_path_rec *rec, in sa_path_set_raw_traffic()
564 static inline __be32 sa_path_get_slid(struct sa_path_rec *rec) in sa_path_get_slid()
573 static inline __be32 sa_path_get_dlid(struct sa_path_rec *rec) in sa_path_get_dlid()
582 static inline u8 sa_path_get_raw_traffic(struct sa_path_rec *rec) in sa_path_get_raw_traffic()
591 static inline void sa_path_set_dmac(struct sa_path_rec *rec, u8 *dmac) in sa_path_set_dmac()
597 static inline void sa_path_set_dmac_zero(struct sa_path_rec *rec) in sa_path_set_dmac_zero()
603 static inline u8 *sa_path_get_dmac(struct sa_path_rec *rec) in sa_path_get_dmac()