Lines Matching refs:eth_pdata
78 struct eth_pdata eth_pdata;
2411 struct eth_pdata *eth_pdata; in gmac_rockchip_probe() local
2417 eth_pdata = &pdata->eth_pdata; in gmac_rockchip_probe()
2420 eth_pdata->phy_interface = config->ops->eqos_get_interface(dev); in gmac_rockchip_probe()
2423 eth_pdata = &dw_pdata->eth_pdata; in gmac_rockchip_probe()
2436 pdata->phy_interface = eth_pdata->phy_interface; in gmac_rockchip_probe()
2444 switch (eth_pdata->phy_interface) { in gmac_rockchip_probe()
2461 if (eth_pdata->phy_interface == PHY_INTERFACE_MODE_RGMII_RXID) in gmac_rockchip_probe()
2545 struct eth_pdata *eth_pdata; in gmac_rockchip_eth_start() local
2553 eth_pdata = &dw_pdata->eth_pdata; in gmac_rockchip_eth_start()
2555 eth_pdata->enetaddr); in gmac_rockchip_eth_start()