Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/phy/
Dsfp-bus.c455 if (ops->connect_phy && bus->phydev) { in sfp_register_bus()
456 ret = ops->connect_phy(bus->upstream, bus->phydev); in sfp_register_bus()
700 if (ops && ops->connect_phy) in sfp_add_phy()
701 ret = ops->connect_phy(bus->upstream, phydev); in sfp_add_phy()
Dphylink.c3140 .connect_phy = phylink_sfp_connect_phy,
/linux-6.1.9/include/linux/
Dsfp.h529 int (*connect_phy)(void *priv, struct phy_device *); member