Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwxgmac2_core.c637 value |= XGMAC_VLAN_DOVLTC; in dwxgmac2_update_vlan_hash()
641 value &= ~XGMAC_VLAN_DOVLTC; in dwxgmac2_update_vlan_hash()
660 value |= XGMAC_VLAN_DOVLTC; in dwxgmac2_update_vlan_hash()
664 value &= ~XGMAC_VLAN_DOVLTC; in dwxgmac2_update_vlan_hash()
680 value &= ~XGMAC_VLAN_DOVLTC; in dwxgmac2_update_vlan_hash()
H A Ddwxgmac2.h63 #define XGMAC_VLAN_DOVLTC BIT(20) macro