Searched refs:DecisionRate (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/hal/ |
| H A D | hal8188e_rate_adaptive.c | 159 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 D | usb_halinit.c | 1849 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 D | hal8188erateadaptive.c | 287 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 D | phydm_rainfo.h | 121 u1Byte DecisionRate; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/phydm/ |
| H A D | phydm_rainfo.h | 118 u1Byte DecisionRate; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/phydm/ |
| H A D | phydm_rainfo.h | 178 u1Byte DecisionRate; member
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/include/ |
| H A D | odm.h | 542 u8 DecisionRate; member
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/hal/ |
| H A D | odm.h | 648 u8 DecisionRate; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/rtl8188e/ |
| H A D | rtl8188e_hal_init.c | 5516 HDATA_RATE(pHalData->odmpriv.RAInfo[mac_id].DecisionRate)); in GetHalDefVar8188E()
|