Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8188eu/hal/
DHal8188ERateAdaptive.c161 pRaInfo->RAPendingCounter += 1; in odm_RateDown_8188E()
166 pRaInfo->RAPendingCounter = 0; in odm_RateDown_8188E()
169 if (pRaInfo->RAPendingCounter >= 4) in odm_RateDown_8188E()
170 pRaInfo->RAPendingCounter = 4; in odm_RateDown_8188E()
178 pRaInfo->RAWaitingCounter, pRaInfo->RAPendingCounter)); in odm_RateDown_8188E()
208 pRaInfo->RAPendingCounter = 0; in odm_RateUp_8188E()
234 (4+PendingForRateUpFail[pRaInfo->RAPendingCounter])) in odm_RateUp_8188E()
244 pRaInfo->RAWaitingCounter, pRaInfo->RAPendingCounter)); in odm_RateUp_8188E()
274 pRaInfo->RAPendingCounter = 0; in odm_RateDecision_8188E()
599 pRaInfo->RAPendingCounter = 0; in ODM_RAInfo_Init()
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Dodm.h594 u8 RAPendingCounter; member