Lines Matching defs:sfp_upstream_ops
543 struct sfp_upstream_ops { struct
544 void (*attach)(void *priv, struct sfp_bus *bus);
545 void (*detach)(void *priv, struct sfp_bus *bus);
546 int (*module_insert)(void *priv, const struct sfp_eeprom_id *id);
547 void (*module_remove)(void *priv);
548 int (*module_start)(void *priv);
549 void (*module_stop)(void *priv);
550 void (*link_down)(void *priv);
551 void (*link_up)(void *priv);
552 int (*connect_phy)(void *priv, struct phy_device *);
553 void (*disconnect_phy)(void *priv, struct phy_device *);