Home
last modified time | relevance | path

Searched refs:num_ampdu_bk (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_thermal.c35 if(sta->asoc_cap.num_ampdu_bk == 0) in rtw_hal_thermal_protect_cfg_tx_ampdu()
36 sta->asoc_cap.num_ampdu_bk = sta->asoc_cap.num_ampdu; in rtw_hal_thermal_protect_cfg_tx_ampdu()
38 sta->asoc_cap.num_ampdu = sta->asoc_cap.num_ampdu_bk * ratio / 100; in rtw_hal_thermal_protect_cfg_tx_ampdu()
47 __FUNCTION__, sta->asoc_cap.num_ampdu_bk, num_ampdu, tx_time); in rtw_hal_thermal_protect_cfg_tx_ampdu()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_thermal.c35 if(sta->asoc_cap.num_ampdu_bk == 0) in rtw_hal_thermal_protect_cfg_tx_ampdu()
36 sta->asoc_cap.num_ampdu_bk = sta->asoc_cap.num_ampdu; in rtw_hal_thermal_protect_cfg_tx_ampdu()
38 sta->asoc_cap.num_ampdu = sta->asoc_cap.num_ampdu_bk * ratio / 100; in rtw_hal_thermal_protect_cfg_tx_ampdu()
47 __FUNCTION__, sta->asoc_cap.num_ampdu_bk, num_ampdu, tx_time); in rtw_hal_thermal_protect_cfg_tx_ampdu()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_thermal.c98 if(sta->asoc_cap.num_ampdu_bk != 0){ in _phl_thermal_protect_reduce_ampdu_num()
99 sta->asoc_cap.num_ampdu = sta->asoc_cap.num_ampdu_bk; in _phl_thermal_protect_reduce_ampdu_num()
100 sta->asoc_cap.num_ampdu_bk = 0; in _phl_thermal_protect_reduce_ampdu_num()
H A Dphl_def.h1097 u8 num_ampdu_bk; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_thermal.c98 if(sta->asoc_cap.num_ampdu_bk != 0){ in _phl_thermal_protect_reduce_ampdu_num()
99 sta->asoc_cap.num_ampdu = sta->asoc_cap.num_ampdu_bk; in _phl_thermal_protect_reduce_ampdu_num()
100 sta->asoc_cap.num_ampdu_bk = 0; in _phl_thermal_protect_reduce_ampdu_num()
H A Dphl_def.h1100 u8 num_ampdu_bk; member