Searched refs:undecorated_smoothed_pwdb (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/phydm/ |
| H A D | phydm_dynamictxpower.c | 311 s32 undecorated_smoothed_pwdb; in odm_dynamic_tx_power_8814a() local 330 undecorated_smoothed_pwdb = p_hal_data->EntryMinUndecoratedSmoothedPWDB; in odm_dynamic_tx_power_8814a() 331 PHYDM_DBG(p_dm, DBG_DYN_TXPWR, ("AP Client PWDB = 0x%x\n", undecorated_smoothed_pwdb)); in odm_dynamic_tx_power_8814a() 333 undecorated_smoothed_pwdb = p_hal_data->UndecoratedSmoothedPWDB; in odm_dynamic_tx_power_8814a() 334 PHYDM_DBG(p_dm, DBG_DYN_TXPWR, ("STA Default Port PWDB = 0x%x\n", undecorated_smoothed_pwdb)); in odm_dynamic_tx_power_8814a() 337 undecorated_smoothed_pwdb = p_hal_data->EntryMinUndecoratedSmoothedPWDB; in odm_dynamic_tx_power_8814a() 338 PHYDM_DBG(p_dm, DBG_DYN_TXPWR, ("AP Ext Port PWDB = 0x%x\n", undecorated_smoothed_pwdb)); in odm_dynamic_tx_power_8814a() 343 if (undecorated_smoothed_pwdb >= TX_POWER_NEAR_FIELD_THRESH_LVL2) { in odm_dynamic_tx_power_8814a() 346 } else if ((undecorated_smoothed_pwdb < (TX_POWER_NEAR_FIELD_THRESH_LVL2 - 3)) && in odm_dynamic_tx_power_8814a() 347 (undecorated_smoothed_pwdb >= TX_POWER_NEAR_FIELD_THRESH_LVL1)) { in odm_dynamic_tx_power_8814a() [all …]
|
| H A D | phydm_phystatus.c | 1535 s8 undecorated_smoothed_pwdb, undecorated_smoothed_cck, undecorated_smoothed_ofdm; in phydm_process_rssi_for_dm() local 1602 undecorated_smoothed_pwdb = p_sta->rssi_stat.rssi; in phydm_process_rssi_for_dm() 1754 undecorated_smoothed_pwdb = undecorated_smoothed_ofdm; in phydm_process_rssi_for_dm() 1762 …undecorated_smoothed_pwdb = (s8)((weighting * undecorated_smoothed_ofdm + (64 - weighting) * undec… in phydm_process_rssi_for_dm() 1766 undecorated_smoothed_pwdb = in phydm_process_rssi_for_dm() 1769 undecorated_smoothed_pwdb = 0; in phydm_process_rssi_for_dm() 1785 p_sta->rssi_stat.rssi = undecorated_smoothed_pwdb; in phydm_process_rssi_for_dm() 1796 undecorated_smoothed_pwdb, p_sta->rssi_stat.ofdm_pkt_cnt, p_sta->rssi_stat.cck_pkt_cnt)); in phydm_process_rssi_for_dm() 1806 p_hal_data->UndecoratedSmoothedPWDB = undecorated_smoothed_pwdb; in phydm_process_rssi_for_dm() 2350 s32 undecorated_smoothed_pwdb, accumulate_pwdb; in phydm_process_rssi_for_dm_new_type() local [all …]
|
| H A D | phydm_rainfo.h | 412 s32 undecorated_smoothed_pwdb
|
| H A D | phydm_rainfo.c | 1837 s32 undecorated_smoothed_pwdb in odm_refresh_ldpc_rts_mp() argument 1853 if (undecorated_smoothed_pwdb < (p_ra_t->ldpc_thres - 5)) in odm_refresh_ldpc_rts_mp() 1855 else if (undecorated_smoothed_pwdb > p_ra_t->ldpc_thres) in odm_refresh_ldpc_rts_mp()
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/rtl8192e/ |
| H A D | rtl_dm.c | 208 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 …]
|
| H A D | r8192E_dev.c | 1785 if (priv->undecorated_smoothed_pwdb < 0) in _rtl92e_process_phyinfo() 1786 priv->undecorated_smoothed_pwdb = prev_st->RxPWDBAll; in _rtl92e_process_phyinfo() 1787 if (prev_st->RxPWDBAll > (u32)priv->undecorated_smoothed_pwdb) { in _rtl92e_process_phyinfo() 1788 priv->undecorated_smoothed_pwdb = in _rtl92e_process_phyinfo() 1789 (((priv->undecorated_smoothed_pwdb) * in _rtl92e_process_phyinfo() 1792 priv->undecorated_smoothed_pwdb = in _rtl92e_process_phyinfo() 1793 priv->undecorated_smoothed_pwdb + 1; in _rtl92e_process_phyinfo() 1795 priv->undecorated_smoothed_pwdb = in _rtl92e_process_phyinfo() 1796 (((priv->undecorated_smoothed_pwdb) * in _rtl92e_process_phyinfo() 2271 if (priv->undecorated_smoothed_pwdb >= (RateAdaptiveTH_High+5)) { in rtl92e_is_rx_stuck() [all …]
|
| H A D | rtl_core.h | 494 long undecorated_smoothed_pwdb; member
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/ |
| H A D | r8192U_dm.c | 119 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 …]
|
| H A D | r8192U_core.c | 2925 if (priv->undecorated_smoothed_pwdb >= (RATE_ADAPTIVE_TH_HIGH + 5)) { in HalRxCheckStuck819xUsb() 2927 } else if (priv->undecorated_smoothed_pwdb < (RATE_ADAPTIVE_TH_HIGH + 5) && in HalRxCheckStuck819xUsb() 2928 …((priv->CurrentChannelBW != HT_CHANNEL_WIDTH_20 && priv->undecorated_smoothed_pwdb >= RATE_ADAPTIV… in HalRxCheckStuck819xUsb() 2929 …(priv->CurrentChannelBW == HT_CHANNEL_WIDTH_20 && priv->undecorated_smoothed_pwdb >= RATE_ADAPTIVE… in HalRxCheckStuck819xUsb() 2934 …} else if (((priv->CurrentChannelBW != HT_CHANNEL_WIDTH_20 && priv->undecorated_smoothed_pwdb < RA… in HalRxCheckStuck819xUsb() 2935 …(priv->CurrentChannelBW == HT_CHANNEL_WIDTH_20 && priv->undecorated_smoothed_pwdb < RATE_ADAPTIVE_… in HalRxCheckStuck819xUsb() 2936 priv->undecorated_smoothed_pwdb >= VERY_LOW_RSSI) { in HalRxCheckStuck819xUsb() 3868 if (priv->undecorated_smoothed_pwdb < 0) in rtl8192_process_phyinfo() 3870 priv->undecorated_smoothed_pwdb = in rtl8192_process_phyinfo() 3872 if (pprevious_stats->RxPWDBAll > (u32)priv->undecorated_smoothed_pwdb) { in rtl8192_process_phyinfo() [all …]
|
| H A D | r8192U.h | 949 long undecorated_smoothed_pwdb; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
| H A D | dm.h | 234 (((struct rtl_priv *)(_priv))->dm.undecorated_smoothed_pwdb))
|