Home
last modified time | relevance | path

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

/src/sys/contrib/dev/rtw89/
H A Dphy.c5031 ewma_thermal_read(&rtwdev->phystat.avg_thermal[0])); in rtw89_phy_cfo_track()
5371 struct rtw89_phy_stat *phystat = &rtwdev->phystat; in rtw89_phy_thermal_protect() local
5373 u8 th_max = phystat->last_thermal_max; in rtw89_phy_thermal_protect()
5396 struct rtw89_phy_stat *phystat = &rtwdev->phystat; in rtw89_phy_stat_thermal_update() local
5403 ewma_thermal_add(&phystat->avg_thermal[i], th); in rtw89_phy_stat_thermal_update()
5407 ewma_thermal_read(&phystat->avg_thermal[i])); in rtw89_phy_stat_thermal_update()
5412 phystat->last_thermal_max = th_max; in rtw89_phy_stat_thermal_update()
5479 struct rtw89_phy_stat *phystat = &rtwdev->phystat; in rtw89_phy_stat_init() local
5483 ewma_thermal_init(&phystat->avg_thermal[i]); in rtw89_phy_stat_init()
5487 memset(&phystat->cur_pkt_stat, 0, sizeof(phystat->cur_pkt_stat)); in rtw89_phy_stat_init()
[all …]
H A Dcore.c2527 struct rtw89_beacon_stat *bcn_stat = &rtwdev->phystat.bcn_stat; in rtw89_bcn_update_tbtt_offset()
2558 struct rtw89_beacon_stat *bcn_stat = &rtwdev->phystat.bcn_stat; in rtw89_bcn_calc_drift()
2580 struct rtw89_beacon_stat *bcn_stat = &rtwdev->phystat.bcn_stat; in rtw89_bcn_calc_distribution()
2635 struct rtw89_beacon_stat *bcn_stat = &rtwdev->phystat.bcn_stat; in rtw89_bcn_get_coverage()
2659 struct rtw89_beacon_stat *bcn_stat = &rtwdev->phystat.bcn_stat; in rtw89_bcn_get_histogram_bound()
2686 struct rtw89_pkt_stat *pkt_stat = &rtwdev->phystat.cur_pkt_stat; in rtw89_bcn_get_rx_time()
2718 struct rtw89_pkt_stat *pkt_stat = &rtwdev->phystat.cur_pkt_stat; in rtw89_bcn_calc_timeout()
2719 struct rtw89_beacon_stat *bcn_stat = &rtwdev->phystat.bcn_stat; in rtw89_bcn_calc_timeout()
2724 u8 rssi = ewma_rssi_read(&rtwdev->phystat.bcn_rssi); in rtw89_bcn_calc_timeout()
2863 memset(&rtwdev->phystat.bcn_stat, 0, sizeof(rtwdev->phystat.bcn_stat)); in rtw89_core_bcn_track_reset()
[all …]
H A Drtw8852c_rfk.c1268 ewma_thermal_read(&rtwdev->phystat.avg_thermal[path])); in _iqk_info_iqk()
2867 cur_ther = ewma_thermal_read(&rtwdev->phystat.avg_thermal[path]); in _dpk_track()
3298 ewma_thermal_read(&rtwdev->phystat.avg_thermal[i]); in _tssi_enable()
4050 ewma_thermal_read(&rtwdev->phystat.avg_thermal[path]); in _lck_keep_thermal()
4087 ewma_thermal_read(&rtwdev->phystat.avg_thermal[path]); in rtw8852c_lck_track()
4243 rx_dck->thermal[path] = ewma_thermal_read(&rtwdev->phystat.avg_thermal[path]); in _rx_dck()
4280 ewma_thermal_read(&rtwdev->phystat.avg_thermal[path]); in rtw8852c_rx_dck_track()
H A Ddebug.c3932 struct rtw89_pkt_stat *pkt_stat = &rtwdev->phystat.last_pkt_stat; in rtw89_debug_priv_phy_info_get()
3942 rssi = ewma_rssi_read(&rtwdev->phystat.bcn_rssi); in rtw89_debug_priv_phy_info_get()
4675 struct rtw89_pkt_stat *pkt_stat = &rtwdev->phystat.last_pkt_stat; in rtw89_debug_priv_beacon_info_get()
4677 struct rtw89_beacon_stat *bcn_stat = &rtwdev->phystat.bcn_stat; in rtw89_debug_priv_beacon_info_get()
4691 ewma_rssi_read(&rtwdev->phystat.bcn_rssi)); in rtw89_debug_priv_beacon_info_get()
H A Drtw8852a_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()
H A Drtw8851b_rfk.c3351 ewma_thermal_read(&rtwdev->phystat.avg_thermal[RF_PATH_A]); in _lck_keep_thermal()
3386 ewma_thermal_read(&rtwdev->phystat.avg_thermal[RF_PATH_A]); in rtw8851b_lck_track()
H A Drtw8852a.c2169 raw = ewma_rssi_read(&rtwdev->phystat.bcn_rssi); in rtw8852a_query_ppdu()
H A Drtw8852b_rfk.c2606 cur_ther = ewma_thermal_read(&rtwdev->phystat.avg_thermal[path]); in _dpk_track()
H A Drtw8852bt_rfk.c2686 cur_ther = ewma_thermal_read(&rtwdev->phystat.avg_thermal[path]); in _dpk_track()
H A Dcore.h6089 struct rtw89_phy_stat phystat; member
H A Dfw.c3073 struct rtw89_pkt_stat *pkt_stat = &rtwdev->phystat.cur_pkt_stat;