Home
last modified time | relevance | path

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

/linux/drivers/net/phy/
H A Dsfp.h9 struct sfp_quirk { struct
36 const struct sfp_quirk *quirk); argument
10 vendorsfp_quirk global() argument
11 partsfp_quirk global() argument
12 modessfp_quirk global() argument
H A Dsfp-bus.c25 const struct sfp_quirk *sfp_quirk; member
342 if (bus->sfp_quirk && bus->sfp_quirk->modes) in sfp_parse_support()
343 bus->sfp_quirk->modes(id, modes, interfaces); in sfp_parse_support()
792 const struct sfp_quirk *quirk) in sfp_module_insert()
797 bus->sfp_quirk = quirk; in sfp_module_insert()
813 bus->sfp_quirk = NULL; in sfp_module_remove()
H A Dsfp.c287 const struct sfp_quirk *quirk;
484 static const struct sfp_quirk sfp_quirks[] = {
571 static const struct sfp_quirk *sfp_lookup_quirk(const struct sfp_eeprom_id *id) in sfp_lookup_quirk()
573 const struct sfp_quirk *q; in sfp_lookup_quirk()