Lines Matching refs:plat_dat
507 struct plat_stmmacenet_data *plat_dat; in qcom_ethqos_probe() local
517 plat_dat = stmmac_probe_config_dt(pdev, stmmac_res.mac); in qcom_ethqos_probe()
518 if (IS_ERR(plat_dat)) { in qcom_ethqos_probe()
520 return PTR_ERR(plat_dat); in qcom_ethqos_probe()
523 plat_dat->clks_config = ethqos_clks_config; in qcom_ethqos_probe()
557 plat_dat->bsp_priv = ethqos; in qcom_ethqos_probe()
558 plat_dat->fix_mac_speed = ethqos_fix_mac_speed; in qcom_ethqos_probe()
559 plat_dat->dump_debug_regs = rgmii_dump; in qcom_ethqos_probe()
560 plat_dat->has_gmac4 = 1; in qcom_ethqos_probe()
561 plat_dat->pmt = 1; in qcom_ethqos_probe()
562 plat_dat->tso_en = of_property_read_bool(np, "snps,tso"); in qcom_ethqos_probe()
564 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in qcom_ethqos_probe()
574 stmmac_remove_config_dt(pdev, plat_dat); in qcom_ethqos_probe()