Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mscc/
Docelot_rew.h20 #define REW_PORT_VLAN_CFG_PORT_VID(x) ((x) & GENMASK(11, 0)) macro
Docelot.c173 ocelot_rmw_gix(ocelot, REW_PORT_VLAN_CFG_PORT_VID(native_vlan.vid), in ocelot_port_set_native_vlan()
/Linux-v5.15/drivers/net/ethernet/microchip/sparx5/
Dsparx5_vlan.c221 REW_PORT_VLAN_CFG_PORT_VID, in sparx5_vlan_port_apply()
Dsparx5_main_regs.h4486 #define REW_PORT_VLAN_CFG_PORT_VID GENMASK(11, 0) macro
4488 FIELD_PREP(REW_PORT_VLAN_CFG_PORT_VID, x)
4490 FIELD_GET(REW_PORT_VLAN_CFG_PORT_VID, x)