Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/enic/
H A Denic_flow.c688 struct rte_ether_hdr *eth_val; in enic_copy_item_vlan_v2() local
700 eth_val = (void *)gp->layer[FILTER_GENERIC_1_L2].val; in enic_copy_item_vlan_v2()
719 vlan = (struct rte_vlan_hdr *)(eth_val + 1); in enic_copy_item_vlan_v2()
723 eth_val->ether_type = spec->inner_type; in enic_copy_item_vlan_v2()
H A Denic_fm_flow.c386 struct rte_ether_hdr *eth_val; in enic_fm_copy_item_vlan() local
406 eth_val = (void *)&fm_data->l2.eth; in enic_fm_copy_item_vlan()
422 eth_val->ether_type = spec->inner_type; in enic_fm_copy_item_vlan()