Lines Matching full:sfp
5 #include <linux/sfp.h>
7 struct sfp;
14 void (*fixup)(struct sfp *sfp);
18 void (*attach)(struct sfp *sfp);
19 void (*detach)(struct sfp *sfp);
20 void (*start)(struct sfp *sfp);
21 void (*stop)(struct sfp *sfp);
22 void (*set_signal_rate)(struct sfp *sfp, unsigned int rate_kbd);
23 int (*module_info)(struct sfp *sfp, struct ethtool_modinfo *modinfo);
24 int (*module_eeprom)(struct sfp *sfp, struct ethtool_eeprom *ee,
26 int (*module_eeprom_by_page)(struct sfp *sfp,
40 struct sfp_bus *sfp_register_socket(struct device *dev, struct sfp *sfp,