Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8188eu/hal/
Dodm_HWConfig.c160 pPhyInfo->RxPWDBAll = PWDB_ALL; in odm_RxPhyStatus92CSeries_Parsing()
167 if (pPhyInfo->RxPWDBAll > 40 && !dm_odm->bInHctTest) { in odm_RxPhyStatus92CSeries_Parsing()
224 pPhyInfo->RxPWDBAll = PWDB_ALL; in odm_RxPhyStatus92CSeries_Parsing()
297 pDM_FatTable->antSumRSSI[antsel_tr_mux] += pPhyInfo->RxPWDBAll; in odm_Process_RSSIForDM()
305 rtl88eu_dm_ant_sel_statistics(dm_odm, antsel_tr_mux, pPktinfo->StationID, pPhyInfo->RxPWDBAll); in odm_Process_RSSIForDM()
338 UndecoratedSmoothedOFDM = pPhyInfo->RxPWDBAll; in odm_Process_RSSIForDM()
340 if (pPhyInfo->RxPWDBAll > (u32)UndecoratedSmoothedOFDM) { in odm_Process_RSSIForDM()
355 RSSI_Ave = pPhyInfo->RxPWDBAll; in odm_Process_RSSIForDM()
359 UndecoratedSmoothedCCK = pPhyInfo->RxPWDBAll; in odm_Process_RSSIForDM()
361 if (pPhyInfo->RxPWDBAll > (u32)UndecoratedSmoothedCCK) { in odm_Process_RSSIForDM()
[all …]
/Linux-v4.19/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_dev.c1585 pstats->RxPWDBAll = precord_stats->RxPWDBAll = pwdb_all; in _rtl92e_query_rxphystatus()
1591 if (pstats->RxPWDBAll > 40) { in _rtl92e_query_rxphystatus()
1639 pstats->RxPWDBAll = precord_stats->RxPWDBAll = pwdb_all; in _rtl92e_query_rxphystatus()
1782 priv->stats.Slide_Beacon_Total += prev_st->RxPWDBAll; in _rtl92e_process_phyinfo()
1784 prev_st->RxPWDBAll; in _rtl92e_process_phyinfo()
1788 prev_st->RxPWDBAll = priv->stats.Slide_Beacon_Total / in _rtl92e_process_phyinfo()
1790 if (prev_st->RxPWDBAll >= 3) in _rtl92e_process_phyinfo()
1791 prev_st->RxPWDBAll -= 3; in _rtl92e_process_phyinfo()
1796 prev_st->RxPWDBAll); in _rtl92e_process_phyinfo()
1801 priv->undecorated_smoothed_pwdb = prev_st->RxPWDBAll; in _rtl92e_process_phyinfo()
[all …]
/Linux-v4.19/drivers/staging/rtl8192u/
Dr8192U_core.c4019 pprevious_stats->RxPWDBAll); in rtl8192_process_phyinfo()
4028 priv->stats.Slide_Beacon_Total += pprevious_stats->RxPWDBAll; in rtl8192_process_phyinfo()
4029 priv->stats.Slide_Beacon_pwdb[slide_beacon_adc_pwdb_index] = pprevious_stats->RxPWDBAll; in rtl8192_process_phyinfo()
4033 pprevious_stats->RxPWDBAll = priv->stats.Slide_Beacon_Total / slide_beacon_adc_pwdb_statistics; in rtl8192_process_phyinfo()
4034 if (pprevious_stats->RxPWDBAll >= 3) in rtl8192_process_phyinfo()
4035 pprevious_stats->RxPWDBAll -= 3; in rtl8192_process_phyinfo()
4040 pprevious_stats->RxPWDBAll); in rtl8192_process_phyinfo()
4049 pprevious_stats->RxPWDBAll; in rtl8192_process_phyinfo()
4050 if (pprevious_stats->RxPWDBAll > (u32)priv->undecorated_smoothed_pwdb) { in rtl8192_process_phyinfo()
4053 (pprevious_stats->RxPWDBAll)) / (Rx_Smooth_Factor); in rtl8192_process_phyinfo()
[all …]
/Linux-v4.19/drivers/staging/rtl8188eu/include/
Drtw_recv.h68 u8 RxPWDBAll; member
Dodm.h256 u8 RxPWDBAll; member
/Linux-v4.19/drivers/staging/rtl8192e/
Drtllib.h611 u32 RxPWDBAll; member
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/
Dieee80211.h736 u32 RxPWDBAll; member