Home
last modified time | relevance | path

Searched refs:get_phy_device (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_dsaf_mac.c736 phy = get_phy_device(mdio, addr, is_c45); in hns_mac_register_phydev()
/linux/drivers/net/phy/
H A Dphy_device.c1071 struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45) in get_phy_device() function
1103 EXPORT_SYMBOL(get_phy_device);
H A Dsfp.c1895 phy = get_phy_device(sfp->i2c_mii, addr, is_c45); in sfp_sm_probe_phy()
/linux/drivers/net/ethernet/adi/
H A Dadin1110.c1607 port_priv->phydev = get_phy_device(priv->mii_bus, i + 1, false); in adin1110_probe_netdevs()
/linux/drivers/net/ethernet/socionext/
H A Dnetsec.c1975 priv->phydev = get_phy_device(bus, phy_addr, false); in netsec_register_mdio()
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-phy-v2.c965 phydev = get_phy_device(phy_data->mii, phy_data->mdio_addr, in xgbe_phy_find_phy_device()