Searched refs:sfp_get_module_eeprom (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | sfp.h | 543 int sfp_get_module_eeprom(struct sfp_bus *bus, struct ethtool_eeprom *ee, 584 static inline int sfp_get_module_eeprom(struct sfp_bus *bus, in sfp_get_module_eeprom() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | sfp.h | 560 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
|
/kernel/linux/linux-5.10/drivers/net/phy/ |
H A D | sfp-bus.c | 530 * sfp_get_module_eeprom() - Read the SFP module EEPROM 540 int sfp_get_module_eeprom(struct sfp_bus *bus, struct ethtool_eeprom *ee, in sfp_get_module_eeprom() function 545 EXPORT_SYMBOL_GPL(sfp_get_module_eeprom); variable
|
/kernel/linux/linux-6.6/drivers/net/phy/ |
H A D | sfp-bus.c | 511 * sfp_get_module_eeprom() - Read the SFP module EEPROM 521 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); variable
|
/kernel/linux/linux-5.10/net/ethtool/ |
H A D | ioctl.c | 2332 return sfp_get_module_eeprom(dev->sfp_bus, ee, data); in __ethtool_get_module_eeprom()
|
/kernel/linux/linux-6.6/net/ethtool/ |
H A D | ioctl.c | 2417 return sfp_get_module_eeprom(dev->sfp_bus, ee, data); in ethtool_get_module_eeprom_call()
|
Completed in 15 milliseconds