Searched refs:sfp_eeprom_id (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/drivers/net/phy/ |
D | sfp.h | 12 void (*modes)(const struct sfp_eeprom_id *id, unsigned long *modes, 34 int sfp_module_insert(struct sfp_bus *bus, const struct sfp_eeprom_id *id, 39 int sfp_link_configure(struct sfp_bus *bus, const struct sfp_eeprom_id *id);
|
D | sfp-bus.c | 49 int sfp_parse_port(struct sfp_bus *bus, const struct sfp_eeprom_id *id, in sfp_parse_port() 118 bool sfp_may_have_phy(struct sfp_bus *bus, const struct sfp_eeprom_id *id) in sfp_may_have_phy() 148 void sfp_parse_support(struct sfp_bus *bus, const struct sfp_eeprom_id *id, in sfp_parse_support() 738 int sfp_module_insert(struct sfp_bus *bus, const struct sfp_eeprom_id *id, in sfp_module_insert()
|
D | sfp.c | 217 bool (*module_supported)(const struct sfp_eeprom_id *id); 256 struct sfp_eeprom_id id; 277 static bool sff_module_supported(const struct sfp_eeprom_id *id) in sff_module_supported() 288 static bool sfp_module_supported(const struct sfp_eeprom_id *id) in sfp_module_supported() 355 static void sfp_quirk_2500basex(const struct sfp_eeprom_id *id, in sfp_quirk_2500basex() 363 static void sfp_quirk_ubnt_uf_instant(const struct sfp_eeprom_id *id, in sfp_quirk_ubnt_uf_instant() 433 static const struct sfp_quirk *sfp_lookup_quirk(const struct sfp_eeprom_id *id) in sfp_lookup_quirk() 651 const struct sfp_eeprom_id *id = &sfp->id; in sfp_soft_start_poll() 1886 static int sfp_cotsworks_fixup_check(struct sfp *sfp, struct sfp_eeprom_id *id) in sfp_cotsworks_fixup_check() 1925 struct sfp_eeprom_id id; in sfp_sm_mod_probe()
|
D | marvell-88x2222.c | 479 static int mv2222_sfp_insert(void *upstream, const struct sfp_eeprom_id *id) in mv2222_sfp_insert()
|
D | marvell10g.c | 472 static int mv3310_sfp_insert(void *upstream, const struct sfp_eeprom_id *id) in mv3310_sfp_insert()
|
D | at803x.c | 674 static int at803x_sfp_insert(void *upstream, const struct sfp_eeprom_id *id) in at803x_sfp_insert()
|
D | marvell.c | 2848 static int m88e1510_sfp_insert(void *upstream, const struct sfp_eeprom_id *id) in m88e1510_sfp_insert()
|
D | phylink.c | 3011 const struct sfp_eeprom_id *id) in phylink_sfp_module_insert()
|
/linux-6.1.9/include/linux/ |
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()
|