Searched refs:sfp_eeprom_id (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | sfp.h | 229 struct sfp_eeprom_id { struct 540 int (*module_insert)(void *priv, const struct sfp_eeprom_id *id); 551 int sfp_parse_port(struct sfp_bus *bus, const struct sfp_eeprom_id *id, 553 bool sfp_may_have_phy(struct sfp_bus *bus, const struct sfp_eeprom_id *id); 554 void sfp_parse_support(struct sfp_bus *bus, const struct sfp_eeprom_id *id, 575 const struct sfp_eeprom_id *id, in sfp_parse_port() 582 const struct sfp_eeprom_id *id) in sfp_may_have_phy() 588 const struct sfp_eeprom_id *id, in sfp_parse_support()
|
/openbmc/linux/drivers/net/phy/ |
H A D | sfp.h | 12 void (*modes)(const struct sfp_eeprom_id *id, unsigned long *modes, 35 int sfp_module_insert(struct sfp_bus *bus, const struct sfp_eeprom_id *id,
|
H A 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() 768 int sfp_module_insert(struct sfp_bus *bus, const struct sfp_eeprom_id *id, in sfp_module_insert()
|
H A D | sfp.c | 226 bool (*module_supported)(const struct sfp_eeprom_id *id); 273 struct sfp_eeprom_id id; 300 static bool sff_module_supported(const struct sfp_eeprom_id *id) in sff_module_supported() 311 static bool sfp_module_supported(const struct sfp_eeprom_id *id) in sfp_module_supported() 399 static void sfp_quirk_2500basex(const struct sfp_eeprom_id *id, in sfp_quirk_2500basex() 407 static void sfp_quirk_disable_autoneg(const struct sfp_eeprom_id *id, in sfp_quirk_disable_autoneg() 414 static void sfp_quirk_oem_2_5g(const struct sfp_eeprom_id *id, in sfp_quirk_oem_2_5g() 424 static void sfp_quirk_ubnt_uf_instant(const struct sfp_eeprom_id *id, in sfp_quirk_ubnt_uf_instant() 520 static const struct sfp_quirk *sfp_lookup_quirk(const struct sfp_eeprom_id *id) in sfp_lookup_quirk() 785 const struct sfp_eeprom_id *id = &sfp->id; in sfp_soft_start_poll() [all …]
|
H A D | marvell-88x2222.c | 478 static int mv2222_sfp_insert(void *upstream, const struct sfp_eeprom_id *id) in mv2222_sfp_insert()
|
H A D | marvell10g.c | 479 static int mv3310_sfp_insert(void *upstream, const struct sfp_eeprom_id *id) in mv3310_sfp_insert()
|
H A D | at803x.c | 685 static int at803x_sfp_insert(void *upstream, const struct sfp_eeprom_id *id) in at803x_sfp_insert()
|
H A D | marvell.c | 3175 static int m88e1510_sfp_insert(void *upstream, const struct sfp_eeprom_id *id) in m88e1510_sfp_insert()
|
H A D | phylink.c | 3213 const struct sfp_eeprom_id *id) in phylink_sfp_module_insert()
|