Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/realtek/rtw88/
Dps.h8 #define RTW_LPS_THRESHOLD 2 macro
Drx.c28 if (rtwvif->stats.rx_cnt > RTW_LPS_THRESHOLD) in rtw_rx_stats()
Dtx.c30 if (rtwvif->stats.tx_cnt > RTW_LPS_THRESHOLD) in rtw_tx_stats()
Dmain.c131 if (rtwvif->stats.tx_cnt > RTW_LPS_THRESHOLD || in rtw_vif_watch_dog_iter()
132 rtwvif->stats.rx_cnt > RTW_LPS_THRESHOLD) in rtw_vif_watch_dog_iter()