Searched refs:sfp_eeprom_id (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/include/linux/ |
D | sfp.h | 229 struct sfp_eeprom_id { struct 484 int (*module_insert)(void *priv, const struct sfp_eeprom_id *id); 493 int sfp_parse_port(struct sfp_bus *bus, const struct sfp_eeprom_id *id, 495 void sfp_parse_support(struct sfp_bus *bus, const struct sfp_eeprom_id *id, 498 const struct sfp_eeprom_id *id, 512 const struct sfp_eeprom_id *id, in sfp_parse_port() 519 const struct sfp_eeprom_id *id, in sfp_parse_support() 525 const struct sfp_eeprom_id *id, in sfp_select_interface()
|
/Linux-v4.19/drivers/net/phy/ |
D | sfp.h | 21 int sfp_module_insert(struct sfp_bus *bus, const struct sfp_eeprom_id *id); 23 int sfp_link_configure(struct sfp_bus *bus, const struct sfp_eeprom_id *id);
|
D | sfp-bus.c | 47 int sfp_parse_port(struct sfp_bus *bus, const struct sfp_eeprom_id *id, in sfp_parse_port() 117 void sfp_parse_support(struct sfp_bus *bus, const struct sfp_eeprom_id *id, in sfp_parse_support() 256 const struct sfp_eeprom_id *id, in sfp_select_interface() 552 int sfp_module_insert(struct sfp_bus *bus, const struct sfp_eeprom_id *id) in sfp_module_insert()
|
D | sfp.c | 168 bool (*module_supported)(const struct sfp_eeprom_id *id); 196 struct sfp_eeprom_id id; 205 static bool sff_module_supported(const struct sfp_eeprom_id *id) in sff_module_supported() 216 static bool sfp_module_supported(const struct sfp_eeprom_id *id) in sfp_module_supported() 1359 struct sfp_eeprom_id id; in sfp_sm_mod_probe()
|
D | phylink.c | 1573 const struct sfp_eeprom_id *id) in phylink_sfp_module_insert()
|