Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/stmicro/stmmac/
Ddwxgmac2_core.c617 value |= XGMAC_VLAN_VTHM | XGMAC_VLAN_ETV; in dwxgmac2_update_vlan_hash()
640 value |= XGMAC_VLAN_ETV; in dwxgmac2_update_vlan_hash()
662 value &= ~(XGMAC_VLAN_VTHM | XGMAC_VLAN_ETV); in dwxgmac2_update_vlan_hash()
Ddwxgmac2.h65 #define XGMAC_VLAN_ETV BIT(16) macro