Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_vlan.c178 value |= VLAN_ESVL; in vlan_update_hash()
182 value &= ~VLAN_ESVL; in vlan_update_hash()
192 value |= VLAN_ESVL; in vlan_update_hash()
196 value &= ~VLAN_ESVL; in vlan_update_hash()
203 value &= ~(VLAN_EDVLP | VLAN_ESVL); in vlan_update_hash()
272 value |= VLAN_ESVL; in dwxgmac2_update_vlan_hash()
276 value &= ~VLAN_ESVL; in dwxgmac2_update_vlan_hash()
295 value |= VLAN_ESVL; in dwxgmac2_update_vlan_hash()
299 value &= ~VLAN_ESVL; in dwxgmac2_update_vlan_hash()
315 value &= ~(VLAN_EDVLP | VLAN_ESVL); in dwxgmac2_update_vlan_hash()
H A Dstmmac_vlan.h22 #define VLAN_ESVL BIT(18) macro