Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/phy/
H A Dphy-core.c199 phy_lookup_setting(int speed, int duplex, const unsigned long *mask, bool exact) in phy_lookup_setting() function
228 EXPORT_SYMBOL_GPL(phy_lookup_setting);
H A Dphy.c209 return phy_lookup_setting(speed, duplex, supported, false); in phy_find_valid()
241 return !!phy_lookup_setting(speed, duplex, features, true); in phy_check_valid()
H A Dphylink.c239 s = phy_lookup_setting(pl->link_config.speed, pl->link_config.duplex, in phylink_parse_fixedlink()
1471 s = phy_lookup_setting(kset->base.speed, kset->base.duplex, in phylink_ethtool_ksettings_set()
/OK3568_Linux_fs/kernel/include/linux/
H A Dphy.h920 phy_lookup_setting(int speed, int duplex, const unsigned long *mask,