Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac4_core.c998 value |= GMAC_VLAN_ESVL; in dwmac4_update_vlan_hash()
1008 value |= GMAC_VLAN_ESVL; in dwmac4_update_vlan_hash()
1015 value &= ~(GMAC_VLAN_EDVLP | GMAC_VLAN_ESVL); in dwmac4_update_vlan_hash()
H A Ddwmac4.h90 #define GMAC_VLAN_ESVL BIT(18) macro