ipoib.h (98e0ffaefb0f241cda3a72395d3be04192ae0d47) ipoib.h (9319562b86a6df09b762849ac00646968ff6e9af)
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

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

317 spinlock_t drain_lock;
318
319 struct ifnet *dev;
320
321 u8 broadcastaddr[INFINIBAND_ALEN];
322
323 unsigned long flags;
324
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

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

317 spinlock_t drain_lock;
318
319 struct ifnet *dev;
320
321 u8 broadcastaddr[INFINIBAND_ALEN];
322
323 unsigned long flags;
324
325 int gone;
326
325 struct mutex vlan_mutex;
326
327 struct rb_root path_tree;
328 struct list_head path_list;
329
330 struct ipoib_mcast *broadcast;
331 struct list_head multicast_list;
332 struct rb_root multicast_tree;

--- 427 unchanged lines hidden ---
327 struct mutex vlan_mutex;
328
329 struct rb_root path_tree;
330 struct list_head path_list;
331
332 struct ipoib_mcast *broadcast;
333 struct list_head multicast_list;
334 struct rb_root multicast_tree;

--- 427 unchanged lines hidden ---