Home
last modified time | relevance | path

Searched refs:REW_PORT_VLAN_CFG_PORT_VID (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/mscc/
Docelot_rew.h20 #define REW_PORT_VLAN_CFG_PORT_VID(x) ((x) & GENMASK(11, 0)) macro
Docelot.c380 REW_PORT_VLAN_CFG_PORT_VID(native_vlan->vid), in ocelot_port_manage_port_tag()
/linux-6.1.9/drivers/net/ethernet/microchip/sparx5/
Dsparx5_vlan.c235 REW_PORT_VLAN_CFG_PORT_VID, in sparx5_vlan_port_apply()
Dsparx5_main_regs.h4895 #define REW_PORT_VLAN_CFG_PORT_VID GENMASK(11, 0) macro
4897 FIELD_PREP(REW_PORT_VLAN_CFG_PORT_VID, x)
4899 FIELD_GET(REW_PORT_VLAN_CFG_PORT_VID, x)
/linux-6.1.9/drivers/net/ethernet/microchip/lan966x/
Dlan966x_vlan.c209 REW_PORT_VLAN_CFG_PORT_VID, in lan966x_vlan_port_apply()
Dlan966x_regs.h1350 #define REW_PORT_VLAN_CFG_PORT_VID GENMASK(11, 0) macro
1352 FIELD_PREP(REW_PORT_VLAN_CFG_PORT_VID, x)
1354 FIELD_GET(REW_PORT_VLAN_CFG_PORT_VID, x)