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