Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/stmicro/stmmac/
Ddwxgmac2_core.c621 value |= XGMAC_VLAN_DOVLTC; in dwxgmac2_update_vlan_hash()
625 value &= ~XGMAC_VLAN_DOVLTC; in dwxgmac2_update_vlan_hash()
644 value |= XGMAC_VLAN_DOVLTC; in dwxgmac2_update_vlan_hash()
648 value &= ~XGMAC_VLAN_DOVLTC; in dwxgmac2_update_vlan_hash()
664 value &= ~XGMAC_VLAN_DOVLTC; in dwxgmac2_update_vlan_hash()
Ddwxgmac2.h63 #define XGMAC_VLAN_DOVLTC BIT(20) macro