Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac4_core.c567 if (value & GMAC_VLAN_VTHM) { in dwmac4_vlan_promisc_enable()
568 value &= ~GMAC_VLAN_VTHM; in dwmac4_vlan_promisc_enable()
600 value |= GMAC_VLAN_VTHM; in dwmac4_restore_hw_vlan_rx_fltr()
984 value |= GMAC_VLAN_VTHM | GMAC_VLAN_ETV; in dwmac4_update_vlan_hash()
1003 value &= ~(GMAC_VLAN_VTHM | GMAC_VLAN_ETV); in dwmac4_update_vlan_hash()
H A Ddwmac4.h85 #define GMAC_VLAN_VTHM BIT(25) macro