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