dsa.h (99feaafcdb566e8f032e7acc2a303713ad6bf196) | dsa.h (49463b7f2da1a115404b02c5533bc2c2125833a3) |
---|---|
1/* 2 * include/net/dsa.h - Driver for Distributed Switch Architecture switch chips 3 * Copyright (c) 2008-2009 Marvell Semiconductor 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; either version 2 of the License, or 8 * (at your option) any later version. --- 102 unchanged lines hidden (view full) --- 111 112struct dsa_switch_tree { 113 struct list_head list; 114 115 /* Notifier chain for switch-wide events */ 116 struct raw_notifier_head nh; 117 118 /* Tree identifier */ | 1/* 2 * include/net/dsa.h - Driver for Distributed Switch Architecture switch chips 3 * Copyright (c) 2008-2009 Marvell Semiconductor 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; either version 2 of the License, or 8 * (at your option) any later version. --- 102 unchanged lines hidden (view full) --- 111 112struct dsa_switch_tree { 113 struct list_head list; 114 115 /* Notifier chain for switch-wide events */ 116 struct raw_notifier_head nh; 117 118 /* Tree identifier */ |
119 u32 tree; | 119 unsigned int index; |
120 121 /* Number of switches attached to this tree */ 122 struct kref refcount; 123 124 /* Has this tree been applied to the hardware? */ 125 bool applied; 126 127 /* --- 429 unchanged lines hidden --- | 120 121 /* Number of switches attached to this tree */ 122 struct kref refcount; 123 124 /* Has this tree been applied to the hardware? */ 125 bool applied; 126 127 /* --- 429 unchanged lines hidden --- |