Home
last modified time | relevance | path

Searched refs:bPerformance (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/phydm/
H A Dphydm_dig.c94 IN BOOLEAN bPerformance, in odm_FAThresholdCheck() argument
102 if(pDM_Odm->bLinked && (bPerformance||bDFSBand)) in odm_FAThresholdCheck()
745 BOOLEAN bPerformance = TRUE, bFirstTpTarget = FALSE, bFirstCoverage = FALSE; in odm_DIG() local
826 bPerformance = TRUE; in odm_DIG()
831 bPerformance = FALSE; in odm_DIG()
851 bPerformance = TRUE; in odm_DIG()
860 bPerformance = FALSE; in odm_DIG()
866 bPerformance = TRUE; in odm_DIG()
873 bPerformance = pDM_DigTable->bTpTarget; in odm_DIG()
875 if(!bPerformance) in odm_DIG()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/phydm/
H A Dphydm_dig.c94 IN BOOLEAN bPerformance, in odm_FAThresholdCheck() argument
102 if(pDM_Odm->bLinked && (bPerformance||bDFSBand)) in odm_FAThresholdCheck()
794 BOOLEAN bPerformance = TRUE, bFirstTpTarget = FALSE, bFirstCoverage = FALSE; in odm_DIG() local
875 bPerformance = TRUE; in odm_DIG()
880 bPerformance = FALSE; in odm_DIG()
900 bPerformance = TRUE; in odm_DIG()
909 bPerformance = FALSE; in odm_DIG()
915 bPerformance = TRUE; in odm_DIG()
922 bPerformance = pDM_DigTable->bTpTarget; in odm_DIG()
924 if(!bPerformance) in odm_DIG()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/phydm/
H A Dphydm_dig.c94 IN BOOLEAN bPerformance, in odm_FAThresholdCheck() argument
102 if(pDM_Odm->bLinked && (bPerformance||bDFSBand)) in odm_FAThresholdCheck()
869 BOOLEAN bPerformance = TRUE, bFirstTpTarget = FALSE, bFirstCoverage = FALSE; in odm_DIG() local
914 bPerformance = TRUE; in odm_DIG()
919 bPerformance = FALSE; in odm_DIG()
939 bPerformance = TRUE; in odm_DIG()
948 bPerformance = FALSE; in odm_DIG()
954 bPerformance = TRUE; in odm_DIG()
961 bPerformance = pDM_DigTable->bTpTarget; in odm_DIG()
963 if(!bPerformance) in odm_DIG()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/hal/
H A Dodm_DIG.c521 bool bPerformance = true, bFirstTpTarget = false, bFirstCoverage = false; in odm_DIG() local
546 if (pDM_Odm->bLinked && bPerformance) { in odm_DIG()
677 odm_FAThresholdCheck(pDM_Odm, bDFSBand, bPerformance, RxTp, TxTp, dm_FA_thres); in odm_DIG()
681 if (pDM_Odm->bLinked && bPerformance) { in odm_DIG()
690 if (bFirstTpTarget || (FirstConnect && bPerformance)) { in odm_DIG()
1059 bool bPerformance, in odm_FAThresholdCheck() argument
1067 if (pDM_Odm->bLinked && (bPerformance || bDFSBand)) { in odm_FAThresholdCheck()
H A Dodm_DIG.h173 bool bPerformance,
/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_venc.cpp90 RK_BOOL bPerformance; member
438 if (!pstCtx->bPerformance) in venc_send_frame()
446 if (pstCtx->bPerformance) in venc_send_frame()
450 if (pstCtx->bPerformance) { in venc_send_frame()
840 RK_PRINT("performance test : %d\n", ctx->bPerformance); in mpi_venc_test_show_options()
968 OPT_INTEGER('\0', "performance", &(ctx.bPerformance), in main()