Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/axgbe/
H A Daxgbe_ethdev.h15 #define VLAN_HLEN 4 macro
19 #define AXGBE_RX_MIN_BUF_SIZE (RTE_ETHER_MAX_LEN + VLAN_HLEN)
H A Daxgbe_dev.c14 RTE_ETHER_CRC_LEN + VLAN_HLEN; in axgbe_get_max_frame()
/f-stack/dpdk/drivers/net/cxgbe/
H A Dcxgbe_compat.h78 #define VLAN_HLEN 4 macro
H A Dsge.c76 return CXGBE_ALIGN(s->pktshift + RTE_ETHER_HDR_LEN + VLAN_HLEN + mtu, in fl_mtu_bufsize()
/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x_vfpf.h13 #define VLAN_HLEN 4 macro
H A Dbnx2x_vfpf.c57 rte_memcpy(&bull->vlan, &sc->old_bulletin.vlan, VLAN_HLEN); in bnx2x_check_bull()
/f-stack/freebsd/contrib/ena-com/
H A Dena_plat.h389 #define VLAN_HLEN sizeof(struct ether_vlan_header) macro
/f-stack/dpdk/examples/vhost/
H A Dmain.c187 #define VLAN_HLEN 4 macro
904 *offset = VLAN_HLEN; in find_local_dest()