Searched refs:phystat (Results 1 – 10 of 10) sorted by relevance
4760 ewma_thermal_read(&rtwdev->phystat.avg_thermal[0])); in rtw89_phy_cfo_track()5100 struct rtw89_phy_stat *phystat = &rtwdev->phystat; in rtw89_phy_thermal_protect() local5102 u8 th_max = phystat->last_thermal_max; in rtw89_phy_thermal_protect()5125 struct rtw89_phy_stat *phystat = &rtwdev->phystat; in rtw89_phy_stat_thermal_update() local5132 ewma_thermal_add(&phystat->avg_thermal[i], th); in rtw89_phy_stat_thermal_update()5136 ewma_thermal_read(&phystat->avg_thermal[i])); in rtw89_phy_stat_thermal_update()5141 phystat->last_thermal_max = th_max; in rtw89_phy_stat_thermal_update()5202 struct rtw89_phy_stat *phystat = &rtwdev->phystat; in rtw89_phy_stat_init() local5206 ewma_thermal_init(&phystat->avg_thermal[i]); in rtw89_phy_stat_init()5210 memset(&phystat->cur_pkt_stat, 0, sizeof(phystat->cur_pkt_stat)); in rtw89_phy_stat_init()[all …]
1268 ewma_thermal_read(&rtwdev->phystat.avg_thermal[path])); in _iqk_info_iqk()2871 cur_ther = ewma_thermal_read(&rtwdev->phystat.avg_thermal[path]); in _dpk_track()3302 ewma_thermal_read(&rtwdev->phystat.avg_thermal[i]); in _tssi_enable()4035 ewma_thermal_read(&rtwdev->phystat.avg_thermal[path]); in _lck_keep_thermal()4072 ewma_thermal_read(&rtwdev->phystat.avg_thermal[path]); in rtw8852c_lck_track()4228 rx_dck->thermal[path] = ewma_thermal_read(&rtwdev->phystat.avg_thermal[path]); in _rx_dck()4265 ewma_thermal_read(&rtwdev->phystat.avg_thermal[path]); in rtw8852c_rx_dck_track()
1295 ewma_thermal_read(&rtwdev->phystat.avg_thermal[path])); in _iqk_info_iqk()2039 ewma_thermal_read(&rtwdev->phystat.avg_thermal[path]); in _dpk_get_thermal()2760 cur_ther = ewma_thermal_read(&rtwdev->phystat.avg_thermal[path]); in _dpk_track()3149 ewma_thermal_read(&rtwdev->phystat.avg_thermal[i]); in _tssi_enable()
3700 struct rtw89_pkt_stat *pkt_stat = &rtwdev->phystat.last_pkt_stat; in rtw89_debug_priv_phy_info_get()3708 rssi = ewma_rssi_read(&rtwdev->phystat.bcn_rssi); in rtw89_debug_priv_phy_info_get()
3196 ewma_thermal_read(&rtwdev->phystat.avg_thermal[RF_PATH_A]); in _lck_keep_thermal()3231 ewma_thermal_read(&rtwdev->phystat.avg_thermal[RF_PATH_A]); in rtw8851b_lck_track()
2203 struct rtw89_pkt_stat *pkt_stat = &rtwdev->phystat.cur_pkt_stat; in rtw89_vif_rx_stats_iter()2247 ewma_rssi_add(&rtwdev->phystat.bcn_rssi, phy_ppdu->rssi_avg); in rtw89_vif_rx_stats_iter()
2621 cur_ther = ewma_thermal_read(&rtwdev->phystat.avg_thermal[path]); in _dpk_track()
2707 cur_ther = ewma_thermal_read(&rtwdev->phystat.avg_thermal[path]); in _dpk_track()
5684 struct rtw89_phy_stat phystat; member
2741 struct rtw89_pkt_stat *pkt_stat = &rtwdev->phystat.cur_pkt_stat; in rtw89_fw_h2c_lps_ml_cmn_info()