Home
last modified time | relevance | path

Searched refs:sfp_eeprom_id (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/include/linux/
Dsfp.h229 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/
Dsfp.h21 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);
Dsfp-bus.c47 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()
Dsfp.c168 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()
Dphylink.c1573 const struct sfp_eeprom_id *id) in phylink_sfp_module_insert()