dsa.h (24a9332a58b7f41a0d36c35a2c6897242bffdbc0) dsa.h (ec15dd4269d0cbf947c9a2dfdcf08a917098fab1)
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.

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

117
118 /* Tree identifier */
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? */
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.

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

117
118 /* Tree identifier */
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;
125 bool setup;
126
127 /*
128 * Configuration data for the platform device that owns
129 * this dsa switch tree instance.
130 */
131 struct dsa_platform_data *pd;
132
133 /*

--- 423 unchanged lines hidden ---
126
127 /*
128 * Configuration data for the platform device that owns
129 * this dsa switch tree instance.
130 */
131 struct dsa_platform_data *pd;
132
133 /*

--- 423 unchanged lines hidden ---