Home
last modified time | relevance | path

Searched refs:genphy_c45_config_aneg (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/phy/
H A Dphy-c45.c1331 int genphy_c45_config_aneg(struct phy_device *phydev) in genphy_c45_config_aneg() function
1355 EXPORT_SYMBOL_GPL(genphy_c45_config_aneg);
H A Dmarvell-88q2xxx.c477 ret = genphy_c45_config_aneg(phydev); in mv88q2xxx_config_aneg()
/linux/include/linux/
H A Dphy.h2337 int genphy_c45_config_aneg(struct phy_device *phydev);
/linux/drivers/net/phy/realtek/
H A Drealtek_main.c671 ret = genphy_c45_config_aneg(phydev); in rtl8261x_config_aneg()