Home
last modified time | relevance | path

Searched refs:phy_on_sfp (Results 1 – 3 of 3) 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.c527 if (!phy_on_sfp(phydev)) { in bcm54xx_config_init()
/linux/include/linux/
H A Dphy.h2086 * phy_on_sfp - Convenience function for testing if a PHY is on an SFP module in phy_interface_mode_is_rgmii()
2089 static inline bool phy_on_sfp(struct phy_device *phydev) in phy_interface_mode_is_rgmii()
2075 static inline bool phy_on_sfp(struct phy_device *phydev) phy_on_sfp() function