Home
last modified time | relevance | path

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

/Linux-v5.15/include/net/
Ddsa.h221 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;
[all …]
/Linux-v5.15/drivers/net/ethernet/mediatek/
Dmtk_ppe_offload.c154 int pse_port, dsa_port; in mtk_flow_set_output_device() local