Searched refs:ControllerInfo (Results 1 – 3 of 3) sorted by relevance
2610 if (saRoot->ControllerInfo.fwInterfaceRev > 0x301 ) in mpiInitialize()3343 saRoot->ControllerInfo.signature = Signature; in mpiWaitForConfigTable()3344 saRoot->ControllerInfo.fwInterfaceRev = config->InterfaceRev; in mpiWaitForConfigTable()3353 saRoot->ControllerInfo.hwRevision = SPC_READ_DEV_REV; in mpiWaitForConfigTable()3356 saRoot->ControllerInfo.fwRevision = config->FWRevision; in mpiWaitForConfigTable()3357 saRoot->ControllerInfo.ilaRevision = config->ilaRevision; in mpiWaitForConfigTable()3358 saRoot->ControllerInfo.maxPendingIO = config->MaxOutstandingIO; in mpiWaitForConfigTable()3359 saRoot->ControllerInfo.maxSgElements = config->MDevMaxSGL & 0xFFFF; in mpiWaitForConfigTable()3372 saRoot->ControllerInfo.controllerSetting = (bit8)config->HDAModeFlags; in mpiWaitForConfigTable()3375 saRoot->ControllerInfo.sdkInterfaceRev = STSDK_LL_INTERFACE_VERSION; in mpiWaitForConfigTable()[all …]
297 agsaControllerInfo_t ControllerInfo; member
563 agsaControllerInfo_t ControllerInfo; in tiCOMMgntIOCTL() local564 saGetControllerInfo(agRoot, &ControllerInfo); in tiCOMMgntIOCTL()580 …TI_DBG1(("tiCOMMgntIOCTL:IOCTL_MJ_FW_INFO ControllerInfo signature 0x%X\n",ControllerInfo.signatur… in tiCOMMgntIOCTL()581 …TI_DBG1(("tiCOMMgntIOCTL:IOCTL_MJ_FW_INFO ControllerInfo PCILinkRate 0x%X\n",ControllerInfo.PCILin… in tiCOMMgntIOCTL()582 …TI_DBG1(("tiCOMMgntIOCTL:IOCTL_MJ_FW_INFO ControllerInfo PCIWidth 0x%X\n",ControllerInfo.PCIWidth)… in tiCOMMgntIOCTL()591 agsaControllerInfo_t ControllerInfo; in tiCOMMgntIOCTL() local592 saGetControllerInfo(agRoot, &ControllerInfo); in tiCOMMgntIOCTL()608 osti_memcpy(loc, (bit8*)&ControllerInfo.sdkRevision, sizeof(bit32)); in tiCOMMgntIOCTL()2856 agsaControllerInfo_t ControllerInfo; in tdsaGetPhyGeneralStatusIoctl() local2857 saGetControllerInfo(agRoot,&ControllerInfo); in tdsaGetPhyGeneralStatusIoctl()[all …]