Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/rtl8192e/rtl8192e/
Drtl_dm.c208 priv->undecorated_smoothed_pwdb = -1; in rtl92e_dm_init()
390 if (priv->undecorated_smoothed_pwdb >= in _rtl92e_dm_check_rate_adaptive()
394 } else if (priv->undecorated_smoothed_pwdb >= in _rtl92e_dm_check_rate_adaptive()
404 if (priv->undecorated_smoothed_pwdb < in _rtl92e_dm_check_rate_adaptive()
406 if ((priv->undecorated_smoothed_pwdb < in _rtl92e_dm_check_rate_adaptive()
460 if (priv->undecorated_smoothed_pwdb <= in _rtl92e_dm_bandwidth_autoswitch()
464 if (priv->undecorated_smoothed_pwdb >= in _rtl92e_dm_bandwidth_autoswitch()
1353 dm_digtable.rssi_val = priv->undecorated_smoothed_pwdb; in _rtl92e_dm_ctrl_initgain_byrssi_driver()
1382 if ((priv->undecorated_smoothed_pwdb > dm_digtable.rssi_low_thresh) && in _rtl92e_dm_ctrl_initgain_byrssi_false_alarm()
1383 (priv->undecorated_smoothed_pwdb < dm_digtable.rssi_high_thresh)) in _rtl92e_dm_ctrl_initgain_byrssi_false_alarm()
[all …]
Dr8192E_dev.c1786 if (priv->undecorated_smoothed_pwdb < 0) in _rtl92e_process_phyinfo()
1787 priv->undecorated_smoothed_pwdb = prev_st->RxPWDBAll; in _rtl92e_process_phyinfo()
1788 if (prev_st->RxPWDBAll > (u32)priv->undecorated_smoothed_pwdb) { in _rtl92e_process_phyinfo()
1789 priv->undecorated_smoothed_pwdb = in _rtl92e_process_phyinfo()
1790 (((priv->undecorated_smoothed_pwdb) * in _rtl92e_process_phyinfo()
1793 priv->undecorated_smoothed_pwdb = in _rtl92e_process_phyinfo()
1794 priv->undecorated_smoothed_pwdb + 1; in _rtl92e_process_phyinfo()
1796 priv->undecorated_smoothed_pwdb = in _rtl92e_process_phyinfo()
1797 (((priv->undecorated_smoothed_pwdb) * in _rtl92e_process_phyinfo()
2272 if (priv->undecorated_smoothed_pwdb >= (RateAdaptiveTH_High+5)) { in rtl92e_is_rx_stuck()
[all …]
Drtl_core.h494 long undecorated_smoothed_pwdb; member
/Linux-v5.4/drivers/staging/rtl8192u/
Dr8192U_dm.c118 priv->undecorated_smoothed_pwdb = -1; in init_hal_dm()
354 if (priv->undecorated_smoothed_pwdb >= (long)HighRSSIThreshForRA) { in dm_check_rate_adaptive()
358 } else if (priv->undecorated_smoothed_pwdb >= (long)LowRSSIThreshForRA) { in dm_check_rate_adaptive()
371 if (priv->undecorated_smoothed_pwdb < (long)(pra->ping_rssi_thresh_for_ra+5)) { in dm_check_rate_adaptive()
372 if ((priv->undecorated_smoothed_pwdb < (long)pra->ping_rssi_thresh_for_ra) || in dm_check_rate_adaptive()
432 …if (priv->undecorated_smoothed_pwdb <= priv->ieee80211->bandwidth_auto_switch.threshold_40Mhzto20M… in dm_bandwidth_autoswitch()
435 …if (priv->undecorated_smoothed_pwdb >= priv->ieee80211->bandwidth_auto_switch.threshold_20Mhzto40M… in dm_bandwidth_autoswitch()
1687 dm_digtable.rssi_val = priv->undecorated_smoothed_pwdb; in dm_ctrl_initgain_byrssi_by_driverrssi()
1720 if ((priv->undecorated_smoothed_pwdb > dm_digtable.rssi_low_thresh) && in dm_ctrl_initgain_byrssi_by_fwfalse_alarm()
1721 (priv->undecorated_smoothed_pwdb < dm_digtable.rssi_high_thresh)) in dm_ctrl_initgain_byrssi_by_fwfalse_alarm()
[all …]
Dr8192U_core.c2951 if (priv->undecorated_smoothed_pwdb >= (RATE_ADAPTIVE_TH_HIGH + 5)) { in HalRxCheckStuck819xUsb()
2953 } else if (priv->undecorated_smoothed_pwdb < (RATE_ADAPTIVE_TH_HIGH + 5) && in HalRxCheckStuck819xUsb()
2954 …((priv->CurrentChannelBW != HT_CHANNEL_WIDTH_20 && priv->undecorated_smoothed_pwdb >= RATE_ADAPTIV… in HalRxCheckStuck819xUsb()
2955 …(priv->CurrentChannelBW == HT_CHANNEL_WIDTH_20 && priv->undecorated_smoothed_pwdb >= RATE_ADAPTIVE… in HalRxCheckStuck819xUsb()
2960 …} else if (((priv->CurrentChannelBW != HT_CHANNEL_WIDTH_20 && priv->undecorated_smoothed_pwdb < RA… in HalRxCheckStuck819xUsb()
2961 …(priv->CurrentChannelBW == HT_CHANNEL_WIDTH_20 && priv->undecorated_smoothed_pwdb < RATE_ADAPTIVE_… in HalRxCheckStuck819xUsb()
2962 priv->undecorated_smoothed_pwdb >= VERY_LOW_RSSI) { in HalRxCheckStuck819xUsb()
3915 if (priv->undecorated_smoothed_pwdb < 0) in rtl8192_process_phyinfo()
3917 priv->undecorated_smoothed_pwdb = in rtl8192_process_phyinfo()
3919 if (pprevious_stats->RxPWDBAll > (u32)priv->undecorated_smoothed_pwdb) { in rtl8192_process_phyinfo()
[all …]
Dr8192U.h949 long undecorated_smoothed_pwdb; member
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Ddm.h234 (((struct rtl_priv *)(_priv))->dm.undecorated_smoothed_pwdb))