Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/stmicro/stmmac/
Ddwxgmac2_core.c619 value |= XGMAC_VLAN_EDVLP; in dwxgmac2_update_vlan_hash()
623 value &= ~XGMAC_VLAN_EDVLP; in dwxgmac2_update_vlan_hash()
642 value |= XGMAC_VLAN_EDVLP; in dwxgmac2_update_vlan_hash()
646 value &= ~XGMAC_VLAN_EDVLP; in dwxgmac2_update_vlan_hash()
663 value &= ~(XGMAC_VLAN_EDVLP | XGMAC_VLAN_ESVL); in dwxgmac2_update_vlan_hash()
Ddwxgmac2.h61 #define XGMAC_VLAN_EDVLP BIT(26) macro