Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/phy/
H A Dsfp-bus.c488 if (bus->phydev && ops && ops->disconnect_phy) in sfp_unregister_bus()
489 ops->disconnect_phy(bus->upstream); in sfp_unregister_bus()
744 if (ops && ops->disconnect_phy) in sfp_remove_phy()
745 ops->disconnect_phy(bus->upstream); in sfp_remove_phy()
H A Dphylink.c3343 .disconnect_phy = phylink_sfp_disconnect_phy,
/openbmc/linux/include/linux/
H A Dsfp.h547 void (*disconnect_phy)(void *priv); member