Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dif_ether.h173 #define VLAN_CFI_MASK 0x1000 /* Canonical Format Indicator */ macro
174 #define VLAN_TAG_PRESENT VLAN_CFI_MASK
/openbmc/linux/net/sched/
H A Dsch_frag.c35 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()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_vlan.c40 #define VLAN_CFI_MASK 0x1000 /* Canonical Format Indicator */ macro
41 #define VLAN_TAG_PRESENT VLAN_CFI_MASK
/openbmc/linux/include/linux/
H A Dif_vlan.h75 #define VLAN_CFI_MASK 0x1000 /* Canonical Format Indicator / Drop Eligible Indicator */ macro
90 #define skb_vlan_tag_get_cfi(__skb) (!!((__skb)->vlan_tci & VLAN_CFI_MASK))
/openbmc/linux/net/openvswitch/
H A Dflow_netlink.c1020 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()
H A Dflow.c466 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()
H A Dactions.c242 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()
/openbmc/linux/drivers/net/ethernet/freescale/
H A Dgianfar_ethtool.c1051 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()
/openbmc/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_rxtx.c256 tci |= VLAN_CFI_MASK; in prestera_rxtx_process_skb()
/openbmc/linux/drivers/infiniband/hw/qedr/
H A Dqedr_roce_cm.c402 if (vlan_id < VLAN_CFI_MASK) in qedr_gsi_build_header()
H A Dverbs.c1184 if (qp_params->vlan_id >= VLAN_CFI_MASK) in get_gid_info_from_table()
/openbmc/linux/drivers/net/hyperv/
H A Dnetvsc_drv.c861 (vlan->cfi ? VLAN_CFI_MASK : 0); in netvsc_alloc_recv_skb()
/openbmc/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c3104 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()
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dmain.c605 vlan_id < VLAN_CFI_MASK, vlan_id, in set_roce_addr()
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dcnic.c5734 vid |= VLAN_CFI_MASK; /* make non-zero */ in cnic_netdev_event()