Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dsfp.h529 struct sfp_upstream_ops { struct
530 void (*attach)(void *priv, struct sfp_bus *bus);
531 void (*detach)(void *priv, struct sfp_bus *bus);
532 int (*module_insert)(void *priv, const struct sfp_eeprom_id *id);
533 void (*module_remove)(void *priv);
534 int (*module_start)(void *priv);
535 void (*module_stop)(void *priv);
536 void (*link_down)(void *priv);
537 void (*link_up)(void *priv);
538 int (*connect_phy)(void *priv, struct phy_device *);
[all …]

Completed in 6 milliseconds