Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/r8188eu/hal/
Dodm_HWConfig.c238 pPhyInfo->RxPWDBAll = PWDB_ALL; in odm_RxPhyStatus92CSeries_Parsing()
247 } else if (pPhyInfo->RxPWDBAll > 40 && !dm_odm->bInHctTest) { in odm_RxPhyStatus92CSeries_Parsing()
314 pPhyInfo->RxPWDBAll = PWDB_ALL; in odm_RxPhyStatus92CSeries_Parsing()
396 pDM_FatTable->antSumRSSI[antsel_tr_mux] += pPhyInfo->RxPWDBAll; in odm_Process_RSSIForDM()
404 ODM_AntselStatistics_88E(dm_odm, antsel_tr_mux, pPktinfo->StationID, pPhyInfo->RxPWDBAll); in odm_Process_RSSIForDM()
438 UndecoratedSmoothedOFDM = pPhyInfo->RxPWDBAll; in odm_Process_RSSIForDM()
440 if (pPhyInfo->RxPWDBAll > (u32)UndecoratedSmoothedOFDM) { in odm_Process_RSSIForDM()
455 RSSI_Ave = pPhyInfo->RxPWDBAll; in odm_Process_RSSIForDM()
459 UndecoratedSmoothedCCK = pPhyInfo->RxPWDBAll; in odm_Process_RSSIForDM()
461 if (pPhyInfo->RxPWDBAll > (u32)UndecoratedSmoothedCCK) { in odm_Process_RSSIForDM()
[all …]
Dodm_RTL8188E.c223 …d ODM_AntselStatistics_88E(struct odm_dm_struct *dm_odm, u8 antsel_tr_mux, u32 MacId, u8 RxPWDBAll) in ODM_AntselStatistics_88E() argument
228 dm_fat_tbl->MainAnt_Sum[MacId] += RxPWDBAll; in ODM_AntselStatistics_88E()
231 dm_fat_tbl->AuxAnt_Sum[MacId] += RxPWDBAll; in ODM_AntselStatistics_88E()
236 dm_fat_tbl->MainAnt_Sum[MacId] += RxPWDBAll; in ODM_AntselStatistics_88E()
239 dm_fat_tbl->AuxAnt_Sum[MacId] += RxPWDBAll; in ODM_AntselStatistics_88E()
/Linux-v5.15/drivers/staging/r8188eu/include/
Dodm_RTL8188E.h26 u32 MacId, u8 RxPWDBAll);
Drtw_recv.h73 u8 RxPWDBAll; member
Drtw_mlme.h293 u8 RxPWDBAll; member
Dodm.h271 u8 RxPWDBAll; member
/Linux-v5.15/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_dev.c1569 pstats->RxPWDBAll = precord_stats->RxPWDBAll = pwdb_all; in _rtl92e_query_rxphystatus()
1575 if (pstats->RxPWDBAll > 40) { in _rtl92e_query_rxphystatus()
1623 pstats->RxPWDBAll = precord_stats->RxPWDBAll = pwdb_all; in _rtl92e_query_rxphystatus()
1765 priv->stats.Slide_Beacon_Total += prev_st->RxPWDBAll; in _rtl92e_process_phyinfo()
1767 prev_st->RxPWDBAll; in _rtl92e_process_phyinfo()
1771 prev_st->RxPWDBAll = priv->stats.Slide_Beacon_Total / in _rtl92e_process_phyinfo()
1773 if (prev_st->RxPWDBAll >= 3) in _rtl92e_process_phyinfo()
1774 prev_st->RxPWDBAll -= 3; in _rtl92e_process_phyinfo()
1779 prev_st->RxPWDBAll); in _rtl92e_process_phyinfo()
1784 priv->undecorated_smoothed_pwdb = prev_st->RxPWDBAll; in _rtl92e_process_phyinfo()
[all …]
/Linux-v5.15/drivers/staging/rtl8192u/
Dr8192U_core.c3836 pprevious_stats->RxPWDBAll); in rtl8192_process_phyinfo()
3845 priv->stats.Slide_Beacon_Total += pprevious_stats->RxPWDBAll; in rtl8192_process_phyinfo()
3846 priv->stats.Slide_Beacon_pwdb[slide_beacon_adc_pwdb_index] = pprevious_stats->RxPWDBAll; in rtl8192_process_phyinfo()
3850 pprevious_stats->RxPWDBAll = priv->stats.Slide_Beacon_Total / slide_beacon_adc_pwdb_statistics; in rtl8192_process_phyinfo()
3851 if (pprevious_stats->RxPWDBAll >= 3) in rtl8192_process_phyinfo()
3852 pprevious_stats->RxPWDBAll -= 3; in rtl8192_process_phyinfo()
3857 pprevious_stats->RxPWDBAll); in rtl8192_process_phyinfo()
3865 pprevious_stats->RxPWDBAll; in rtl8192_process_phyinfo()
3866 if (pprevious_stats->RxPWDBAll > (u32)priv->undecorated_smoothed_pwdb) { in rtl8192_process_phyinfo()
3869 (pprevious_stats->RxPWDBAll)) / (RX_SMOOTH_FACTOR); in rtl8192_process_phyinfo()
[all …]
/Linux-v5.15/drivers/staging/rtl8192e/
Drtllib.h606 u32 RxPWDBAll; member
/Linux-v5.15/drivers/staging/rtl8192u/ieee80211/
Dieee80211.h732 u32 RxPWDBAll; member