Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/phy/
Dsfp-bus.c365 if (bus->phydev && ops && ops->disconnect_phy) in sfp_unregister_bus()
366 ops->disconnect_phy(bus->upstream); in sfp_unregister_bus()
528 if (ops && ops->disconnect_phy) in sfp_remove_phy()
529 ops->disconnect_phy(bus->upstream); in sfp_remove_phy()
Dphylink.c1696 .disconnect_phy = phylink_sfp_disconnect_phy,
/Linux-v4.19/include/linux/
Dsfp.h489 void (*disconnect_phy)(void *priv); member