Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dsfp.h229 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/
Dsfp.h23 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);
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()
551 int sfp_module_insert(struct sfp_bus *bus, const struct sfp_eeprom_id *id) in sfp_module_insert()
Dsfp.c170 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()
Dphylink.c1698 const struct sfp_eeprom_id *id) in phylink_sfp_module_insert()