Searched refs:tx_fail_low_th (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/ |
| H A D | phydm_adaptivity.c | 277 u32 tx_fail_low_th = adapt->low_rate_tx_fail_th[0]; in phydm_l2h_ini_damping_chk() local 307 …PHYDM_DBG(dm, DBG_ADPTVTY, "low_rate_tx_fail_th{H, L}= {%d,%d}\n", tx_fail_high_th, tx_fail_low_th… in phydm_l2h_ini_damping_chk() 324 if (adapt_rc->low_rate_tx_fail_hist[0] < tx_fail_low_th && in phydm_l2h_ini_damping_chk() 326 adapt_rc->low_rate_tx_fail_hist[2] < tx_fail_low_th && in phydm_l2h_ini_damping_chk() 343 if (adapt_rc->low_rate_tx_fail_hist[0] < tx_fail_low_th && in phydm_l2h_ini_damping_chk() 345 adapt_rc->low_rate_tx_fail_hist[2] < tx_fail_low_th && in phydm_l2h_ini_damping_chk() 346 adapt_rc->low_rate_tx_fail_hist[3] < tx_fail_low_th) { in phydm_l2h_ini_damping_chk()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/phydm/ |
| H A D | phydm_adaptivity.c | 277 u32 tx_fail_low_th = adapt->low_rate_tx_fail_th[0]; in phydm_l2h_ini_damping_chk() local 307 …PHYDM_DBG(dm, DBG_ADPTVTY, "low_rate_tx_fail_th{H, L}= {%d,%d}\n", tx_fail_high_th, tx_fail_low_th… in phydm_l2h_ini_damping_chk() 324 if (adapt_rc->low_rate_tx_fail_hist[0] < tx_fail_low_th && in phydm_l2h_ini_damping_chk() 326 adapt_rc->low_rate_tx_fail_hist[2] < tx_fail_low_th && in phydm_l2h_ini_damping_chk() 343 if (adapt_rc->low_rate_tx_fail_hist[0] < tx_fail_low_th && in phydm_l2h_ini_damping_chk() 345 adapt_rc->low_rate_tx_fail_hist[2] < tx_fail_low_th && in phydm_l2h_ini_damping_chk() 346 adapt_rc->low_rate_tx_fail_hist[3] < tx_fail_low_th) { in phydm_l2h_ini_damping_chk()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wlcore/ |
| H A D | conf.h | 1081 u8 tx_fail_low_th; member
|
| H A D | acx.c | 1667 acx->tx_fail_low_th = conf->tx_fail_low_th; in wl12xx_acx_set_rate_mgmt_params()
|
| H A D | acx.h | 889 u8 tx_fail_low_th; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wl12xx/ |
| H A D | main.c | 337 .tx_fail_low_th = 4,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wl18xx/ |
| H A D | main.c | 475 .tx_fail_low_th = 4,
|