Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_dev.c1315 pstats->RxPWDBAll = precord_stats->RxPWDBAll = pwdb_all; in _rtl92e_query_rxphystatus()
1321 if (pstats->RxPWDBAll > 40) { in _rtl92e_query_rxphystatus()
1361 pstats->RxPWDBAll = precord_stats->RxPWDBAll = pwdb_all; in _rtl92e_query_rxphystatus()
1483 priv->stats.slide_beacon_total += prev_st->RxPWDBAll; in _rtl92e_process_phyinfo()
1485 prev_st->RxPWDBAll; in _rtl92e_process_phyinfo()
1489 prev_st->RxPWDBAll = priv->stats.slide_beacon_total / in _rtl92e_process_phyinfo()
1491 if (prev_st->RxPWDBAll >= 3) in _rtl92e_process_phyinfo()
1492 prev_st->RxPWDBAll -= 3; in _rtl92e_process_phyinfo()
1497 priv->undecorated_smoothed_pwdb = prev_st->RxPWDBAll; in _rtl92e_process_phyinfo()
1498 if (prev_st->RxPWDBAll > (u32)priv->undecorated_smoothed_pwdb) { in _rtl92e_process_phyinfo()
[all …]
/openbmc/linux/drivers/staging/rtl8192u/
H A 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 …]
/openbmc/linux/drivers/staging/rtl8192e/
H A Drtllib.h562 u32 RxPWDBAll; member
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211.h669 u32 RxPWDBAll; member