Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dsfp.h229 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/
Dsfp.h12 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,
Dsfp-bus.c49 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()
Dsfp.c226 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 …]
Dmarvell-88x2222.c476 static int mv2222_sfp_insert(void *upstream, const struct sfp_eeprom_id *id) in mv2222_sfp_insert()
Dmarvell10g.c486 static int mv3310_sfp_insert(void *upstream, const struct sfp_eeprom_id *id) in mv3310_sfp_insert()
Dphylink.c3354 const struct sfp_eeprom_id *id) in phylink_sfp_module_insert()
Dmarvell.c3534 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/
Dqca807x.c644 static int qca807x_sfp_insert(void *upstream, const struct sfp_eeprom_id *id) in qca807x_sfp_insert()
Dat803x.c725 static int at8031_sfp_insert(void *upstream, const struct sfp_eeprom_id *id) in at8031_sfp_insert()