Searched refs:pMptCtx (Results 1 – 3 of 3) sorted by relevance
151 struct mpt_context *pMptCtx = &pAdapter->mppriv.MptCtx; in MPT_InitializeAdapter() local156 pMptCtx->bMptDrvUnload = false; in MPT_InitializeAdapter()157 pMptCtx->bMassProdTest = false; in MPT_InitializeAdapter()158 pMptCtx->bMptIndexEven = true; /* default gain index is -6.0db */ in MPT_InitializeAdapter()159 pMptCtx->h2cReqNum = 0x0; in MPT_InitializeAdapter()163 pMptCtx->bMptWorkItemInProgress = false; in MPT_InitializeAdapter()164 pMptCtx->CurrMptAct = NULL; in MPT_InitializeAdapter()174 pMptCtx->backup0xc50 = (u8)PHY_QueryBBReg(pAdapter, rOFDM0_XAAGCCore1, bMaskByte0); in MPT_InitializeAdapter()175 pMptCtx->backup0xc58 = (u8)PHY_QueryBBReg(pAdapter, rOFDM0_XBAGCCore1, bMaskByte0); in MPT_InitializeAdapter()176 pMptCtx->backup0xc30 = (u8)PHY_QueryBBReg(pAdapter, rOFDM0_RxDetector1, bMaskByte0); in MPT_InitializeAdapter()[all …]
137 struct mpt_context *pMptCtx = &pAdapter->mppriv.MptCtx; in Hal_MPT_CCKTxPowerAdjustbyIndex() local146 if (beven && !pMptCtx->bMptIndexEven) { in Hal_MPT_CCKTxPowerAdjustbyIndex()149 pMptCtx->bMptIndexEven = true; in Hal_MPT_CCKTxPowerAdjustbyIndex()150 } else if (!beven && pMptCtx->bMptIndexEven) { in Hal_MPT_CCKTxPowerAdjustbyIndex()153 pMptCtx->bMptIndexEven = false; in Hal_MPT_CCKTxPowerAdjustbyIndex()
1068 struct mpt_context *pMptCtx = &adapt->mppriv.MptCtx; in PHY_IQCalibrate_8188E() local1091 singletone = pMptCtx->bSingleTone; in PHY_IQCalibrate_8188E()1092 carrier_sup = pMptCtx->bCarrierSuppression; in PHY_IQCalibrate_8188E()1199 struct mpt_context *pMptCtx = &adapt->mppriv.MptCtx; in PHY_LCCalibrate_8188E() local1202 singletone = pMptCtx->bSingleTone; in PHY_LCCalibrate_8188E()1203 carrier_sup = pMptCtx->bCarrierSuppression; in PHY_LCCalibrate_8188E()