Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/drivers/staging/r8188eu/include/
Dodm_RTL8188E.h24 u32 MacId, u8 RxPWDBAll);
Drtw_recv.h66 u8 RxPWDBAll; member
Drtw_mlme.h269 u8 RxPWDBAll; member
/linux-6.1.9/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_dev.c1433 pstats->RxPWDBAll = precord_stats->RxPWDBAll = pwdb_all; in _rtl92e_query_rxphystatus()
1439 if (pstats->RxPWDBAll > 40) { in _rtl92e_query_rxphystatus()
1486 pstats->RxPWDBAll = precord_stats->RxPWDBAll = pwdb_all; in _rtl92e_query_rxphystatus()
1621 priv->stats.Slide_Beacon_Total += prev_st->RxPWDBAll; in _rtl92e_process_phyinfo()
1623 prev_st->RxPWDBAll; in _rtl92e_process_phyinfo()
1627 prev_st->RxPWDBAll = priv->stats.Slide_Beacon_Total / in _rtl92e_process_phyinfo()
1629 if (prev_st->RxPWDBAll >= 3) in _rtl92e_process_phyinfo()
1630 prev_st->RxPWDBAll -= 3; in _rtl92e_process_phyinfo()
1635 priv->undecorated_smoothed_pwdb = prev_st->RxPWDBAll; in _rtl92e_process_phyinfo()
1636 if (prev_st->RxPWDBAll > (u32)priv->undecorated_smoothed_pwdb) { in _rtl92e_process_phyinfo()
[all …]
/linux-6.1.9/drivers/staging/rtl8192u/
Dr8192U_core.c3655 pprevious_stats->RxPWDBAll); in rtl8192_process_phyinfo()
3664 priv->stats.Slide_Beacon_Total += pprevious_stats->RxPWDBAll; in rtl8192_process_phyinfo()
3665 priv->stats.Slide_Beacon_pwdb[slide_beacon_adc_pwdb_index] = pprevious_stats->RxPWDBAll; in rtl8192_process_phyinfo()
3669 pprevious_stats->RxPWDBAll = priv->stats.Slide_Beacon_Total / slide_beacon_adc_pwdb_statistics; in rtl8192_process_phyinfo()
3670 if (pprevious_stats->RxPWDBAll >= 3) in rtl8192_process_phyinfo()
3671 pprevious_stats->RxPWDBAll -= 3; in rtl8192_process_phyinfo()
3676 pprevious_stats->RxPWDBAll); in rtl8192_process_phyinfo()
3684 pprevious_stats->RxPWDBAll; in rtl8192_process_phyinfo()
3685 if (pprevious_stats->RxPWDBAll > (u32)priv->undecorated_smoothed_pwdb) { in rtl8192_process_phyinfo()
3688 (pprevious_stats->RxPWDBAll)) / (RX_SMOOTH_FACTOR); in rtl8192_process_phyinfo()
[all …]
/linux-6.1.9/drivers/staging/rtl8192e/
Drtllib.h606 u32 RxPWDBAll; member
/linux-6.1.9/drivers/staging/rtl8192u/ieee80211/
Dieee80211.h732 u32 RxPWDBAll; member