maxmtu 360 drivers/net/ethernet/stmicro/stmmac/dwmac-mediatek.c plat_dat->maxmtu = ETH_DATA_LEN; maxmtu 4614 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c if ((priv->plat->maxmtu < ndev->max_mtu) && maxmtu 4615 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c (priv->plat->maxmtu >= ndev->min_mtu)) maxmtu 4616 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c ndev->max_mtu = priv->plat->maxmtu; maxmtu 4617 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c else if (priv->plat->maxmtu < ndev->min_mtu) maxmtu 4620 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c __func__, priv->plat->maxmtu); maxmtu 77 drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c plat->maxmtu = JUMBO_LEN; maxmtu 198 drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c plat->maxmtu = JUMBO_LEN; maxmtu 398 drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c plat->maxmtu = JUMBO_LEN; maxmtu 471 drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c plat->maxmtu = JUMBO_LEN; maxmtu 495 drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c of_property_read_u32(np, "max-frame-size", &plat->maxmtu); maxmtu 151 include/linux/stmmac.h int maxmtu;