Home
last modified time | relevance | path

Searched refs:phy_caps_lookup (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/phy/
H A Dphy-caps.h60 phy_caps_lookup(int speed, unsigned int duplex, const unsigned long *supported,
H A Dphy_caps.c174 * phy_caps_lookup() - Lookup capabilities by speed/duplex that matches a mask
198 phy_caps_lookup(int speed, unsigned int duplex, const unsigned long *supported, in phy_caps_lookup() function
224 EXPORT_SYMBOL_GPL(phy_caps_lookup);
H A Dphylink.c729 c = phy_caps_lookup(pl->link_config.speed, pl->link_config.duplex, in phylink_parse_fixedlink()
1767 c = phy_caps_lookup(state->speed, state->duplex, in phylink_set_fixed_link()
2898 c = phy_caps_lookup(kset->base.speed, kset->base.duplex, in phylink_ethtool_ksettings_set()
H A Dphy.c260 c = phy_caps_lookup(phydev->speed, phydev->duplex, phydev->supported, in phy_sanitize_settings()
H A Dphy_device.c2251 c = phy_caps_lookup(phydev->speed, phydev->duplex, in __genphy_config_aneg()