Home
last modified time | relevance | path

Searched refs:low_rate_tx_fail_th (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/
H A Dphydm_adaptivity.c277 u32 tx_fail_low_th = adapt->low_rate_tx_fail_th[0]; in phydm_l2h_ini_damping_chk()
278 u32 tx_fail_high_th = adapt->low_rate_tx_fail_th[1]; in phydm_l2h_ini_damping_chk()
279 u32 tx_fail_high_th2 = adapt->low_rate_tx_fail_th[2]; in phydm_l2h_ini_damping_chk()
383 adapt->low_rate_tx_fail_th[0] = 2; in phydm_low_rate_tx_fail_threshold_check()
384 adapt->low_rate_tx_fail_th[1] = 2; in phydm_low_rate_tx_fail_threshold_check()
385 adapt->low_rate_tx_fail_th[2] = 5; in phydm_low_rate_tx_fail_threshold_check()
388 PHYDM_DBG(dm, DBG_ADPTVTY, "low_rate_tx_fail_th={%d,%d,%d}\n", adapt->low_rate_tx_fail_th[0], in phydm_low_rate_tx_fail_threshold_check()
389 adapt->low_rate_tx_fail_th[1], adapt->low_rate_tx_fail_th[2]); in phydm_low_rate_tx_fail_threshold_check()
399 if (low_rate_tx_fail_cnt > adapt->low_rate_tx_fail_th[2]) in phydm_new_l2h_ini_by_low_rate_tx_fail()
401 else if (low_rate_tx_fail_cnt > adapt->low_rate_tx_fail_th[1]) in phydm_new_l2h_ini_by_low_rate_tx_fail()
[all …]
H A Dphydm_adaptivity.h98 u32 low_rate_tx_fail_th[3]; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/phydm/
H A Dphydm_adaptivity.c277 u32 tx_fail_low_th = adapt->low_rate_tx_fail_th[0]; in phydm_l2h_ini_damping_chk()
278 u32 tx_fail_high_th = adapt->low_rate_tx_fail_th[1]; in phydm_l2h_ini_damping_chk()
279 u32 tx_fail_high_th2 = adapt->low_rate_tx_fail_th[2]; in phydm_l2h_ini_damping_chk()
383 adapt->low_rate_tx_fail_th[0] = 2; in phydm_low_rate_tx_fail_threshold_check()
384 adapt->low_rate_tx_fail_th[1] = 2; in phydm_low_rate_tx_fail_threshold_check()
385 adapt->low_rate_tx_fail_th[2] = 5; in phydm_low_rate_tx_fail_threshold_check()
388 PHYDM_DBG(dm, DBG_ADPTVTY, "low_rate_tx_fail_th={%d,%d,%d}\n", adapt->low_rate_tx_fail_th[0], in phydm_low_rate_tx_fail_threshold_check()
389 adapt->low_rate_tx_fail_th[1], adapt->low_rate_tx_fail_th[2]); in phydm_low_rate_tx_fail_threshold_check()
399 if (low_rate_tx_fail_cnt > adapt->low_rate_tx_fail_th[2]) in phydm_new_l2h_ini_by_low_rate_tx_fail()
401 else if (low_rate_tx_fail_cnt > adapt->low_rate_tx_fail_th[1]) in phydm_new_l2h_ini_by_low_rate_tx_fail()
[all …]
H A Dphydm_adaptivity.h98 u32 low_rate_tx_fail_th[3]; member