hc
2024-09-20 a36159eec6ca17402b0e146b86efaf76568dc353
kernel/drivers/net/phy/sfp.h
....@@ -22,6 +22,8 @@
2222 void sfp_link_down(struct sfp_bus *bus);
2323 int sfp_module_insert(struct sfp_bus *bus, const struct sfp_eeprom_id *id);
2424 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);
2527 int sfp_link_configure(struct sfp_bus *bus, const struct sfp_eeprom_id *id);
2628 struct sfp_bus *sfp_register_socket(struct device *dev, struct sfp *sfp,
2729 const struct sfp_socket_ops *ops);