Lines Matching refs:ControllerInfo

1360   SA_DBG1(("saInitialize: MaxOutstandingIO 0x%x swConfig->maxActiveIOs 0x%x\n", saRoot->ControllerInfo.maxPendingIO,saRoot->swConfig.maxActiveIOs ));
2611 if (saRoot->ControllerInfo.fwInterfaceRev > 0x301 )
3344 saRoot->ControllerInfo.signature = Signature;
3345 saRoot->ControllerInfo.fwInterfaceRev = config->InterfaceRev;
3349 saRoot->ControllerInfo.hwRevision = (ossaHwRegReadConfig32(agRoot,8) & 0xFF);
3350 SA_DBG1(("mpiWaitForConfigTable: hwRevision 0x%x\n",saRoot->ControllerInfo.hwRevision ));
3354 saRoot->ControllerInfo.hwRevision = SPC_READ_DEV_REV;
3357 saRoot->ControllerInfo.fwRevision = config->FWRevision;
3358 saRoot->ControllerInfo.ilaRevision = config->ilaRevision;
3359 saRoot->ControllerInfo.maxPendingIO = config->MaxOutstandingIO;
3360 saRoot->ControllerInfo.maxSgElements = config->MDevMaxSGL & 0xFFFF;
3361 saRoot->ControllerInfo.maxDevices = (config->MDevMaxSGL & MAX_DEV_BITS) >> SHIFT16;
3362 saRoot->ControllerInfo.queueSupport = config->ContrlCapFlag & Q_SUPPORT_BITS;
3363 saRoot->ControllerInfo.phyCount = (bit8)((config->ContrlCapFlag & PHY_COUNT_BITS) >> SHIFT19);
3364 saRoot->ControllerInfo.sasSpecsSupport = (config->ContrlCapFlag & SAS_SPEC_BITS) >> SHIFT25;
3373 saRoot->ControllerInfo.controllerSetting = (bit8)config->HDAModeFlags;
3376 saRoot->ControllerInfo.sdkInterfaceRev = STSDK_LL_INTERFACE_VERSION;
3377 saRoot->ControllerInfo.sdkRevision = STSDK_LL_VERSION;
3403 SA_DBG1(("mpiWaitForConfigTable: hwRevision = 0x%x\n", saRoot->ControllerInfo.hwRevision));
3405 SA_DBG1(("mpiWaitForConfigTable: Max Sgl = 0x%x\n", saRoot->ControllerInfo.maxSgElements));
3406 SA_DBG1(("mpiWaitForConfigTable: Max Device = 0x%x\n", saRoot->ControllerInfo.maxDevices));
3407 SA_DBG1(("mpiWaitForConfigTable: Queue Support = 0x%x\n", saRoot->ControllerInfo.queueSupport));
3408 SA_DBG1(("mpiWaitForConfigTable: Phy Count = 0x%x\n", saRoot->ControllerInfo.phyCount));
3409 SA_DBG1(("mpiWaitForConfigTable: sas Specs Support = 0x%x\n", saRoot->ControllerInfo.sasSpecsSupport));