Home
last modified time | relevance | path

Searched refs:get_mac_temp (Results 1 – 5 of 5) sorted by relevance

/drivers/net/ethernet/aquantia/atlantic/
Daq_drvinfo.c49 if (!aq_nic->aq_fw_ops->get_mac_temp && in aq_hwmon_read()
53 if (aq_nic->aq_fw_ops->get_mac_temp) in aq_hwmon_read()
54 err = aq_nic->aq_fw_ops->get_mac_temp(aq_nic->aq_hw, &temp); in aq_hwmon_read()
97 else if (channel == 1 && !nic->aq_fw_ops->get_mac_temp && in aq_hwmon_is_visible()
Daq_hw.h365 int (*get_mac_temp)(struct aq_hw_s *self, int *temp); member
/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
Dhw_atl2_utils_fw.c608 .get_mac_temp = aq_a2_fw_get_mac_temp,
/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_utils_fw2x.c716 .get_mac_temp = NULL,
Dhw_atl_utils.c1090 .get_mac_temp = NULL,