Home
last modified time | relevance | path

Searched refs:hw_read_module_eeprom (Results 1 – 3 of 3) 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
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_b0.c1829 .hw_read_module_eeprom = hw_atl_b0_read_module_eeprom,