Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/stmicro/stmmac/
Ddwmac4_core.c981 value |= GMAC_VLAN_ESVL; in dwmac4_update_vlan_hash()
991 value |= GMAC_VLAN_ESVL; in dwmac4_update_vlan_hash()
998 value &= ~(GMAC_VLAN_EDVLP | GMAC_VLAN_ESVL); in dwmac4_update_vlan_hash()
Ddwmac4.h87 #define GMAC_VLAN_ESVL BIT(18) macro