Home
last modified time | relevance | path

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

/linux/drivers/net/phy/
H A Dphy_link_topology.c54 if (phy_on_sfp(phy)) in phy_link_topo_add_phy()
59 if (phy_on_sfp(phy)) in phy_link_topo_add_phy()
H A Dbroadcom.c499 if (!phy_on_sfp(phydev)) { in bcm54xx_config_init()
H A Dphylink.c1840 if (phy_on_sfp(phy)) { in phylink_validate_phy()
/linux/net/ethtool/
H A Dphy.c50 if (phy_on_sfp(phydev)) { in ethnl_phy_reply_size()
/linux/include/linux/
H A Dphy.h1676 static inline bool phy_on_sfp(struct phy_device *phydev) in phy_on_sfp() function