Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/r8188eu/hal/
DHal8188ERateAdaptive.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()
176 if (pRaInfo->RAWaitingCounter == 1) { in odm_RateUp_8188E()
177 pRaInfo->RAWaitingCounter = 0; in odm_RateUp_8188E()
179 } else if (pRaInfo->RAWaitingCounter > 1) { in odm_RateUp_8188E()
201 if (pRaInfo->RAWaitingCounter == (4 + PendingForRateUpFail[pRaInfo->RAPendingCounter])) in odm_RateUp_8188E()
202 pRaInfo->RAWaitingCounter = 0; in odm_RateUp_8188E()
204 pRaInfo->RAWaitingCounter++; in odm_RateUp_8188E()
[all …]
/Linux-v5.15/drivers/staging/r8188eu/include/
Dodm.h606 u8 RAWaitingCounter; member