Home
last modified time | relevance | path

Searched refs:hw_read_module_eeprom (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ethtool.c990 !aq_nic->aq_hw_ops->hw_read_module_eeprom) in aq_ethtool_get_module_info()
993 err = aq_nic->aq_hw_ops->hw_read_module_eeprom(aq_nic->aq_hw, in aq_ethtool_get_module_info()
998 err = aq_nic->aq_hw_ops->hw_read_module_eeprom(aq_nic->aq_hw, in aq_ethtool_get_module_info()
1020 if (!aq_nic->aq_hw_ops->hw_read_module_eeprom) in aq_ethtool_get_module_eeprom()
1030 err = aq_nic->aq_hw_ops->hw_read_module_eeprom(aq_nic->aq_hw, in aq_ethtool_get_module_eeprom()
1043 err = aq_nic->aq_hw_ops->hw_read_module_eeprom(aq_nic->aq_hw, in aq_ethtool_get_module_eeprom()
H A Daq_hw.h346 int (*hw_read_module_eeprom)(struct aq_hw_s *self, u8 dev_addr, member