Lines Matching refs:sfp_bus
468 struct sfp_bus;
493 int sfp_parse_port(struct sfp_bus *bus, const struct sfp_eeprom_id *id,
495 void sfp_parse_support(struct sfp_bus *bus, const struct sfp_eeprom_id *id,
497 phy_interface_t sfp_select_interface(struct sfp_bus *bus,
501 int sfp_get_module_info(struct sfp_bus *bus, struct ethtool_modinfo *modinfo);
502 int sfp_get_module_eeprom(struct sfp_bus *bus, struct ethtool_eeprom *ee,
504 void sfp_upstream_start(struct sfp_bus *bus);
505 void sfp_upstream_stop(struct sfp_bus *bus);
506 struct sfp_bus *sfp_register_upstream(struct fwnode_handle *fwnode,
509 void sfp_unregister_upstream(struct sfp_bus *bus);
511 static inline int sfp_parse_port(struct sfp_bus *bus, in sfp_parse_port()
518 static inline void sfp_parse_support(struct sfp_bus *bus, in sfp_parse_support()
524 static inline phy_interface_t sfp_select_interface(struct sfp_bus *bus, in sfp_select_interface()
531 static inline int sfp_get_module_info(struct sfp_bus *bus, in sfp_get_module_info()
537 static inline int sfp_get_module_eeprom(struct sfp_bus *bus, in sfp_get_module_eeprom()
543 static inline void sfp_upstream_start(struct sfp_bus *bus) in sfp_upstream_start()
547 static inline void sfp_upstream_stop(struct sfp_bus *bus) in sfp_upstream_stop()
551 static inline struct sfp_bus *sfp_register_upstream( in sfp_register_upstream()
556 return (struct sfp_bus *)-1; in sfp_register_upstream()
559 static inline void sfp_unregister_upstream(struct sfp_bus *bus) in sfp_unregister_upstream()