Searched refs:phy_check_valid (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/net/phy/ |
| H A D | phy.c | 242 bool phy_check_valid(int speed, int duplex, unsigned long *features) in phy_check_valid() function 246 EXPORT_SYMBOL(phy_check_valid);
|
| H A D | phy-c45.c | 1496 return phy_check_valid(phydev->speed, phydev->duplex, common); in genphy_c45_eee_is_active()
|
| /linux-6.15/include/linux/ |
| H A D | phy.h | 1843 bool phy_check_valid(int speed, int duplex, unsigned long *features);
|
| /linux-6.15/drivers/net/usb/ |
| H A D | r8152.c | 8974 eee->eee_active = phy_check_valid(tp->speed, tp->duplex, common); in r8152_get_eee() 9008 eee->eee_active = phy_check_valid(tp->speed, tp->duplex, common); in r8153_get_eee()
|