Home
last modified time | relevance | path

Searched refs:phystat (Results 1 – 10 of 10) sorted by relevance

/freebsd-14-stable/sys/contrib/dev/rtw89/
HDphy.c4760 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() local
5102 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() local
5132 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() local
5206 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 …]
HDrtw8852c_rfk.c1268 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()
HDrtw8852a_rfk.c1295 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()
HDdebug.c3700 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()
HDrtw8851b_rfk.c3196 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()
HDcore.c2203 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()
HDrtw8852b_rfk.c2621 cur_ther = ewma_thermal_read(&rtwdev->phystat.avg_thermal[path]); in _dpk_track()
HDrtw8852bt_rfk.c2707 cur_ther = ewma_thermal_read(&rtwdev->phystat.avg_thermal[path]); in _dpk_track()
HDcore.h5684 struct rtw89_phy_stat phystat; member
HDfw.c2741 struct rtw89_pkt_stat *pkt_stat = &rtwdev->phystat.cur_pkt_stat; in rtw89_fw_h2c_lps_ml_cmn_info()