Searched defs:dsa_port (Results 1 – 2 of 2) sorted by relevance
251 struct dsa_port { struct255 union {281 struct dsa_port *cpu_dp; argument282 u8 mac[ETH_ALEN];284 u8 stp_state;290 u8 vlan_filtering:1;293 u8 learning:1;295 u8 lag_tx_enabled:1;298 u8 master_admin_up:1;299 u8 master_oper_up:1;[all …]
191 int pse_port, dsa_port; in mtk_flow_set_output_device() local