Home
last modified time | relevance | path

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

/dpdk/drivers/net/txgbe/
H A Dtxgbe_rxtx.c697 uint64_t l2_none, l2_mac, l2_mac_vlan; in txgbe_parse_tun_ptid() local
705 l2_mac = l2_none + sizeof(struct rte_ether_hdr); in txgbe_parse_tun_ptid()
706 l2_mac_vlan = l2_mac + sizeof(struct rte_vlan_hdr); in txgbe_parse_tun_ptid()
710 else if (tx_pkt->l2_len == l2_mac) in txgbe_parse_tun_ptid()