Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
Ddwmac4_core.c986 value |= GMAC_VLAN_EDVLP; in dwmac4_update_vlan_hash()
996 value |= GMAC_VLAN_EDVLP; in dwmac4_update_vlan_hash()
1004 value &= ~(GMAC_VLAN_EDVLP | GMAC_VLAN_ESVL); in dwmac4_update_vlan_hash()
Ddwmac4.h84 #define GMAC_VLAN_EDVLP BIT(26) macro