Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dsfp.h229 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,
554 const struct sfp_eeprom_id *id, in sfp_parse_port()
561 const struct sfp_eeprom_id *id) in sfp_may_have_phy()
567 const struct sfp_eeprom_id *id, in sfp_parse_support()
/OK3568_Linux_fs/kernel/drivers/net/phy/
H A Dsfp-bus.c16 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()
111 static const struct sfp_quirk *sfp_lookup_quirk(const struct sfp_eeprom_id *id) in sfp_lookup_quirk()
142 int sfp_parse_port(struct sfp_bus *bus, const struct sfp_eeprom_id *id, in sfp_parse_port()
211 bool sfp_may_have_phy(struct sfp_bus *bus, const struct sfp_eeprom_id *id) in sfp_may_have_phy()
239 void sfp_parse_support(struct sfp_bus *bus, const struct sfp_eeprom_id *id, in sfp_parse_support()
747 int sfp_module_insert(struct sfp_bus *bus, const struct sfp_eeprom_id *id) in sfp_module_insert()
H A Dsfp.h23 int sfp_module_insert(struct sfp_bus *bus, const struct sfp_eeprom_id *id);
27 int sfp_link_configure(struct sfp_bus *bus, const struct sfp_eeprom_id *id);
H A Dsfp.c212 bool (*module_supported)(const struct sfp_eeprom_id *id);
249 struct sfp_eeprom_id id;
264 static bool sff_module_supported(const struct sfp_eeprom_id *id) in sff_module_supported()
275 static bool sfp_module_supported(const struct sfp_eeprom_id *id) in sfp_module_supported()
497 const struct sfp_eeprom_id *id = &sfp->id; in sfp_soft_start_poll()
1716 static int sfp_cotsworks_fixup_check(struct sfp *sfp, struct sfp_eeprom_id *id) in sfp_cotsworks_fixup_check()
1751 struct sfp_eeprom_id id; in sfp_sm_mod_probe()
H A Dmarvell10g.c342 static int mv3310_sfp_insert(void *upstream, const struct sfp_eeprom_id *id) in mv3310_sfp_insert()
H A Dphylink.c2155 const struct sfp_eeprom_id *id) in phylink_sfp_module_insert()