Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_vlan.h27 #define VLAN_VLC GENMASK(17, 16) macro
H A Dstmmac_vlan.c219 value &= ~VLAN_VLC; in vlan_enable()
220 value |= (type << VLAN_VLC_SHIFT) & VLAN_VLC; in vlan_enable()