Home
last modified time | relevance | path

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

/dpdk/drivers/common/cnxk/
H A Droc_npc.c972 vlan_info->vlan_ethtype = in npc_vtag_insert_action_parse()
974 if (vlan_info->vlan_ethtype != ROC_ETHER_TYPE_VLAN && in npc_vtag_insert_action_parse()
975 vlan_info->vlan_ethtype != ROC_ETHER_TYPE_QINQ) { in npc_vtag_insert_action_parse()
1027 (((uint32_t)vlan_info[0].vlan_ethtype << 16) | in npc_vtag_insert_action_configure()
1034 (((uint32_t)vlan_info[1].vlan_ethtype << 16) | in npc_vtag_insert_action_configure()
H A Droc_npc_priv.h82 uint16_t vlan_ethtype; member