Home
last modified time | relevance | path

Searched refs:RAWaitingCounter (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/staging/rtl8188eu/hal/
Dhal8188e_rate_adaptive.c160 if (pRaInfo->RAWaitingCounter == 1) { in odm_RateDown_8188E()
161 pRaInfo->RAWaitingCounter += 1; in odm_RateDown_8188E()
163 } else if (pRaInfo->RAWaitingCounter == 0) { in odm_RateDown_8188E()
166 pRaInfo->RAWaitingCounter = 0; in odm_RateDown_8188E()
179 pRaInfo->RAWaitingCounter, pRaInfo->RAPendingCounter)); in odm_RateDown_8188E()
207 if (pRaInfo->RAWaitingCounter == 1) { in odm_RateUp_8188E()
208 pRaInfo->RAWaitingCounter = 0; in odm_RateUp_8188E()
210 } else if (pRaInfo->RAWaitingCounter > 1) { in odm_RateUp_8188E()
234 if (pRaInfo->RAWaitingCounter == in odm_RateUp_8188E()
236 pRaInfo->RAWaitingCounter = 0; in odm_RateUp_8188E()
[all …]
/Linux-v4.19/drivers/staging/rtl8188eu/include/
Dodm.h556 u8 RAWaitingCounter; member
/Linux-v4.19/drivers/staging/rtl8723bs/hal/
Dodm.h662 u8 RAWaitingCounter; member