Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_flow.c472 uint16_t vlan_id = 0, vlan_ethtype = RTE_ETHER_TYPE_VLAN; in flow_program_vtag_action() local
522 vlan_ethtype = rte_be_to_cpu_16(ethtype->ethertype); in flow_program_vtag_action()
523 if (vlan_ethtype != RTE_ETHER_TYPE_VLAN && in flow_program_vtag_action()
524 vlan_ethtype != RTE_ETHER_TYPE_QINQ) { in flow_program_vtag_action()
549 ((vlan_ethtype << 16) | (vlan_pcp << 13) | vlan_id); in flow_program_vtag_action()