Searched defs:dsa_port (Results 1 – 2 of 2) sorted by relevance
221 struct dsa_port { struct225 union {249 struct dsa_port *cpu_dp; argument250 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;[all …]
154 int pse_port, dsa_port; in mtk_flow_set_output_device() local