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