Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
Ddsa.h182 struct dsa_port { struct
186 union {
210 struct dsa_port *cpu_dp; argument
211 const char *mac;
212 struct device_node *dn;
213 unsigned int ageing_time;
214 bool vlan_filtering;
215 u8 stp_state;
216 struct net_device *bridge_dev;
217 struct devlink_port devlink_port;
[all …]
/kernel/linux/linux-6.6/include/net/
Ddsa.h238 struct dsa_port { struct
242 union {
268 struct dsa_port *cpu_dp; argument
269 u8 mac[ETH_ALEN];
271 u8 stp_state;
277 u8 vlan_filtering:1;
280 u8 learning:1;
282 u8 lag_tx_enabled:1;
285 u8 master_admin_up:1;
286 u8 master_oper_up:1;
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/mediatek/
Dmtk_ppe_offload.c191 int pse_port, dsa_port, queue; in mtk_flow_set_output_device() local