Searched defs:sfp_upstream_ops (Results 1 – 1 of 1) sorted by relevance
126809 struct sfp_upstream_ops { struct126810 void (*attach)(void *, struct sfp_bus *);126811 void (*detach)(void *, struct sfp_bus *);126812 int (*module_insert)(void *, const struct sfp_eeprom_id *);126813 void (*module_remove)(void *);126814 int (*module_start)(void *);126815 void (*module_stop)(void *);126816 void (*link_down)(void *);126817 void (*link_up)(void *);126818 int (*connect_phy)(void *, struct phy_device *);[all …]