Searched refs:sfp_eeprom_id (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/include/linux/ |
D | sfp.h | 229 struct sfp_eeprom_id { struct 546 int (*module_insert)(void *priv, const struct sfp_eeprom_id *id); 557 int sfp_parse_port(struct sfp_bus *bus, const struct sfp_eeprom_id *id, 559 bool sfp_may_have_phy(struct sfp_bus *bus, const struct sfp_eeprom_id *id); 560 void sfp_parse_support(struct sfp_bus *bus, const struct sfp_eeprom_id *id, 582 const struct sfp_eeprom_id *id, in sfp_parse_port() 589 const struct sfp_eeprom_id *id) in sfp_may_have_phy() 595 const struct sfp_eeprom_id *id, in sfp_parse_support()
|
/linux-6.12.1/drivers/net/phy/ |
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,
|
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() 791 int sfp_module_insert(struct sfp_bus *bus, const struct sfp_eeprom_id *id, in sfp_module_insert()
|
D | sfp.c | 226 bool (*module_supported)(const struct sfp_eeprom_id *id); 274 struct sfp_eeprom_id id; 301 static bool sff_module_supported(const struct sfp_eeprom_id *id) in sff_module_supported() 312 static bool sfp_module_supported(const struct sfp_eeprom_id *id) in sfp_module_supported() 424 static void sfp_quirk_2500basex(const struct sfp_eeprom_id *id, in sfp_quirk_2500basex() 432 static void sfp_quirk_disable_autoneg(const struct sfp_eeprom_id *id, in sfp_quirk_disable_autoneg() 439 static void sfp_quirk_oem_2_5g(const struct sfp_eeprom_id *id, in sfp_quirk_oem_2_5g() 449 static void sfp_quirk_ubnt_uf_instant(const struct sfp_eeprom_id *id, in sfp_quirk_ubnt_uf_instant() 547 static const struct sfp_quirk *sfp_lookup_quirk(const struct sfp_eeprom_id *id) in sfp_lookup_quirk() 812 const struct sfp_eeprom_id *id = &sfp->id; in sfp_soft_start_poll() [all …]
|
D | marvell-88x2222.c | 476 static int mv2222_sfp_insert(void *upstream, const struct sfp_eeprom_id *id) in mv2222_sfp_insert()
|
D | marvell10g.c | 486 static int mv3310_sfp_insert(void *upstream, const struct sfp_eeprom_id *id) in mv3310_sfp_insert()
|
D | phylink.c | 3354 const struct sfp_eeprom_id *id) in phylink_sfp_module_insert()
|
D | marvell.c | 3534 static int m88e1510_sfp_insert(void *upstream, const struct sfp_eeprom_id *id) in m88e1510_sfp_insert()
|
/linux-6.12.1/drivers/net/phy/qcom/ |
D | qca807x.c | 644 static int qca807x_sfp_insert(void *upstream, const struct sfp_eeprom_id *id) in qca807x_sfp_insert()
|
D | at803x.c | 725 static int at8031_sfp_insert(void *upstream, const struct sfp_eeprom_id *id) in at8031_sfp_insert()
|