Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac4_core.c986 value |= GMAC_VLAN_VTHM | GMAC_VLAN_ETV; in dwmac4_update_vlan_hash()
995 u32 value = GMAC_VLAN_ETV; in dwmac4_update_vlan_hash()
1005 value &= ~(GMAC_VLAN_VTHM | GMAC_VLAN_ETV); in dwmac4_update_vlan_hash()
H A Ddwmac4.h90 #define GMAC_VLAN_ETV BIT(16) macro