Searched refs:genphy_c45_check_and_restart_aneg (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/phy/ |
H A D | phy-c45.c | 160 * genphy_c45_check_and_restart_aneg - Enable and restart auto-negotiation 168 int genphy_c45_check_and_restart_aneg(struct phy_device *phydev, bool restart) in genphy_c45_check_and_restart_aneg() function 187 EXPORT_SYMBOL_GPL(genphy_c45_check_and_restart_aneg); variable 551 return genphy_c45_check_and_restart_aneg(phydev, changed); in genphy_c45_config_aneg()
|
H A D | bcm84881.c | 110 return genphy_c45_check_and_restart_aneg(phydev, changed); in bcm84881_config_aneg()
|
H A D | marvell10g.c | 577 return genphy_c45_check_and_restart_aneg(phydev, changed); in mv3310_config_aneg()
|
H A D | aquantia_main.c | 263 return genphy_c45_check_and_restart_aneg(phydev, changed); in aqr_config_aneg()
|
/kernel/linux/linux-6.6/drivers/net/phy/ |
H A D | dp83td510.c | 172 return genphy_c45_check_and_restart_aneg(phydev, changed); in dp83td510_config_aneg()
|
H A D | bcm84881.c | 110 return genphy_c45_check_and_restart_aneg(phydev, changed); in bcm84881_config_aneg()
|
H A D | phy-c45.c | 351 * genphy_c45_check_and_restart_aneg - Enable and restart auto-negotiation 359 int genphy_c45_check_and_restart_aneg(struct phy_device *phydev, bool restart) in genphy_c45_check_and_restart_aneg() function 382 EXPORT_SYMBOL_GPL(genphy_c45_check_and_restart_aneg); variable 1132 return genphy_c45_check_and_restart_aneg(phydev, changed); in genphy_c45_config_aneg()
|
H A D | aquantia_main.c | 283 return genphy_c45_check_and_restart_aneg(phydev, changed); in aqr_config_aneg()
|
H A D | mxl-gpy.c | 430 ret = genphy_c45_check_and_restart_aneg(phydev, changed); in gpy_config_aneg()
|
H A D | marvell10g.c | 908 return genphy_c45_check_and_restart_aneg(phydev, changed); in mv3310_config_aneg()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | phy.h | 1510 int genphy_c45_check_and_restart_aneg(struct phy_device *phydev, bool restart);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | phy.h | 1852 int genphy_c45_check_and_restart_aneg(struct phy_device *phydev, bool restart);
|
Completed in 17 milliseconds