Searched refs:XAE_JUMBO_MTU (Results 1 – 2 of 2) sorted by relevance
23 #define XAE_JUMBO_MTU 9000 /* Max MTU of a jumbo Eth. frame */ macro27 #define XAE_MAX_JUMBO_FRAME_SIZE (XAE_JUMBO_MTU + XAE_HDR_SIZE + XAE_TRL_SIZE)
680 if (ndev->mtu > XAE_MTU && ndev->mtu <= XAE_JUMBO_MTU) { in axienet_device_reset()2586 ndev->max_mtu = XAE_JUMBO_MTU; in axienet_probe()