Searched refs:REW_PORT_VLAN_CFG_PORT_VID (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/mscc/ |
D | ocelot_rew.h | 20 #define REW_PORT_VLAN_CFG_PORT_VID(x) ((x) & GENMASK(11, 0)) macro
|
D | ocelot.c | 417 REW_PORT_VLAN_CFG_PORT_VID(native_vlan->vid), in ocelot_port_manage_port_tag()
|
/linux-6.12.1/drivers/net/ethernet/microchip/sparx5/ |
D | sparx5_vlan.c | 235 REW_PORT_VLAN_CFG_PORT_VID, in sparx5_vlan_port_apply()
|
D | sparx5_main_regs.h | 6626 #define REW_PORT_VLAN_CFG_PORT_VID GENMASK(11, 0) macro 6628 FIELD_PREP(REW_PORT_VLAN_CFG_PORT_VID, x) 6630 FIELD_GET(REW_PORT_VLAN_CFG_PORT_VID, x)
|
/linux-6.12.1/drivers/net/ethernet/microchip/lan966x/ |
D | lan966x_vlan.c | 209 REW_PORT_VLAN_CFG_PORT_VID, in lan966x_vlan_port_apply()
|
D | lan966x_regs.h | 1546 #define REW_PORT_VLAN_CFG_PORT_VID GENMASK(11, 0) macro 1548 FIELD_PREP(REW_PORT_VLAN_CFG_PORT_VID, x) 1550 FIELD_GET(REW_PORT_VLAN_CFG_PORT_VID, x)
|