Searched defs:ib_sa_path_rec (Results 1 – 1 of 1) sorted by relevance
151 struct ib_sa_path_rec { struct152 __be64 service_id;153 union ib_gid dgid;154 union ib_gid sgid;155 __be16 dlid;156 __be16 slid;157 int raw_traffic;182 static inline if_t ib_get_ndev_from_path(struct ib_sa_path_rec *rec) in ib_get_ndev_from_path() argument