Home
last modified time | relevance | path

Searched refs:XGMAC_VLAN_VLC (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwxgmac2.h71 #define XGMAC_VLAN_VLC GENMASK(17, 16) macro
H A Ddwxgmac2_core.c1312 value &= ~XGMAC_VLAN_VLC; in dwxgmac2_enable_vlan()
1313 value |= (type << XGMAC_VLAN_VLC_SHIFT) & XGMAC_VLAN_VLC; in dwxgmac2_enable_vlan()