Symbol: sfp_eeprom_id
drivers/net/phy/phy_device.c
1543
static int phy_sfp_module_insert(void *upstream, const struct sfp_eeprom_id *id)
drivers/net/phy/phylink.c
3842
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
2250
static int sfp_cotsworks_fixup_check(struct sfp *sfp, struct sfp_eeprom_id *id)
drivers/net/phy/sfp.c
227
bool (*module_supported)(const struct sfp_eeprom_id *id);
drivers/net/phy/sfp.c
2301
struct sfp_eeprom_id id;
drivers/net/phy/sfp.c
276
struct sfp_eeprom_id id;
drivers/net/phy/sfp.c
308
static bool sff_module_supported(const struct sfp_eeprom_id *id)
drivers/net/phy/sfp.c
319
static bool sfp_module_supported(const struct sfp_eeprom_id *id)
drivers/net/phy/sfp.c
454
static void sfp_quirk_2500basex(const struct sfp_eeprom_id *id,
drivers/net/phy/sfp.c
462
static void sfp_quirk_disable_autoneg(const struct sfp_eeprom_id *id,
drivers/net/phy/sfp.c
468
static void sfp_quirk_oem_2_5g(const struct sfp_eeprom_id *id,
drivers/net/phy/sfp.c
478
static void sfp_quirk_ubnt_uf_instant(const struct sfp_eeprom_id *id,
drivers/net/phy/sfp.c
600
static const struct sfp_quirk *sfp_lookup_quirk(const struct sfp_eeprom_id *id)
drivers/net/phy/sfp.c
920
const struct sfp_eeprom_id *id = &sfp->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);