Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Ddwxgmac2_core.c578 value |= XGMAC_VLAN_ESVL; in dwxgmac2_update_vlan_hash()
582 value &= ~XGMAC_VLAN_ESVL; in dwxgmac2_update_vlan_hash()
601 value |= XGMAC_VLAN_ESVL; in dwxgmac2_update_vlan_hash()
605 value &= ~XGMAC_VLAN_ESVL; in dwxgmac2_update_vlan_hash()
621 value &= ~(XGMAC_VLAN_EDVLP | XGMAC_VLAN_ESVL); in dwxgmac2_update_vlan_hash()
H A Ddwxgmac2.h64 #define XGMAC_VLAN_ESVL BIT(18) macro