ipoib.h (a976c2951d8f376112361830aa7762beff83a205) ipoib.h (edf3f301db7af7e784d06f7059dfc8a69359af13)
1/*
2 * Copyright (c) 2004, 2005 Topspin Communications. All rights reserved.
3 * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
4 * Copyright (c) 2004 Voltaire, Inc. All rights reserved.
5 *
6 * This software is available to you under a choice of one of two
7 * licenses. You may choose to be licensed under the terms of the GNU
8 * General Public License (GPL) Version 2, available from the file

--- 322 unchanged lines hidden (view full) ---

331
332 struct net_device *dev;
333
334 struct napi_struct napi;
335
336 unsigned long flags;
337
338 struct rw_semaphore vlan_rwsem;
1/*
2 * Copyright (c) 2004, 2005 Topspin Communications. All rights reserved.
3 * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
4 * Copyright (c) 2004 Voltaire, Inc. All rights reserved.
5 *
6 * This software is available to you under a choice of one of two
7 * licenses. You may choose to be licensed under the terms of the GNU
8 * General Public License (GPL) Version 2, available from the file

--- 322 unchanged lines hidden (view full) ---

331
332 struct net_device *dev;
333
334 struct napi_struct napi;
335
336 unsigned long flags;
337
338 struct rw_semaphore vlan_rwsem;
339 struct mutex mcast_mutex;
339
340 struct rb_root path_tree;
341 struct list_head path_list;
342
343 struct ipoib_neigh_table ntbl;
344
345 struct ipoib_mcast *broadcast;
346 struct list_head multicast_list;

--- 495 unchanged lines hidden ---
340
341 struct rb_root path_tree;
342 struct list_head path_list;
343
344 struct ipoib_neigh_table ntbl;
345
346 struct ipoib_mcast *broadcast;
347 struct list_head multicast_list;

--- 495 unchanged lines hidden ---