Searched defs:ib_sa_path_rec (Results 1 – 1 of 1) sorted by relevance
135 struct ib_sa_path_rec { struct136 __be64 service_id;137 union ib_gid dgid;138 union ib_gid sgid;139 __be16 dlid;140 __be16 slid;141 int raw_traffic;165 static inline struct net_device *ib_get_ndev_from_path(struct ib_sa_path_rec *rec) in ib_get_ndev_from_path() argument