Lines Matching refs:eth_pdata
65 struct eth_pdata eth_pdata;
1946 struct eth_pdata *eth_pdata; in gmac_rockchip_probe() local
1952 eth_pdata = &pdata->eth_pdata; in gmac_rockchip_probe()
1955 eth_pdata->phy_interface = config->ops->eqos_get_interface(dev); in gmac_rockchip_probe()
1958 eth_pdata = &dw_pdata->eth_pdata; in gmac_rockchip_probe()
1971 pdata->phy_interface = eth_pdata->phy_interface; in gmac_rockchip_probe()
1979 switch (eth_pdata->phy_interface) { in gmac_rockchip_probe()
1994 if (eth_pdata->phy_interface == PHY_INTERFACE_MODE_RGMII_RXID) in gmac_rockchip_probe()
2076 struct eth_pdata *eth_pdata; in gmac_rockchip_eth_start() local
2084 eth_pdata = &dw_pdata->eth_pdata; in gmac_rockchip_eth_start()
2086 eth_pdata->enetaddr); in gmac_rockchip_eth_start()