Searched defs:ipoib_path (Results 1 – 1 of 1) sorted by relevance
428 struct ipoib_path { struct429 struct net_device *dev;430 struct sa_path_rec pathrec;431 struct ipoib_ah *ah;432 struct sk_buff_head queue;434 struct list_head neigh_list;436 int query_id;437 struct ib_sa_query *query;438 struct completion done;440 struct rb_node rb_node;[all …]