Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/rtl8192e/rtl8192e/ !
Drtl_dm.c198 priv->undecorated_smoothed_pwdb = -1; in rtl92e_dm_init()
328 if (priv->undecorated_smoothed_pwdb >= in _rtl92e_dm_check_rate_adaptive()
332 } else if (priv->undecorated_smoothed_pwdb >= in _rtl92e_dm_check_rate_adaptive()
342 if (priv->undecorated_smoothed_pwdb < in _rtl92e_dm_check_rate_adaptive()
344 if ((priv->undecorated_smoothed_pwdb < in _rtl92e_dm_check_rate_adaptive()
392 if (priv->undecorated_smoothed_pwdb <= in _rtl92e_dm_bandwidth_autoswitch()
396 if (priv->undecorated_smoothed_pwdb >= in _rtl92e_dm_bandwidth_autoswitch()
966 dm_digtable.rssi_val = priv->undecorated_smoothed_pwdb; in _rtl92e_dm_ctrl_initgain_byrssi()
1575 if (priv->undecorated_smoothed_pwdb > in _rtl92e_dm_fsync_timer_callback()
1587 } else if (priv->undecorated_smoothed_pwdb <= in _rtl92e_dm_fsync_timer_callback()
[all …]
Dr8192E_dev.c1421 if (priv->undecorated_smoothed_pwdb < 0) in _rtl92e_process_phyinfo()
1422 priv->undecorated_smoothed_pwdb = prev_st->RxPWDBAll; in _rtl92e_process_phyinfo()
1423 if (prev_st->RxPWDBAll > (u32)priv->undecorated_smoothed_pwdb) { in _rtl92e_process_phyinfo()
1424 priv->undecorated_smoothed_pwdb = in _rtl92e_process_phyinfo()
1425 (((priv->undecorated_smoothed_pwdb) * in _rtl92e_process_phyinfo()
1428 priv->undecorated_smoothed_pwdb = in _rtl92e_process_phyinfo()
1429 priv->undecorated_smoothed_pwdb + 1; in _rtl92e_process_phyinfo()
1431 priv->undecorated_smoothed_pwdb = in _rtl92e_process_phyinfo()
1432 (((priv->undecorated_smoothed_pwdb) * in _rtl92e_process_phyinfo()
1834 if (priv->undecorated_smoothed_pwdb >= (RATE_ADAPTIVE_TH_HIGH + 5)) { in rtl92e_is_rx_stuck()
[all …]
Drtl_core.h319 long undecorated_smoothed_pwdb; member
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ !
Ddm.h234 (((struct rtl_priv *)(_priv))->dm.undecorated_smoothed_pwdb))