Searched refs:sfp_bus (Results 1 – 3 of 3) sorted by relevance
/include/linux/ |
D | sfp.h | 499 struct sfp_bus; 521 void (*attach)(void *priv, struct sfp_bus *bus); 522 void (*detach)(void *priv, struct sfp_bus *bus); 534 int sfp_parse_port(struct sfp_bus *bus, const struct sfp_eeprom_id *id, 536 bool sfp_may_have_phy(struct sfp_bus *bus, const struct sfp_eeprom_id *id); 537 void sfp_parse_support(struct sfp_bus *bus, const struct sfp_eeprom_id *id, 539 phy_interface_t sfp_select_interface(struct sfp_bus *bus, 542 int sfp_get_module_info(struct sfp_bus *bus, struct ethtool_modinfo *modinfo); 543 int sfp_get_module_eeprom(struct sfp_bus *bus, struct ethtool_eeprom *ee, 545 int sfp_get_module_eeprom_by_page(struct sfp_bus *bus, [all …]
|
D | phy.h | 296 struct sfp_bus; 716 struct sfp_bus *sfp_bus; member 1527 void phy_sfp_attach(void *upstream, struct sfp_bus *bus); 1528 void phy_sfp_detach(void *upstream, struct sfp_bus *bus);
|
D | netdevice.h | 66 struct sfp_bus; 2382 struct sfp_bus *sfp_bus; member
|