Home
last modified time | relevance | path

Searched refs:DecisionRate (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/hal/
H A Dhal8188e_rate_adaptive.c159 pRaInfo->DecisionRate = RateID; in odm_RateDown_8188E()
224 pRaInfo->DecisionRate = RateID; in odm_RateUp_8188E()
239 RateID = pRaInfo->DecisionRate; in odm_ResetRaCounter_8188E()
314 if (pRaInfo->DecisionRate > pRaInfo->HighestRate) in odm_RateDecision_8188E()
315 pRaInfo->DecisionRate = pRaInfo->HighestRate; in odm_RateDecision_8188E()
317 if ((pRaInfo->DecisionRate) == (pRaInfo->PreRate)) in odm_RateDecision_8188E()
329 pRaInfo->PreRate = pRaInfo->DecisionRate; /* YJ, add, 120120 */ in odm_RateDecision_8188E()
420 if (pRaInfo->DecisionRate > pRaInfo->HighestRate) in odm_ARFBRefresh_8188E()
421 pRaInfo->DecisionRate = pRaInfo->HighestRate; in odm_ARFBRefresh_8188E()
425 …Info->RateID, pRaInfo->RateMask, pRaInfo->RAUseRate, pRaInfo->HighestRate, pRaInfo->DecisionRate)); in odm_ARFBRefresh_8188E()
[all …]
H A Dusb_halinit.c1849 haldata->odmpriv.RAInfo[entry_id].DecisionRate, in rtw_hal_get_def_var()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/phydm/rtl8188e/
H A Dhal8188erateadaptive.c287 pRaInfo->DecisionRate=RateID; in odm_RateDown_8188E()
357 pRaInfo->DecisionRate=RateID; in odm_RateUp_8188E()
366 RateID=pRaInfo->DecisionRate; in odm_ResetRaCounter_8188E()
442 if(pRaInfo->DecisionRate > pRaInfo->HighestRate) in odm_RateDecision_8188E()
443 pRaInfo->DecisionRate = pRaInfo->HighestRate; in odm_RateDecision_8188E()
445 if ((pRaInfo->DecisionRate)==(pRaInfo->PreRate)) in odm_RateDecision_8188E()
456 pRaInfo->PreRate = pRaInfo->DecisionRate; //YJ,add,120120 in odm_RateDecision_8188E()
557 if(pRaInfo->DecisionRate > pRaInfo->HighestRate) in odm_ARFBRefresh_8188E()
558 pRaInfo->DecisionRate = pRaInfo->HighestRate; in odm_ARFBRefresh_8188E()
562 …aInfo->RateID, pRaInfo->RateMask, pRaInfo->RAUseRate, pRaInfo->HighestRate,pRaInfo->DecisionRate)); in odm_ARFBRefresh_8188E()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/phydm/
H A Dphydm_rainfo.h121 u1Byte DecisionRate; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/phydm/
H A Dphydm_rainfo.h118 u1Byte DecisionRate; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/phydm/
H A Dphydm_rainfo.h178 u1Byte DecisionRate; member
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/include/
H A Dodm.h542 u8 DecisionRate; member
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/hal/
H A Dodm.h648 u8 DecisionRate; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/rtl8188e/
H A Drtl8188e_hal_init.c5516 HDATA_RATE(pHalData->odmpriv.RAInfo[mac_id].DecisionRate)); in GetHalDefVar8188E()