Searched refs:VLAN_CFI_MASK (Results 1 – 4 of 4) sorted by relevance
68 #define VLAN_CFI_MASK 0x1000 /* Canonical Format Indicator */ macro69 #define VLAN_TAG_PRESENT VLAN_CFI_MASK
1111 return be16_to_cpu(rule->h_ext.vlan_tci) & VLAN_CFI_MASK; in vlan_tci_cfi()1116 return be16_to_cpu(rule->m_ext.vlan_tci) & VLAN_CFI_MASK; in vlan_tci_cfim()
405 if (vlan_id < VLAN_CFI_MASK) in qedr_gsi_build_header()
1144 if (qp_params->vlan_id >= VLAN_CFI_MASK) in get_gid_info_from_table()