Searched refs:maxmtu (Results 1 – 5 of 5) sorted by relevance
167 int maxmtu; member
435 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()
86 plat->maxmtu = JUMBO_LEN; in common_default_data()
4321 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()
134 int maxmtu;