Symbol: sfp_eeprom_id
drivers/net/phy/phy_device.c
1551
static int phy_sfp_module_insert(void *upstream, const struct sfp_eeprom_id *id)
drivers/net/phy/phylink.c
3848
const struct sfp_eeprom_id *id)
drivers/net/phy/sfp-bus.c
101
const struct sfp_eeprom_id *id)
drivers/net/phy/sfp-bus.c
123
const struct sfp_eeprom_id *id)
drivers/net/phy/sfp-bus.c
319
const struct sfp_eeprom_id *id,
drivers/net/phy/sfp-bus.c
43
const struct sfp_eeprom_id *id)
drivers/net/phy/sfp-bus.c
774
int sfp_module_insert(struct sfp_bus *bus, const struct sfp_eeprom_id *id,
drivers/net/phy/sfp.c
1089
const struct sfp_eeprom_id *id = &sfp->id;
drivers/net/phy/sfp.c
238
bool (*module_supported)(const struct sfp_eeprom_id *id);
drivers/net/phy/sfp.c
2419
static int sfp_cotsworks_fixup_check(struct sfp *sfp, struct sfp_eeprom_id *id)
drivers/net/phy/sfp.c
2470
struct sfp_eeprom_id id;
drivers/net/phy/sfp.c
294
struct sfp_eeprom_id id;
drivers/net/phy/sfp.c
326
static bool sff_module_supported(const struct sfp_eeprom_id *id)
drivers/net/phy/sfp.c
337
static bool sfp_module_supported(const struct sfp_eeprom_id *id)
drivers/net/phy/sfp.c
472
static void sfp_quirk_2500basex(const struct sfp_eeprom_id *id,
drivers/net/phy/sfp.c
480
static void sfp_quirk_disable_autoneg(const struct sfp_eeprom_id *id,
drivers/net/phy/sfp.c
486
static void sfp_quirk_oem_2_5g(const struct sfp_eeprom_id *id,
drivers/net/phy/sfp.c
496
static void sfp_quirk_ubnt_uf_instant(const struct sfp_eeprom_id *id,
drivers/net/phy/sfp.c
638
static const struct sfp_quirk *sfp_lookup_quirk(const struct sfp_eeprom_id *id)
drivers/net/phy/sfp.h
12
void (*support)(const struct sfp_eeprom_id *id,
drivers/net/phy/sfp.h
35
int sfp_module_insert(struct sfp_bus *bus, const struct sfp_eeprom_id *id,
include/linux/sfp.h
568
int (*module_insert)(void *priv, const struct sfp_eeprom_id *id);