Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
Dhw_atl2_utils_fw.c448 struct phy_health_monitor_s phy_health_monitor; in aq_a2_fw_get_phy_temp() local
450 hw_atl2_shared_buffer_read_safe(self, phy_health_monitor, in aq_a2_fw_get_phy_temp()
451 &phy_health_monitor); in aq_a2_fw_get_phy_temp()
453 *temp = (int8_t)phy_health_monitor.phy_temperature * 1000; in aq_a2_fw_get_phy_temp()
Dhw_atl2_utils.h586 struct phy_health_monitor_s phy_health_monitor; member