Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_dm.c202 priv->undecorated_smoothed_pwdb = -1; in rtl92e_dm_init()
335 if (priv->undecorated_smoothed_pwdb >= in _rtl92e_dm_check_rate_adaptive()
339 } else if (priv->undecorated_smoothed_pwdb >= in _rtl92e_dm_check_rate_adaptive()
349 if (priv->undecorated_smoothed_pwdb < in _rtl92e_dm_check_rate_adaptive()
351 if ((priv->undecorated_smoothed_pwdb < in _rtl92e_dm_check_rate_adaptive()
401 if (priv->undecorated_smoothed_pwdb <= in _rtl92e_dm_bandwidth_autoswitch()
405 if (priv->undecorated_smoothed_pwdb >= in _rtl92e_dm_bandwidth_autoswitch()
1084 dm_digtable.rssi_val = priv->undecorated_smoothed_pwdb; in _rtl92e_dm_ctrl_initgain_byrssi_driver()
1112 if ((priv->undecorated_smoothed_pwdb > dm_digtable.rssi_low_thresh) && in _rtl92e_dm_ctrl_initgain_byrssi_false_alarm()
1113 (priv->undecorated_smoothed_pwdb < dm_digtable.rssi_high_thresh)) in _rtl92e_dm_ctrl_initgain_byrssi_false_alarm()
[all …]
H A Dr8192E_dev.c1496 if (priv->undecorated_smoothed_pwdb < 0) in _rtl92e_process_phyinfo()
1497 priv->undecorated_smoothed_pwdb = prev_st->RxPWDBAll; in _rtl92e_process_phyinfo()
1498 if (prev_st->RxPWDBAll > (u32)priv->undecorated_smoothed_pwdb) { in _rtl92e_process_phyinfo()
1499 priv->undecorated_smoothed_pwdb = in _rtl92e_process_phyinfo()
1500 (((priv->undecorated_smoothed_pwdb) * in _rtl92e_process_phyinfo()
1503 priv->undecorated_smoothed_pwdb = in _rtl92e_process_phyinfo()
1504 priv->undecorated_smoothed_pwdb + 1; in _rtl92e_process_phyinfo()
1506 priv->undecorated_smoothed_pwdb = in _rtl92e_process_phyinfo()
1507 (((priv->undecorated_smoothed_pwdb) * in _rtl92e_process_phyinfo()
1928 if (priv->undecorated_smoothed_pwdb >= (RATE_ADAPTIVE_TH_HIGH + 5)) { in rtl92e_is_rx_stuck()
[all …]
H A Drtl_core.h332 long undecorated_smoothed_pwdb; member
/openbmc/linux/drivers/staging/rtl8192u/
H A Dr8192U_dm.c109 priv->undecorated_smoothed_pwdb = -1; in init_hal_dm()
319 if (priv->undecorated_smoothed_pwdb >= (long)HighRSSIThreshForRA) { in dm_check_rate_adaptive()
322 } else if (priv->undecorated_smoothed_pwdb >= (long)LowRSSIThreshForRA) { in dm_check_rate_adaptive()
332 if (priv->undecorated_smoothed_pwdb < (long)(pra->ping_rssi_thresh_for_ra+5)) { in dm_check_rate_adaptive()
333 if ((priv->undecorated_smoothed_pwdb < (long)pra->ping_rssi_thresh_for_ra) || in dm_check_rate_adaptive()
389 …if (priv->undecorated_smoothed_pwdb <= priv->ieee80211->bandwidth_auto_switch.threshold_40Mhzto20M… in dm_bandwidth_autoswitch()
392 …if (priv->undecorated_smoothed_pwdb >= priv->ieee80211->bandwidth_auto_switch.threshold_20Mhzto40M… in dm_bandwidth_autoswitch()
1612 dm_digtable.rssi_val = priv->undecorated_smoothed_pwdb; in dm_ctrl_initgain_byrssi_by_driverrssi()
1644 if ((priv->undecorated_smoothed_pwdb > dm_digtable.rssi_low_thresh) && in dm_ctrl_initgain_byrssi_by_fwfalse_alarm()
1645 (priv->undecorated_smoothed_pwdb < dm_digtable.rssi_high_thresh)) in dm_ctrl_initgain_byrssi_by_fwfalse_alarm()
[all …]
H A 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 …]
H A Dr8192U.h949 long undecorated_smoothed_pwdb; member
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Ddm.h234 (((struct rtl_priv *)(_priv))->dm.undecorated_smoothed_pwdb))