Searched refs:genphy_c45_eee_is_active (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/net/phy/ |
D | phy-c45.c | 1477 int genphy_c45_eee_is_active(struct phy_device *phydev, unsigned long *adv, in genphy_c45_eee_is_active() function 1511 EXPORT_SYMBOL(genphy_c45_eee_is_active); 1529 ret = genphy_c45_eee_is_active(phydev, adv, lp, &is_enabled); in genphy_c45_ethtool_get_eee()
|
D | phy.c | 991 err = genphy_c45_eee_is_active(phydev, in phy_check_link_status() 1608 ret = genphy_c45_eee_is_active(phydev, NULL, NULL, NULL); in phy_init_eee()
|
/linux-6.12.1/include/linux/ |
D | phy.h | 1948 int genphy_c45_eee_is_active(struct phy_device *phydev, unsigned long *adv,
|