Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/stmicro/stmmac/
Ddwxgmac2_core.c620 value |= XGMAC_VLAN_ESVL; in dwxgmac2_update_vlan_hash()
624 value &= ~XGMAC_VLAN_ESVL; in dwxgmac2_update_vlan_hash()
643 value |= XGMAC_VLAN_ESVL; in dwxgmac2_update_vlan_hash()
647 value &= ~XGMAC_VLAN_ESVL; in dwxgmac2_update_vlan_hash()
663 value &= ~(XGMAC_VLAN_EDVLP | XGMAC_VLAN_ESVL); in dwxgmac2_update_vlan_hash()
Ddwxgmac2.h64 #define XGMAC_VLAN_ESVL BIT(18) macro