Home
last modified time | relevance | path

Searched refs:phy_check_valid (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/phy/
H A Dphy.c242 bool phy_check_valid(int speed, int duplex, unsigned long *features) in phy_check_valid() function
246 EXPORT_SYMBOL(phy_check_valid);
/linux/drivers/net/usb/
H A Dr8152.c8940 eee->eee_active = phy_check_valid(tp->speed, tp->duplex, common); in r8152_get_eee()
8974 eee->eee_active = phy_check_valid(tp->speed, tp->duplex, common); in r8153_get_eee()
/linux/drivers/net/ethernet/realtek/
H A Dr8169_main.c2398 if (!phy_check_valid(speed, duplex, phydev->supported)) in rtl8169_set_link_ksettings()