Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_vlan.c177 value |= VLAN_EDVLP; in vlan_update_hash()
181 value &= ~VLAN_EDVLP; in vlan_update_hash()
191 value |= VLAN_EDVLP; in vlan_update_hash()
195 value &= ~VLAN_EDVLP; in vlan_update_hash()
203 value &= ~(VLAN_EDVLP | VLAN_ESVL); in vlan_update_hash()
271 value |= VLAN_EDVLP; in dwxgmac2_update_vlan_hash()
275 value &= ~VLAN_EDVLP; in dwxgmac2_update_vlan_hash()
294 value |= VLAN_EDVLP; in dwxgmac2_update_vlan_hash()
298 value &= ~VLAN_EDVLP; in dwxgmac2_update_vlan_hash()
315 value &= ~(VLAN_EDVLP | VLAN_ESVL); in dwxgmac2_update_vlan_hash()
H A Dstmmac_vlan.h19 #define VLAN_EDVLP BIT(26) macro