Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/r8188eu/hal/
Dodm_HWConfig.c130 pPhyInfo->RxPWDBAll = PWDB_ALL; in odm_RxPhyStatus92CSeries_Parsing()
136 if (pPhyInfo->RxPWDBAll > 40) { in odm_RxPhyStatus92CSeries_Parsing()
178 pPhyInfo->RxPWDBAll = PWDB_ALL; in odm_RxPhyStatus92CSeries_Parsing()
244 ODM_AntselStatistics_88E(dm_odm, antsel_tr_mux, pPktinfo->StationID, pPhyInfo->RxPWDBAll); in odm_Process_RSSIForDM()
278 UndecoratedSmoothedOFDM = pPhyInfo->RxPWDBAll; in odm_Process_RSSIForDM()
280 if (pPhyInfo->RxPWDBAll > (u32)UndecoratedSmoothedOFDM) { in odm_Process_RSSIForDM()
295 RSSI_Ave = pPhyInfo->RxPWDBAll; in odm_Process_RSSIForDM()
299 UndecoratedSmoothedCCK = pPhyInfo->RxPWDBAll; in odm_Process_RSSIForDM()
301 if (pPhyInfo->RxPWDBAll > (u32)UndecoratedSmoothedCCK) { in odm_Process_RSSIForDM()
304 pPhyInfo->RxPWDBAll) / Rx_Smooth_Factor; in odm_Process_RSSIForDM()
[all …]
Dodm_RTL8188E.c163 …d ODM_AntselStatistics_88E(struct odm_dm_struct *dm_odm, u8 antsel_tr_mux, u32 MacId, u8 RxPWDBAll) in ODM_AntselStatistics_88E() argument
168 dm_fat_tbl->MainAnt_Sum[MacId] += RxPWDBAll; in ODM_AntselStatistics_88E()
171 dm_fat_tbl->AuxAnt_Sum[MacId] += RxPWDBAll; in ODM_AntselStatistics_88E()
176 dm_fat_tbl->MainAnt_Sum[MacId] += RxPWDBAll; in ODM_AntselStatistics_88E()
179 dm_fat_tbl->AuxAnt_Sum[MacId] += RxPWDBAll; in ODM_AntselStatistics_88E()
/linux-5.19.10/drivers/staging/r8188eu/include/
Dodm_RTL8188E.h24 u32 MacId, u8 RxPWDBAll);
Drtw_recv.h66 u8 RxPWDBAll; member
Drtw_mlme.h281 u8 RxPWDBAll; member
/linux-5.19.10/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_dev.c1570 pstats->RxPWDBAll = precord_stats->RxPWDBAll = pwdb_all; in _rtl92e_query_rxphystatus()
1576 if (pstats->RxPWDBAll > 40) { in _rtl92e_query_rxphystatus()
1623 pstats->RxPWDBAll = precord_stats->RxPWDBAll = pwdb_all; in _rtl92e_query_rxphystatus()
1764 priv->stats.Slide_Beacon_Total += prev_st->RxPWDBAll; in _rtl92e_process_phyinfo()
1766 prev_st->RxPWDBAll; in _rtl92e_process_phyinfo()
1770 prev_st->RxPWDBAll = priv->stats.Slide_Beacon_Total / in _rtl92e_process_phyinfo()
1772 if (prev_st->RxPWDBAll >= 3) in _rtl92e_process_phyinfo()
1773 prev_st->RxPWDBAll -= 3; in _rtl92e_process_phyinfo()
1778 prev_st->RxPWDBAll); in _rtl92e_process_phyinfo()
1783 priv->undecorated_smoothed_pwdb = prev_st->RxPWDBAll; in _rtl92e_process_phyinfo()
[all …]
/linux-5.19.10/drivers/staging/rtl8192u/
Dr8192U_core.c3829 pprevious_stats->RxPWDBAll); in rtl8192_process_phyinfo()
3838 priv->stats.Slide_Beacon_Total += pprevious_stats->RxPWDBAll; in rtl8192_process_phyinfo()
3839 priv->stats.Slide_Beacon_pwdb[slide_beacon_adc_pwdb_index] = pprevious_stats->RxPWDBAll; in rtl8192_process_phyinfo()
3843 pprevious_stats->RxPWDBAll = priv->stats.Slide_Beacon_Total / slide_beacon_adc_pwdb_statistics; in rtl8192_process_phyinfo()
3844 if (pprevious_stats->RxPWDBAll >= 3) in rtl8192_process_phyinfo()
3845 pprevious_stats->RxPWDBAll -= 3; in rtl8192_process_phyinfo()
3850 pprevious_stats->RxPWDBAll); in rtl8192_process_phyinfo()
3858 pprevious_stats->RxPWDBAll; in rtl8192_process_phyinfo()
3859 if (pprevious_stats->RxPWDBAll > (u32)priv->undecorated_smoothed_pwdb) { in rtl8192_process_phyinfo()
3862 (pprevious_stats->RxPWDBAll)) / (RX_SMOOTH_FACTOR); in rtl8192_process_phyinfo()
[all …]
/linux-5.19.10/drivers/staging/rtl8192e/
Drtllib.h606 u32 RxPWDBAll; member
/linux-5.19.10/drivers/staging/rtl8192u/ieee80211/
Dieee80211.h732 u32 RxPWDBAll; member