Searched refs:VLAN_CFI_MASK (Results 1 – 15 of 15) sorted by relevance
173 #define VLAN_CFI_MASK 0x1000 /* Canonical Format Indicator */ macro174 #define VLAN_TAG_PRESENT VLAN_CFI_MASK
35 if (data->vlan_tci & VLAN_CFI_MASK) in sch_frag_xmit()37 data->vlan_tci & ~VLAN_CFI_MASK); in sch_frag_xmit()62 data->vlan_tci = skb_vlan_tag_get(skb) | VLAN_CFI_MASK; in sch_frag_prepare_frag()
40 #define VLAN_CFI_MASK 0x1000 /* Canonical Format Indicator */ macro41 #define VLAN_TAG_PRESENT VLAN_CFI_MASK
75 #define VLAN_CFI_MASK 0x1000 /* Canonical Format Indicator / Drop Eligible Indicator */ macro90 #define skb_vlan_tag_get_cfi(__skb) (!!((__skb)->vlan_tci & VLAN_CFI_MASK))
1020 if (!(tci & htons(VLAN_CFI_MASK))) { in validate_vlan_from_nlattrs()1043 htons(VLAN_CFI_MASK)); in validate_vlan_mask_from_nlattrs()1045 htons(VLAN_CFI_MASK)); in validate_vlan_mask_from_nlattrs()1069 if (!(tci & htons(VLAN_CFI_MASK))) { in validate_vlan_mask_from_nlattrs()1125 encap_valid = !!(match->key->eth.vlan.tci & htons(VLAN_CFI_MASK)); in parse_vlan_from_nlattrs()3263 if (!(vlan->vlan_tci & htons(VLAN_CFI_MASK))) in __ovs_nla_copy_actions()3278 if (vlan_tci & htons(VLAN_CFI_MASK) || in __ovs_nla_copy_actions()3306 if (vlan_tci & htons(VLAN_CFI_MASK) || in __ovs_nla_copy_actions()3320 if (vlan_tci & htons(VLAN_CFI_MASK) || in __ovs_nla_copy_actions()3400 if (vlan_tci & htons(VLAN_CFI_MASK)) in __ovs_nla_copy_actions()
466 key_vh->tci = vh->tci | htons(VLAN_CFI_MASK); in parse_vlan_tag()499 key->eth.vlan.tci = htons(skb->vlan_tci) | htons(VLAN_CFI_MASK); in parse_vlan()953 if (key->eth.cvlan.tci & htons(VLAN_CFI_MASK)) in key_extract()
242 ntohs(vlan->vlan_tci) & ~VLAN_CFI_MASK); in push_vlan()792 if (data->vlan_tci & VLAN_CFI_MASK) in ovs_vport_output()793 __vlan_hwaccel_put_tag(skb, data->vlan_proto, data->vlan_tci & ~VLAN_CFI_MASK); in ovs_vport_output()840 data->vlan_tci = skb_vlan_tag_get(skb) | VLAN_CFI_MASK; in prepare_frag()
1051 return be16_to_cpu(rule->h_ext.vlan_tci) & VLAN_CFI_MASK; in vlan_tci_cfi()1056 return be16_to_cpu(rule->m_ext.vlan_tci) & VLAN_CFI_MASK; in vlan_tci_cfim()
256 tci |= VLAN_CFI_MASK; in prestera_rxtx_process_skb()
402 if (vlan_id < VLAN_CFI_MASK) in qedr_gsi_build_header()
1184 if (qp_params->vlan_id >= VLAN_CFI_MASK) in get_gid_info_from_table()
861 (vlan->cfi ? VLAN_CFI_MASK : 0); in netvsc_alloc_recv_skb()
3104 u16 vlan_id = VLAN_CFI_MASK; in config_gmv_table()3122 hr_reg_write(tb_a, GMV_TB_A_VF_VLAN_EN, vlan_id < VLAN_CFI_MASK); in config_gmv_table()
605 vlan_id < VLAN_CFI_MASK, vlan_id, in set_roce_addr()
5734 vid |= VLAN_CFI_MASK; /* make non-zero */ in cnic_netdev_event()