Searched refs:sfp_eeprom_id (Results 1 – 8 of 8) sorted by relevance
/linux/include/linux/ |
A D | sfp.h | 229 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, 557 const struct sfp_eeprom_id *id, in sfp_parse_port() 564 const struct sfp_eeprom_id *id) in sfp_may_have_phy() 570 const struct sfp_eeprom_id *id, in sfp_parse_support()
|
/linux/drivers/net/phy/ |
A D | sfp-bus.c | 16 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() 47 static void sfp_quirk_ubnt_uf_instant(const struct sfp_eeprom_id *id, in sfp_quirk_ubnt_uf_instant() 105 static const struct sfp_quirk *sfp_lookup_quirk(const struct sfp_eeprom_id *id) in sfp_lookup_quirk() 136 int sfp_parse_port(struct sfp_bus *bus, const struct sfp_eeprom_id *id, in sfp_parse_port() 205 bool sfp_may_have_phy(struct sfp_bus *bus, const struct sfp_eeprom_id *id) in sfp_may_have_phy() 233 void sfp_parse_support(struct sfp_bus *bus, const struct sfp_eeprom_id *id, in sfp_parse_support() 778 int sfp_module_insert(struct sfp_bus *bus, const struct sfp_eeprom_id *id) in sfp_module_insert()
|
A D | sfp.h | 26 int sfp_module_insert(struct sfp_bus *bus, const struct sfp_eeprom_id *id); 30 int sfp_link_configure(struct sfp_bus *bus, const struct sfp_eeprom_id *id);
|
A D | sfp.c | 213 bool (*module_supported)(const struct sfp_eeprom_id *id); 250 struct sfp_eeprom_id id; 267 static bool sff_module_supported(const struct sfp_eeprom_id *id) in sff_module_supported() 278 static bool sfp_module_supported(const struct sfp_eeprom_id *id) in sfp_module_supported() 500 const struct sfp_eeprom_id *id = &sfp->id; in sfp_soft_start_poll() 1750 static int sfp_cotsworks_fixup_check(struct sfp *sfp, struct sfp_eeprom_id *id) in sfp_cotsworks_fixup_check() 1785 struct sfp_eeprom_id id; in sfp_sm_mod_probe()
|
A D | marvell-88x2222.c | 479 static int mv2222_sfp_insert(void *upstream, const struct sfp_eeprom_id *id) in mv2222_sfp_insert()
|
A D | marvell10g.c | 465 static int mv3310_sfp_insert(void *upstream, const struct sfp_eeprom_id *id) in mv3310_sfp_insert()
|
A D | phylink.c | 2326 const struct sfp_eeprom_id *id) in phylink_sfp_module_insert()
|
A D | marvell.c | 2746 static int m88e1510_sfp_insert(void *upstream, const struct sfp_eeprom_id *id) in m88e1510_sfp_insert()
|
Completed in 27 milliseconds