Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_vlan.c175 value |= VLAN_VTHM | VLAN_ETV; in vlan_update_hash()
202 value &= ~(VLAN_VTHM | VLAN_ETV); in vlan_update_hash()
269 value |= VLAN_VTHM | VLAN_ETV; in dwxgmac2_update_vlan_hash()
291 value &= ~VLAN_VTHM; in dwxgmac2_update_vlan_hash()
314 value &= ~(VLAN_VTHM | VLAN_ETV); in dwxgmac2_update_vlan_hash()
H A Dstmmac_vlan.h20 #define VLAN_VTHM BIT(25) macro