Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/stmicro/stmmac/
Ddwmac4_core.c1015 value |= GMAC_VLAN_ESVL; in dwmac4_update_vlan_hash()
1025 value |= GMAC_VLAN_ESVL; in dwmac4_update_vlan_hash()
1032 value &= ~(GMAC_VLAN_EDVLP | GMAC_VLAN_ESVL); in dwmac4_update_vlan_hash()
Ddwmac4.h89 #define GMAC_VLAN_ESVL BIT(18) macro