Searched defs:ipoib_path (Results 1 – 1 of 1) sorted by relevance
429 struct ipoib_path { struct430 struct net_device *dev;431 struct sa_path_rec pathrec;432 struct ipoib_ah *ah;433 struct sk_buff_head queue;435 struct list_head neigh_list;437 int query_id;438 struct ib_sa_query *query;439 struct completion done;441 struct rb_node rb_node;[all …]