Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/rtl8188eu/hal/
Dodm_hwconfig.c148 pPhyInfo->RxPWDBAll = PWDB_ALL; in odm_RxPhyStatus92CSeries_Parsing()
155 if (pPhyInfo->RxPWDBAll > 40 && !dm_odm->bInHctTest) { in odm_RxPhyStatus92CSeries_Parsing()
212 pPhyInfo->RxPWDBAll = PWDB_ALL; in odm_RxPhyStatus92CSeries_Parsing()
286 pDM_FatTable->antSumRSSI[antsel_tr_mux] += pPhyInfo->RxPWDBAll; in odm_Process_RSSIForDM()
294 rtl88eu_dm_ant_sel_statistics(dm_odm, antsel_tr_mux, pPktinfo->StationID, pPhyInfo->RxPWDBAll); in odm_Process_RSSIForDM()
327 UndecoratedSmoothedOFDM = pPhyInfo->RxPWDBAll; in odm_Process_RSSIForDM()
329 if (pPhyInfo->RxPWDBAll > (u32)UndecoratedSmoothedOFDM) { in odm_Process_RSSIForDM()
344 RSSI_Ave = pPhyInfo->RxPWDBAll; in odm_Process_RSSIForDM()
348 UndecoratedSmoothedCCK = pPhyInfo->RxPWDBAll; in odm_Process_RSSIForDM()
350 if (pPhyInfo->RxPWDBAll > (u32)UndecoratedSmoothedCCK) { in odm_Process_RSSIForDM()
[all …]
/Linux-v5.4/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_dev.c1571 pstats->RxPWDBAll = precord_stats->RxPWDBAll = pwdb_all; in _rtl92e_query_rxphystatus()
1577 if (pstats->RxPWDBAll > 40) { in _rtl92e_query_rxphystatus()
1625 pstats->RxPWDBAll = precord_stats->RxPWDBAll = pwdb_all; in _rtl92e_query_rxphystatus()
1768 priv->stats.Slide_Beacon_Total += prev_st->RxPWDBAll; in _rtl92e_process_phyinfo()
1770 prev_st->RxPWDBAll; in _rtl92e_process_phyinfo()
1774 prev_st->RxPWDBAll = priv->stats.Slide_Beacon_Total / in _rtl92e_process_phyinfo()
1776 if (prev_st->RxPWDBAll >= 3) in _rtl92e_process_phyinfo()
1777 prev_st->RxPWDBAll -= 3; in _rtl92e_process_phyinfo()
1782 prev_st->RxPWDBAll); in _rtl92e_process_phyinfo()
1787 priv->undecorated_smoothed_pwdb = prev_st->RxPWDBAll; in _rtl92e_process_phyinfo()
[all …]
/Linux-v5.4/drivers/staging/rtl8192u/
Dr8192U_core.c3888 pprevious_stats->RxPWDBAll); in rtl8192_process_phyinfo()
3897 priv->stats.Slide_Beacon_Total += pprevious_stats->RxPWDBAll; in rtl8192_process_phyinfo()
3898 priv->stats.Slide_Beacon_pwdb[slide_beacon_adc_pwdb_index] = pprevious_stats->RxPWDBAll; in rtl8192_process_phyinfo()
3902 pprevious_stats->RxPWDBAll = priv->stats.Slide_Beacon_Total / slide_beacon_adc_pwdb_statistics; in rtl8192_process_phyinfo()
3903 if (pprevious_stats->RxPWDBAll >= 3) in rtl8192_process_phyinfo()
3904 pprevious_stats->RxPWDBAll -= 3; in rtl8192_process_phyinfo()
3909 pprevious_stats->RxPWDBAll); in rtl8192_process_phyinfo()
3918 pprevious_stats->RxPWDBAll; in rtl8192_process_phyinfo()
3919 if (pprevious_stats->RxPWDBAll > (u32)priv->undecorated_smoothed_pwdb) { in rtl8192_process_phyinfo()
3922 (pprevious_stats->RxPWDBAll)) / (RX_SMOOTH_FACTOR); in rtl8192_process_phyinfo()
[all …]
/Linux-v5.4/drivers/staging/rtl8188eu/include/
Drtw_recv.h68 u8 RxPWDBAll; member
Dodm.h256 u8 RxPWDBAll; member
/Linux-v5.4/drivers/staging/rtl8192e/
Drtllib.h606 u32 RxPWDBAll; member
/Linux-v5.4/drivers/staging/rtl8192u/ieee80211/
Dieee80211.h732 u32 RxPWDBAll; member