Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dsfp.h560 int sfp_get_module_eeprom(struct sfp_bus *bus, struct ethtool_eeprom *ee,
606 static inline int sfp_get_module_eeprom(struct sfp_bus *bus, in sfp_get_module_eeprom() function
/linux-6.6.21/drivers/net/phy/
Dsfp-bus.c521 int sfp_get_module_eeprom(struct sfp_bus *bus, struct ethtool_eeprom *ee, in sfp_get_module_eeprom() function
526 EXPORT_SYMBOL_GPL(sfp_get_module_eeprom);
/linux-6.6.21/net/ethtool/
Dioctl.c2417 return sfp_get_module_eeprom(dev->sfp_bus, ee, data); in ethtool_get_module_eeprom_call()