Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_dev.c1249 pstats->RxPWDBAll = precord_stats->RxPWDBAll = pwdb_all; in _rtl92e_query_rxphystatus()
1255 if (pstats->RxPWDBAll > 40) { in _rtl92e_query_rxphystatus()
1295 pstats->RxPWDBAll = precord_stats->RxPWDBAll = pwdb_all; in _rtl92e_query_rxphystatus()
1408 priv->stats.slide_beacon_total += prev_st->RxPWDBAll; in _rtl92e_process_phyinfo()
1410 prev_st->RxPWDBAll; in _rtl92e_process_phyinfo()
1414 prev_st->RxPWDBAll = priv->stats.slide_beacon_total / in _rtl92e_process_phyinfo()
1416 if (prev_st->RxPWDBAll >= 3) in _rtl92e_process_phyinfo()
1417 prev_st->RxPWDBAll -= 3; in _rtl92e_process_phyinfo()
1422 priv->undecorated_smoothed_pwdb = prev_st->RxPWDBAll; in _rtl92e_process_phyinfo()
1423 if (prev_st->RxPWDBAll > (u32)priv->undecorated_smoothed_pwdb) { in _rtl92e_process_phyinfo()
[all …]
/linux-6.12.1/drivers/staging/rtl8192e/
Drtllib.h482 u32 RxPWDBAll; member