Home
last modified time | relevance | path

Searched refs:maxmtu (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/include/linux/
Dstmmac.h167 int maxmtu; member
/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_platform.c435 plat->maxmtu = JUMBO_LEN; in stmmac_probe_config_dt()
459 of_property_read_u32(np, "max-frame-size", &plat->maxmtu); in stmmac_probe_config_dt()
Dstmmac_pci.c86 plat->maxmtu = JUMBO_LEN; in common_default_data()
Dstmmac_main.c4321 if ((priv->plat->maxmtu < ndev->max_mtu) && in stmmac_dvr_probe()
4322 (priv->plat->maxmtu >= ndev->min_mtu)) in stmmac_dvr_probe()
4323 ndev->max_mtu = priv->plat->maxmtu; in stmmac_dvr_probe()
4324 else if (priv->plat->maxmtu < ndev->min_mtu) in stmmac_dvr_probe()
4327 __func__, priv->plat->maxmtu); in stmmac_dvr_probe()
/Linux-v4.19/Documentation/networking/
Dstmmac.txt134 int maxmtu;