Home
last modified time | relevance | path

Searched defs:sfp_upstream_ops (Results 1 – 1 of 1) sorted by relevance

/linux/include/linux/
A Dsfp.h520 struct sfp_upstream_ops { struct
521 void (*attach)(void *priv, struct sfp_bus *bus);
522 void (*detach)(void *priv, struct sfp_bus *bus);
523 int (*module_insert)(void *priv, const struct sfp_eeprom_id *id);
524 void (*module_remove)(void *priv);
525 int (*module_start)(void *priv);
526 void (*module_stop)(void *priv);
527 void (*link_down)(void *priv);
528 void (*link_up)(void *priv);
529 int (*connect_phy)(void *priv, struct phy_device *);
[all …]

Completed in 8 milliseconds