Searched refs:sfp_eeprom_id (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/include/linux/ |
D | sfp.h | 229 struct sfp_eeprom_id { struct 489 int (*module_insert)(void *priv, const struct sfp_eeprom_id *id); 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, 503 const struct sfp_eeprom_id *id, 517 const struct sfp_eeprom_id *id, in sfp_parse_port() 524 const struct sfp_eeprom_id *id, in sfp_parse_support() 530 const struct sfp_eeprom_id *id, in sfp_select_interface()
|
/Linux-v5.4/drivers/net/phy/ |
D | sfp.h | 23 int sfp_module_insert(struct sfp_bus *bus, const struct sfp_eeprom_id *id); 25 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() 551 int sfp_module_insert(struct sfp_bus *bus, const struct sfp_eeprom_id *id) in sfp_module_insert()
|
D | sfp.c | 170 bool (*module_supported)(const struct sfp_eeprom_id *id); 201 struct sfp_eeprom_id id; 210 static bool sff_module_supported(const struct sfp_eeprom_id *id) in sff_module_supported() 221 static bool sfp_module_supported(const struct sfp_eeprom_id *id) in sfp_module_supported() 1443 struct sfp_eeprom_id id; in sfp_sm_mod_probe()
|
D | phylink.c | 1698 const struct sfp_eeprom_id *id) in phylink_sfp_module_insert()
|