Home
last modified time | relevance | path

Searched defs:dsa_port (Results 1 – 2 of 2) sorted by relevance

/linux/include/net/
H A Ddsa.h239 struct dsa_port { struct
243 union {
269 struct dsa_port *cpu_dp; argument
270 u8 mac[ETH_ALEN];
272 u8 stp_state;
278 u8 vlan_filtering:1;
281 u8 learning:1;
283 u8 lag_tx_enabled:1;
286 u8 conduit_admin_up:1;
287 u8 conduit_oper_up:1;
[all …]
/linux/drivers/net/ethernet/mediatek/
H A Dmtk_ppe_offload.c196 int pse_port, dsa_port, queue; in mtk_flow_set_output_device() local