Searched refs:REW_PORT_VLAN_CFG_PORT_VID (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/net/ethernet/mscc/ |
H A D | ocelot_rew.h | 20 #define REW_PORT_VLAN_CFG_PORT_VID(x) ((x) & GENMASK(11, 0)) macro
|
H A D | ocelot.c | 381 * REW_PORT_VLAN_CFG_PORT_VID, with the bridge VLAN table and VLAN awareness 417 REW_PORT_VLAN_CFG_PORT_VID(native_vlan->vid), in ocelot_port_manage_port_tag()
|
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/ |
H A D | sparx5_vlan.c | 235 REW_PORT_VLAN_CFG_PORT_VID, in sparx5_vlan_port_apply()
|
H A D | sparx5_main_regs.h | 6558 #define REW_PORT_VLAN_CFG_PORT_VID GENMASK(11, 0) macro 6560 FIELD_PREP(REW_PORT_VLAN_CFG_PORT_VID, x) 6562 FIELD_GET(REW_PORT_VLAN_CFG_PORT_VID, x)
|
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_vlan.c | 209 REW_PORT_VLAN_CFG_PORT_VID, in lan966x_vlan_port_apply()
|
H A 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)
|