kernel/drivers/net/phy/sfp.h
.. .. @@ -22,6 +22,8 @@ 22 22 void sfp_link_down(struct sfp_bus *bus); 23 23 int sfp_module_insert(struct sfp_bus *bus, const struct sfp_eeprom_id *id); 24 24 void sfp_module_remove(struct sfp_bus *bus); 25 +int sfp_module_start(struct sfp_bus *bus);26 +void sfp_module_stop(struct sfp_bus *bus);25 27 int sfp_link_configure(struct sfp_bus *bus, const struct sfp_eeprom_id *id); 26 28 struct sfp_bus *sfp_register_socket(struct device *dev, struct sfp *sfp, 27 29 const struct sfp_socket_ops *ops);