Lines Matching refs:plat_dat
453 struct plat_stmmacenet_data *plat_dat; in qcom_ethqos_probe() local
464 plat_dat = stmmac_probe_config_dt(pdev, &stmmac_res.mac); in qcom_ethqos_probe()
465 if (IS_ERR(plat_dat)) { in qcom_ethqos_probe()
467 return PTR_ERR(plat_dat); in qcom_ethqos_probe()
503 plat_dat->bsp_priv = ethqos; in qcom_ethqos_probe()
504 plat_dat->fix_mac_speed = ethqos_fix_mac_speed; in qcom_ethqos_probe()
505 plat_dat->has_gmac4 = 1; in qcom_ethqos_probe()
506 plat_dat->pmt = 1; in qcom_ethqos_probe()
507 plat_dat->tso_en = of_property_read_bool(np, "snps,tso"); in qcom_ethqos_probe()
509 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in qcom_ethqos_probe()
521 stmmac_remove_config_dt(pdev, plat_dat); in qcom_ethqos_probe()