Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe.h138 #define IXGBE_MTU_HDR (ETHER_HDR_LEN + ETHER_CRC_LEN) macro
141 #define IXGBE_MAX_MTU (IXGBE_MAX_FRAME_SIZE - IXGBE_MTU_HDR)
H A Dif_ixv.c582 if (mtu > IXGBE_MAX_FRAME_SIZE - IXGBE_MTU_HDR) { in ixv_if_mtu_set()
586 sc->max_frame_size = if_getmtu(ifp) + IXGBE_MTU_HDR; in ixv_if_mtu_set()
1181 sc->max_frame_size = if_getmtu(ifp) + IXGBE_MTU_HDR; in ixv_setup_interface()
H A Dif_ix.c3133 sc->max_frame_size = mtu + IXGBE_MTU_HDR; in ixgbe_if_mtu_set()