Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtlwifi/phydm/
Dphydm_hwconfig.c45 u32 weighting = 0, undecorated_smoothed_pwdb; in phydm_process_rssi_pwdb() local
50 undecorated_smoothed_pwdb = undecorated_smoothed_ofdm; in phydm_process_rssi_pwdb()
62 undecorated_smoothed_pwdb = in phydm_process_rssi_pwdb()
72 undecorated_smoothed_pwdb = in phydm_process_rssi_pwdb()
80 undecorated_smoothed_pwdb = 0; in phydm_process_rssi_pwdb()
91 return undecorated_smoothed_pwdb; in phydm_process_rssi_pwdb()
1091 entry->rssi_stat.undecorated_smoothed_pwdb = -1; in phydm_reset_rssi_for_dm()
1106 s32 undecorated_smoothed_pwdb, undecorated_smoothed_cck, in odm_process_rssi_for_dm() local
1139 undecorated_smoothed_pwdb = entry->rssi_stat.undecorated_smoothed_pwdb; in odm_process_rssi_for_dm()
1149 undecorated_smoothed_pwdb = phydm_process_rssi_pwdb( in odm_process_rssi_for_dm()
[all …]
Dphydm_rainfo.c373 if (entry->rssi_stat.undecorated_smoothed_pwdb == (-1)) in odm_rssi_monitor_check_ce()
377 if (entry->rssi_stat.undecorated_smoothed_pwdb < in odm_rssi_monitor_check_ce()
380 entry->rssi_stat.undecorated_smoothed_pwdb; in odm_rssi_monitor_check_ce()
400 entry->rssi_stat.undecorated_smoothed_pwdb & 0x7F; in odm_rssi_monitor_check_ce()
898 dm, entry->rssi_stat.undecorated_smoothed_pwdb, in odm_refresh_rate_adaptive_mask_ce()
909 entry->rssi_stat.undecorated_smoothed_pwdb); in odm_refresh_rate_adaptive_mask_ce()
/Linux-v4.19/drivers/staging/rtl8192e/rtl8192e/
Drtl_dm.c216 priv->undecorated_smoothed_pwdb = -1; in rtl92e_dm_init()
398 if (priv->undecorated_smoothed_pwdb >= in _rtl92e_dm_check_rate_adaptive()
402 } else if (priv->undecorated_smoothed_pwdb >= in _rtl92e_dm_check_rate_adaptive()
412 if (priv->undecorated_smoothed_pwdb < in _rtl92e_dm_check_rate_adaptive()
414 if ((priv->undecorated_smoothed_pwdb < in _rtl92e_dm_check_rate_adaptive()
468 if (priv->undecorated_smoothed_pwdb <= in _rtl92e_dm_bandwidth_autoswitch()
472 if (priv->undecorated_smoothed_pwdb >= in _rtl92e_dm_bandwidth_autoswitch()
1362 dm_digtable.rssi_val = priv->undecorated_smoothed_pwdb; in _rtl92e_dm_ctrl_initgain_byrssi_driver()
1391 if ((priv->undecorated_smoothed_pwdb > dm_digtable.rssi_low_thresh) && in _rtl92e_dm_ctrl_initgain_byrssi_false_alarm()
1392 (priv->undecorated_smoothed_pwdb < dm_digtable.rssi_high_thresh)) in _rtl92e_dm_ctrl_initgain_byrssi_false_alarm()
[all …]
Dr8192E_dev.c1800 if (priv->undecorated_smoothed_pwdb < 0) in _rtl92e_process_phyinfo()
1801 priv->undecorated_smoothed_pwdb = prev_st->RxPWDBAll; in _rtl92e_process_phyinfo()
1802 if (prev_st->RxPWDBAll > (u32)priv->undecorated_smoothed_pwdb) { in _rtl92e_process_phyinfo()
1803 priv->undecorated_smoothed_pwdb = in _rtl92e_process_phyinfo()
1804 (((priv->undecorated_smoothed_pwdb) * in _rtl92e_process_phyinfo()
1807 priv->undecorated_smoothed_pwdb = in _rtl92e_process_phyinfo()
1808 priv->undecorated_smoothed_pwdb + 1; in _rtl92e_process_phyinfo()
1810 priv->undecorated_smoothed_pwdb = in _rtl92e_process_phyinfo()
1811 (((priv->undecorated_smoothed_pwdb) * in _rtl92e_process_phyinfo()
2286 if (priv->undecorated_smoothed_pwdb >= (RateAdaptiveTH_High+5)) { in rtl92e_is_rx_stuck()
[all …]
Drtl_core.h506 long undecorated_smoothed_pwdb; member
/Linux-v4.19/drivers/staging/rtl8192u/
Dr8192U_dm.c131 priv->undecorated_smoothed_pwdb = -1; in init_hal_dm()
369 if (priv->undecorated_smoothed_pwdb >= (long)HighRSSIThreshForRA) { in dm_check_rate_adaptive()
373 } else if (priv->undecorated_smoothed_pwdb >= (long)LowRSSIThreshForRA) { in dm_check_rate_adaptive()
386 if (priv->undecorated_smoothed_pwdb < (long)(pra->ping_rssi_thresh_for_ra+5)) { in dm_check_rate_adaptive()
387 if ((priv->undecorated_smoothed_pwdb < (long)pra->ping_rssi_thresh_for_ra) || in dm_check_rate_adaptive()
448 …if (priv->undecorated_smoothed_pwdb <= priv->ieee80211->bandwidth_auto_switch.threshold_40Mhzto20M… in dm_bandwidth_autoswitch()
451 …if (priv->undecorated_smoothed_pwdb >= priv->ieee80211->bandwidth_auto_switch.threshold_20Mhzto40M… in dm_bandwidth_autoswitch()
1720 dm_digtable.rssi_val = priv->undecorated_smoothed_pwdb; in dm_ctrl_initgain_byrssi_by_driverrssi()
1753 if ((priv->undecorated_smoothed_pwdb > dm_digtable.rssi_low_thresh) && in dm_ctrl_initgain_byrssi_by_fwfalse_alarm()
1754 (priv->undecorated_smoothed_pwdb < dm_digtable.rssi_high_thresh)) in dm_ctrl_initgain_byrssi_by_fwfalse_alarm()
[all …]
Dr8192U_core.c3082 if (priv->undecorated_smoothed_pwdb >= (RATE_ADAPTIVE_TH_HIGH + 5)) { in HalRxCheckStuck819xUsb()
3084 } else if (priv->undecorated_smoothed_pwdb < (RATE_ADAPTIVE_TH_HIGH + 5) && in HalRxCheckStuck819xUsb()
3085 …((priv->CurrentChannelBW != HT_CHANNEL_WIDTH_20 && priv->undecorated_smoothed_pwdb >= RATE_ADAPTIV… in HalRxCheckStuck819xUsb()
3086 …(priv->CurrentChannelBW == HT_CHANNEL_WIDTH_20 && priv->undecorated_smoothed_pwdb >= RATE_ADAPTIVE… in HalRxCheckStuck819xUsb()
3091 …} else if (((priv->CurrentChannelBW != HT_CHANNEL_WIDTH_20 && priv->undecorated_smoothed_pwdb < RA… in HalRxCheckStuck819xUsb()
3092 …(priv->CurrentChannelBW == HT_CHANNEL_WIDTH_20 && priv->undecorated_smoothed_pwdb < RATE_ADAPTIVE_… in HalRxCheckStuck819xUsb()
3093 priv->undecorated_smoothed_pwdb >= VERY_LOW_RSSI) { in HalRxCheckStuck819xUsb()
4046 if (priv->undecorated_smoothed_pwdb < 0) in rtl8192_process_phyinfo()
4048 priv->undecorated_smoothed_pwdb = in rtl8192_process_phyinfo()
4050 if (pprevious_stats->RxPWDBAll > (u32)priv->undecorated_smoothed_pwdb) { in rtl8192_process_phyinfo()
[all …]
Dr8192U.h936 long undecorated_smoothed_pwdb; member
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Ddm.h253 (((struct rtl_priv *)(_priv))->dm.undecorated_smoothed_pwdb))
/Linux-v4.19/drivers/staging/rtlwifi/
Dwifi.h1372 s32 undecorated_smoothed_pwdb; member