Searched refs:clientConfig (Results 1 – 2 of 2) sorted by relevance
779 nTotalDuration = pCmd->pClient->clientConfig.nPhySwitchingDuration in RF_cmdDispatchTime()780 + pCmd->pClient->clientConfig.nPhySwitchingDurationMargin; in RF_cmdDispatchTime()784 nTotalDuration = pCmd->pClient->clientConfig.nPowerUpDuration in RF_cmdDispatchTime()785 + pCmd->pClient->clientConfig.nPowerUpDurationMargin in RF_cmdDispatchTime()1040 … RF_currClient->clientConfig.nPowerUpDuration + in RF_ratDispatchTime()1041 … RF_currClient->clientConfig.nPowerUpDurationMargin + in RF_ratDispatchTime()1434 …if (RF_Sch.clientHndRadioFreeCb && (RF_Sch.clientHndRadioFreeCb->clientConfig.nClientEventMask & R… in RF_issueRadioFreeCb()1437 …lback pClientEventCb = (RF_ClientCallback)RF_Sch.clientHndRadioFreeCb->clientConfig.pClientEventCb; in RF_issueRadioFreeCb()1476 switchingTime = nextCmd->pClient->clientConfig.nPhySwitchingDuration; in RF_getSwitchingTimeInUs()2016 bool update = handle->clientConfig.bUpdateSetup; in RF_initRadioSetup()[all …]
1417 } clientConfig; member