dsa.h (df7686101956929dcea410971656e34926773b88) dsa.h (a2c7023f7075ca9b80f944d3f20f60e6574538e2)
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.

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

135 DSA_PORT_TYPE_DSA,
136 DSA_PORT_TYPE_USER,
137 } type;
138
139 struct dsa_switch *ds;
140 unsigned int index;
141 const char *name;
142 const struct dsa_port *cpu_dp;
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.

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

135 DSA_PORT_TYPE_DSA,
136 DSA_PORT_TYPE_USER,
137 } type;
138
139 struct dsa_switch *ds;
140 unsigned int index;
141 const char *name;
142 const struct dsa_port *cpu_dp;
143 const char *mac;
143 struct device_node *dn;
144 unsigned int ageing_time;
145 u8 stp_state;
146 struct net_device *bridge_dev;
147 struct devlink_port devlink_port;
148 struct phylink *pl;
149 /*
150 * Original copy of the master netdev ethtool_ops

--- 427 unchanged lines hidden ---
144 struct device_node *dn;
145 unsigned int ageing_time;
146 u8 stp_state;
147 struct net_device *bridge_dev;
148 struct devlink_port devlink_port;
149 struct phylink *pl;
150 /*
151 * Original copy of the master netdev ethtool_ops

--- 427 unchanged lines hidden ---