Lines Matching refs:phydev
2091 struct phy_device *phydev = fep->phy_dev; in fec_enet_get_settings() local
2093 if (!phydev) in fec_enet_get_settings()
2096 return phy_ethtool_gset(phydev, cmd); in fec_enet_get_settings()
2103 struct phy_device *phydev = fep->phy_dev; in fec_enet_set_settings() local
2105 if (!phydev) in fec_enet_set_settings()
2108 return phy_ethtool_sset(phydev, cmd); in fec_enet_set_settings()
2311 struct phy_device *phydev = fep->phy_dev; in fec_enet_nway_reset() local
2313 if (!phydev) in fec_enet_nway_reset()
2316 return genphy_restart_aneg(phydev); in fec_enet_nway_reset()
2540 struct phy_device *phydev = fep->phy_dev; in fec_enet_ioctl() local
2545 if (!phydev) in fec_enet_ioctl()
2555 return phy_mii_ioctl(phydev, rq, cmd); in fec_enet_ioctl()