Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/phy/
Dsfp-bus.c13 struct sfp_quirk { struct
31 const struct sfp_quirk *sfp_quirk; member
47 static const struct sfp_quirk sfp_quirks[] = {
90 static const struct sfp_quirk *sfp_lookup_quirk(const struct sfp_eeprom_id *id) in sfp_lookup_quirk()
92 const struct sfp_quirk *q; in sfp_lookup_quirk()
348 if (bus->sfp_quirk) in sfp_parse_support()
349 bus->sfp_quirk->modes(id, modes); in sfp_parse_support()
727 bus->sfp_quirk = sfp_lookup_quirk(id); in sfp_module_insert()
743 bus->sfp_quirk = NULL; in sfp_module_remove()