Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_vlan.c205 value &= ~VLAN_VID; in vlan_update_hash()
280 value &= ~VLAN_VID; in dwxgmac2_update_vlan_hash()
303 value &= ~VLAN_VID; in dwxgmac2_update_vlan_hash()
317 value &= ~VLAN_VID; in dwxgmac2_update_vlan_hash()
H A Dstmmac_vlan.h24 #define VLAN_VID GENMASK(15, 0) macro