Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dif_vlan.h68 #define VLAN_CFI_MASK 0x1000 /* Canonical Format Indicator */ macro
69 #define VLAN_TAG_PRESENT VLAN_CFI_MASK
/linux-4.4.14/drivers/net/ethernet/freescale/
Dgianfar_ethtool.c1141 return be16_to_cpu(rule->h_ext.vlan_tci) & VLAN_CFI_MASK; in vlan_tci_cfi()
1146 return be16_to_cpu(rule->m_ext.vlan_tci) & VLAN_CFI_MASK; in vlan_tci_cfim()