Searched refs:mtu_max (Results 1 – 1 of 1) sorted by relevance
4501 int mtu_max = (MJUM9BYTES - ETH_OVERHEAD - IP_HEADER_ALIGNMENT_PADDING); in bxe_ioctl() local4514 if ((ifr->ifr_mtu < mtu_min) || (ifr->ifr_mtu > mtu_max)) { in bxe_ioctl()4516 ifr->ifr_mtu, mtu_min, mtu_max); in bxe_ioctl()