Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/phy/
Dsfp-bus.c465 if (ops->connect_phy && bus->phydev) { in sfp_register_bus()
466 ret = ops->connect_phy(bus->upstream, bus->phydev); in sfp_register_bus()
730 if (ops && ops->connect_phy) in sfp_add_phy()
731 ret = ops->connect_phy(bus->upstream, phydev); in sfp_add_phy()
Dphylink.c3342 .connect_phy = phylink_sfp_connect_phy,
/linux-6.6.21/include/linux/
Dsfp.h546 int (*connect_phy)(void *priv, struct phy_device *); member