Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dethernet.h393 #define ETHERMTU_JUMBO (ETHER_MAX_LEN_JUMBO - ETHER_HDR_LEN - ETHER_CRC_LEN) macro
/freebsd/sys/dev/axgbe/
H A Dif_axgbe.c149 if (ifr->ifr_mtu < ETHERMIN || ifr->ifr_mtu > ETHERMTU_JUMBO) in axgbe_ioctl()
/freebsd/sys/dev/mlx5/mlx5_en/
H A Den.h117 #define MLX5E_MTU_MAX MIN(ETHERMTU_JUMBO, MJUM16BYTES) /* Max MTU of Ethernet
/freebsd/sys/dev/mxge/
H A Dif_mxge.c108 static int mxge_initial_mtu = ETHERMTU_JUMBO;
4206 if (mxge_initial_mtu > ETHERMTU_JUMBO || in mxge_fetch_tunables()
4208 mxge_initial_mtu = ETHERMTU_JUMBO; in mxge_fetch_tunables()
/freebsd/sys/dev/cxgb/
H A Dcxgb_main.c1056 if_setmtu(ifp, ETHERMTU_JUMBO); in cxgb_port_attach()
1892 if ((mtu < ETHERMIN) || (mtu > ETHERMTU_JUMBO)) { in cxgb_ioctl()
/freebsd/sys/dev/cas/
H A Dif_cas.c2478 (ifr->ifr_mtu > ETHERMTU_JUMBO)) in cas_ioctl()
/freebsd/sys/dev/dpaa2/
H A Ddpaa2_ni.c2575 if (mtu < ETHERMIN || mtu > ETHERMTU_JUMBO) { in dpaa2_ni_ioctl()
/freebsd/sys/dev/virtio/network/
H A Dif_vtnet.c1177 if (sc->vtnet_max_mtu >= ETHERMTU_JUMBO) in vtnet_setup_interface()