Lines Matching refs:phydev
2125 struct phy_device *phydev = fep->phy_dev; in fec_enet_get_settings() local
2127 if (!phydev) in fec_enet_get_settings()
2130 return phy_ethtool_gset(phydev, cmd); in fec_enet_get_settings()
2137 struct phy_device *phydev = fep->phy_dev; in fec_enet_set_settings() local
2139 if (!phydev) in fec_enet_set_settings()
2142 return phy_ethtool_sset(phydev, cmd); in fec_enet_set_settings()
2421 struct phy_device *phydev = fep->phy_dev; in fec_enet_nway_reset() local
2423 if (!phydev) in fec_enet_nway_reset()
2426 return genphy_restart_aneg(phydev); in fec_enet_nway_reset()
2652 struct phy_device *phydev = fep->phy_dev; in fec_enet_ioctl() local
2657 if (!phydev) in fec_enet_ioctl()
2667 return phy_mii_ioctl(phydev, rq, cmd); in fec_enet_ioctl()