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