Searched refs:phy_is_internal (Results 1 – 5 of 5) sorted by relevance
236 priv->ext_phy = !phy_is_internal(priv->phydev) && in bcmgenet_mii_config()239 if (phy_is_internal(priv->phydev)) in bcmgenet_mii_config()257 if (phy_is_internal(priv->phydev)) { in bcmgenet_mii_config()395 if (phy_is_internal(priv->phydev)) in bcmgenet_mii_probe()
1732 if (phy_is_internal(priv->phydev)) { in init_umac()2639 if (phy_is_internal(priv->phydev)) in bcmgenet_open()2658 if (phy_is_internal(priv->phydev)) { in bcmgenet_open()2764 if (phy_is_internal(priv->phydev)) in bcmgenet_close()3259 } else if (phy_is_internal(priv->phydev)) { in bcmgenet_suspend()3288 if (phy_is_internal(priv->phydev)) in bcmgenet_resume()3310 if (phy_is_internal(priv->phydev)) { in bcmgenet_resume()
352 cmd->transceiver = phy_is_internal(phydev) ? in phy_ethtool_gset()1067 phy_is_internal(phydev))) { in phy_init_eee()
560 if (phy_is_internal(phydev)) in phy_interface_show()
672 static inline bool phy_is_internal(struct phy_device *phydev) in phy_is_internal() function