Lines Matching defs:dsa_port
223 struct dsa_port { struct
227 union {
251 struct dsa_port *cpu_dp; argument
252 u8 mac[ETH_ALEN];
253 struct device_node *dn;
254 unsigned int ageing_time;
255 bool vlan_filtering;
257 bool learning;
258 u8 stp_state;
259 struct net_device *bridge_dev;
260 int bridge_num;
261 struct devlink_port devlink_port;
262 bool devlink_port_setup;
263 struct phylink *pl;
264 struct phylink_config pl_config;
265 struct net_device *lag_dev;
266 bool lag_tx_enabled;
267 struct net_device *hsr_dev;
269 struct list_head list;
275 void *priv;
303 struct dsa_port *dp; argument