Searched refs:sfp_bus (Results 1 – 2 of 2) sorted by relevance
/include/linux/ |
D | sfp.h | 467 struct sfp_bus; 487 void (*attach)(void *priv, struct sfp_bus *bus); 488 void (*detach)(void *priv, struct sfp_bus *bus); 498 int sfp_parse_port(struct sfp_bus *bus, const struct sfp_eeprom_id *id, 500 void sfp_parse_support(struct sfp_bus *bus, const struct sfp_eeprom_id *id, 502 phy_interface_t sfp_select_interface(struct sfp_bus *bus, 506 int sfp_get_module_info(struct sfp_bus *bus, struct ethtool_modinfo *modinfo); 507 int sfp_get_module_eeprom(struct sfp_bus *bus, struct ethtool_eeprom *ee, 509 void sfp_upstream_start(struct sfp_bus *bus); 510 void sfp_upstream_stop(struct sfp_bus *bus); [all …]
|
D | netdevice.h | 57 struct sfp_bus; 2060 struct sfp_bus *sfp_bus; member
|