Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/rtl8188eu/hal/
Dhal8188e_rate_adaptive.c146 if (pRaInfo->RAWaitingCounter == 1) { in odm_RateDown_8188E()
147 pRaInfo->RAWaitingCounter += 1; in odm_RateDown_8188E()
149 } else if (pRaInfo->RAWaitingCounter == 0) { in odm_RateDown_8188E()
152 pRaInfo->RAWaitingCounter = 0; in odm_RateDown_8188E()
165 pRaInfo->RAWaitingCounter, pRaInfo->RAPendingCounter)); in odm_RateDown_8188E()
191 if (pRaInfo->RAWaitingCounter == 1) { in odm_RateUp_8188E()
192 pRaInfo->RAWaitingCounter = 0; in odm_RateUp_8188E()
194 } else if (pRaInfo->RAWaitingCounter > 1) { in odm_RateUp_8188E()
218 if (pRaInfo->RAWaitingCounter == in odm_RateUp_8188E()
220 pRaInfo->RAWaitingCounter = 0; in odm_RateUp_8188E()
[all …]
/Linux-v5.10/drivers/staging/rtl8188eu/include/
Dodm.h553 u8 RAWaitingCounter; member
/Linux-v5.10/drivers/staging/rtl8723bs/hal/
Dodm.h662 u8 RAWaitingCounter; member