Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dsfp.h229 struct sfp_eeprom_id { struct
523 int (*module_insert)(void *priv, const struct sfp_eeprom_id *id);
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,
554 const struct sfp_eeprom_id *id, in sfp_parse_port()
561 const struct sfp_eeprom_id *id) in sfp_may_have_phy()
567 const struct sfp_eeprom_id *id, in sfp_parse_support()
/Linux-v5.10/drivers/net/phy/
Dsfp.h23 int sfp_module_insert(struct sfp_bus *bus, const struct sfp_eeprom_id *id);
27 int sfp_link_configure(struct sfp_bus *bus, const struct sfp_eeprom_id *id);
Dsfp-bus.c16 void (*modes)(const struct sfp_eeprom_id *id, unsigned long *modes);
41 static void sfp_quirk_2500basex(const struct sfp_eeprom_id *id, in sfp_quirk_2500basex()
90 static const struct sfp_quirk *sfp_lookup_quirk(const struct sfp_eeprom_id *id) in sfp_lookup_quirk()
121 int sfp_parse_port(struct sfp_bus *bus, const struct sfp_eeprom_id *id, in sfp_parse_port()
190 bool sfp_may_have_phy(struct sfp_bus *bus, const struct sfp_eeprom_id *id) in sfp_may_have_phy()
218 void sfp_parse_support(struct sfp_bus *bus, const struct sfp_eeprom_id *id, in sfp_parse_support()
722 int sfp_module_insert(struct sfp_bus *bus, const struct sfp_eeprom_id *id) in sfp_module_insert()
Dsfp.c212 bool (*module_supported)(const struct sfp_eeprom_id *id);
248 struct sfp_eeprom_id id;
262 static bool sff_module_supported(const struct sfp_eeprom_id *id) in sff_module_supported()
273 static bool sfp_module_supported(const struct sfp_eeprom_id *id) in sfp_module_supported()
481 const struct sfp_eeprom_id *id = &sfp->id; in sfp_soft_start_poll()
1635 static int sfp_cotsworks_fixup_check(struct sfp *sfp, struct sfp_eeprom_id *id) in sfp_cotsworks_fixup_check()
1670 struct sfp_eeprom_id id; in sfp_sm_mod_probe()
Dmarvell10g.c342 static int mv3310_sfp_insert(void *upstream, const struct sfp_eeprom_id *id) in mv3310_sfp_insert()
Dphylink.c2103 const struct sfp_eeprom_id *id) in phylink_sfp_module_insert()