Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/cxgbe/
H A Dcxgbe_flow.c679 u16 tmp_vlan; in ch_rte_parse_atype_switch() local
693 tmp_vlan = fs->vlan & 0xe000; in ch_rte_parse_atype_switch()
694 fs->vlan = (be16_to_cpu(vlanid->vlan_vid) & 0xfff) | tmp_vlan; in ch_rte_parse_atype_switch()
707 tmp_vlan = fs->vlan & 0xfff; in ch_rte_parse_atype_switch()
708 fs->vlan = (vlanpcp->vlan_pcp << 13) | tmp_vlan; in ch_rte_parse_atype_switch()