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

/linux-master/drivers/net/phy/
H A Dsfp-bus.c488 if (bus->phydev && ops && ops->disconnect_phy)
489 ops->disconnect_phy(bus->upstream);
744 if (ops && ops->disconnect_phy)
745 ops->disconnect_phy(bus->upstream);
H A Dphylink.c3402 .disconnect_phy = phylink_sfp_disconnect_phy,
/linux-master/include/linux/
H A Dsfp.h534 * @disconnect_phy: called when a module with an I2C accessible PHY has
547 void (*disconnect_phy)(void *priv); member in struct:sfp_upstream_ops

Completed in 136 milliseconds