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

/linux-master/drivers/net/phy/
H A Dsfp.h9 struct sfp_quirk { struct
36 const struct sfp_quirk *quirk);
H A Dsfp-bus.c25 const struct sfp_quirk *sfp_quirk; member in struct:sfp_bus
342 if (bus->sfp_quirk && bus->sfp_quirk->modes)
343 bus->sfp_quirk->modes(id, modes, interfaces);
769 const struct sfp_quirk *quirk)
774 bus->sfp_quirk = quirk;
790 bus->sfp_quirk = NULL;
H A Dsfp.c286 const struct sfp_quirk *quirk;
461 static const struct sfp_quirk sfp_quirks[] = {
536 static const struct sfp_quirk *sfp_lookup_quirk(const struct sfp_eeprom_id *id)
538 const struct sfp_quirk *q;

Completed in 98 milliseconds