Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/stmicro/stmmac/
Ddwmac4_core.c591 value |= GMAC_VLAN_VTHM; in dwmac4_restore_hw_vlan_rx_fltr()
970 value |= GMAC_VLAN_VTHM | GMAC_VLAN_ETV; in dwmac4_update_vlan_hash()
989 value &= ~(GMAC_VLAN_VTHM | GMAC_VLAN_ETV); in dwmac4_update_vlan_hash()
Ddwmac4.h87 #define GMAC_VLAN_VTHM BIT(25) macro