Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/rtl8192e/rtl8192e/
Drtl_dm.c208 priv->undecorated_smoothed_pwdb = -1; in rtl92e_dm_init()
386 if (priv->undecorated_smoothed_pwdb >= in _rtl92e_dm_check_rate_adaptive()
390 } else if (priv->undecorated_smoothed_pwdb >= in _rtl92e_dm_check_rate_adaptive()
400 if (priv->undecorated_smoothed_pwdb < in _rtl92e_dm_check_rate_adaptive()
402 if ((priv->undecorated_smoothed_pwdb < in _rtl92e_dm_check_rate_adaptive()
453 if (priv->undecorated_smoothed_pwdb <= in _rtl92e_dm_bandwidth_autoswitch()
457 if (priv->undecorated_smoothed_pwdb >= in _rtl92e_dm_bandwidth_autoswitch()
1220 dm_digtable.rssi_val = priv->undecorated_smoothed_pwdb; in _rtl92e_dm_ctrl_initgain_byrssi_driver()
1249 if ((priv->undecorated_smoothed_pwdb > dm_digtable.rssi_low_thresh) && in _rtl92e_dm_ctrl_initgain_byrssi_false_alarm()
1250 (priv->undecorated_smoothed_pwdb < dm_digtable.rssi_high_thresh)) in _rtl92e_dm_ctrl_initgain_byrssi_false_alarm()
[all …]
Dr8192E_dev.c1634 if (priv->undecorated_smoothed_pwdb < 0) in _rtl92e_process_phyinfo()
1635 priv->undecorated_smoothed_pwdb = prev_st->RxPWDBAll; in _rtl92e_process_phyinfo()
1636 if (prev_st->RxPWDBAll > (u32)priv->undecorated_smoothed_pwdb) { in _rtl92e_process_phyinfo()
1637 priv->undecorated_smoothed_pwdb = in _rtl92e_process_phyinfo()
1638 (((priv->undecorated_smoothed_pwdb) * in _rtl92e_process_phyinfo()
1641 priv->undecorated_smoothed_pwdb = in _rtl92e_process_phyinfo()
1642 priv->undecorated_smoothed_pwdb + 1; in _rtl92e_process_phyinfo()
1644 priv->undecorated_smoothed_pwdb = in _rtl92e_process_phyinfo()
1645 (((priv->undecorated_smoothed_pwdb) * in _rtl92e_process_phyinfo()
2112 if (priv->undecorated_smoothed_pwdb >= (RateAdaptiveTH_High+5)) { in rtl92e_is_rx_stuck()
[all …]
Drtl_core.h494 long undecorated_smoothed_pwdb; member
/linux-6.1.9/drivers/staging/rtl8192u/
Dr8192U_dm.c119 priv->undecorated_smoothed_pwdb = -1; in init_hal_dm()
355 if (priv->undecorated_smoothed_pwdb >= (long)HighRSSIThreshForRA) { in dm_check_rate_adaptive()
359 } else if (priv->undecorated_smoothed_pwdb >= (long)LowRSSIThreshForRA) { in dm_check_rate_adaptive()
372 if (priv->undecorated_smoothed_pwdb < (long)(pra->ping_rssi_thresh_for_ra+5)) { in dm_check_rate_adaptive()
373 if ((priv->undecorated_smoothed_pwdb < (long)pra->ping_rssi_thresh_for_ra) || in dm_check_rate_adaptive()
433 …if (priv->undecorated_smoothed_pwdb <= priv->ieee80211->bandwidth_auto_switch.threshold_40Mhzto20M… in dm_bandwidth_autoswitch()
436 …if (priv->undecorated_smoothed_pwdb >= priv->ieee80211->bandwidth_auto_switch.threshold_20Mhzto40M… in dm_bandwidth_autoswitch()
1686 dm_digtable.rssi_val = priv->undecorated_smoothed_pwdb; in dm_ctrl_initgain_byrssi_by_driverrssi()
1719 if ((priv->undecorated_smoothed_pwdb > dm_digtable.rssi_low_thresh) && in dm_ctrl_initgain_byrssi_by_fwfalse_alarm()
1720 (priv->undecorated_smoothed_pwdb < dm_digtable.rssi_high_thresh)) in dm_ctrl_initgain_byrssi_by_fwfalse_alarm()
[all …]
Dr8192U_core.c2741 if (priv->undecorated_smoothed_pwdb >= (RATE_ADAPTIVE_TH_HIGH + 5)) { in HalRxCheckStuck819xUsb()
2743 } else if (priv->undecorated_smoothed_pwdb < (RATE_ADAPTIVE_TH_HIGH + 5) && in HalRxCheckStuck819xUsb()
2744 …((priv->CurrentChannelBW != HT_CHANNEL_WIDTH_20 && priv->undecorated_smoothed_pwdb >= RATE_ADAPTIV… in HalRxCheckStuck819xUsb()
2745 …(priv->CurrentChannelBW == HT_CHANNEL_WIDTH_20 && priv->undecorated_smoothed_pwdb >= RATE_ADAPTIVE… in HalRxCheckStuck819xUsb()
2750 …} else if (((priv->CurrentChannelBW != HT_CHANNEL_WIDTH_20 && priv->undecorated_smoothed_pwdb < RA… in HalRxCheckStuck819xUsb()
2751 …(priv->CurrentChannelBW == HT_CHANNEL_WIDTH_20 && priv->undecorated_smoothed_pwdb < RATE_ADAPTIVE_… in HalRxCheckStuck819xUsb()
2752 priv->undecorated_smoothed_pwdb >= VERY_LOW_RSSI) { in HalRxCheckStuck819xUsb()
3681 if (priv->undecorated_smoothed_pwdb < 0) in rtl8192_process_phyinfo()
3683 priv->undecorated_smoothed_pwdb = in rtl8192_process_phyinfo()
3685 if (pprevious_stats->RxPWDBAll > (u32)priv->undecorated_smoothed_pwdb) { in rtl8192_process_phyinfo()
[all …]
Dr8192U.h949 long undecorated_smoothed_pwdb; member
/linux-6.1.9/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Ddm.h234 (((struct rtl_priv *)(_priv))->dm.undecorated_smoothed_pwdb))