get_phy_device
port_priv->phydev = get_phy_device(priv->mii_bus, i + 1, false);
phydev = get_phy_device(phy_data->mii, phy_data->mdio_addr,
phy = get_phy_device(mdio, addr, is_c45);
priv->phydev = get_phy_device(bus, phy_addr, false);
phy = get_phy_device(bus, addr, is_c45);
phy_dev = get_phy_device(bus, phy_addr, false);
phy = get_phy_device(fmb_mii_bus, phy_addr, false);
phydev = get_phy_device(bus, addr, c45);
EXPORT_SYMBOL(get_phy_device);
phy = get_phy_device(sfp->i2c_mii, addr, is_c45);
struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45);