Searched refs:mtu_min (Results 1 – 1 of 1) sorted by relevance
4500 int mtu_min = (ETH_MIN_PACKET_SIZE - ETH_HLEN); 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()