Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
Dhw_atl2_utils_fw.c384 struct phy_health_monitor_s phy_health_monitor; in aq_a2_fw_get_phy_temp() local
386 hw_atl2_shared_buffer_read_safe(self, phy_health_monitor, in aq_a2_fw_get_phy_temp()
387 &phy_health_monitor); in aq_a2_fw_get_phy_temp()
389 *temp = (int8_t)phy_health_monitor.phy_temperature * 1000; in aq_a2_fw_get_phy_temp()
Dhw_atl2_utils.h558 struct phy_health_monitor_s phy_health_monitor; member