Searched refs:ControllerInfo (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/sys/dev/pms/RefTisa/sallsdk/spc/ |
| HD | sainit.c | 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() [all …]
|
| HD | satypes.h | 298 agsaControllerInfo_t ControllerInfo; member
|
| /NextBSD/sys/dev/pms/RefTisa/tisa/sassata/common/ |
| HD | tdioctl.c | 564 agsaControllerInfo_t ControllerInfo; in tiCOMMgntIOCTL() local 565 saGetControllerInfo(agRoot, &ControllerInfo); in tiCOMMgntIOCTL() 579 …osti_memcpy((bit8*)&(agIOCTLPayload->FunctionSpecificArea), (bit8*)&ControllerInfo, sizeof(agsaCon… in tiCOMMgntIOCTL() 581 …TI_DBG1(("tiCOMMgntIOCTL:IOCTL_MJ_FW_INFO ControllerInfo signature 0x%X\n",ControllerInfo.signatur… in tiCOMMgntIOCTL() 582 …TI_DBG1(("tiCOMMgntIOCTL:IOCTL_MJ_FW_INFO ControllerInfo PCILinkRate 0x%X\n",ControllerInfo.PCILin… in tiCOMMgntIOCTL() 583 …TI_DBG1(("tiCOMMgntIOCTL:IOCTL_MJ_FW_INFO ControllerInfo PCIWidth 0x%X\n",ControllerInfo.PCIWidth)… in tiCOMMgntIOCTL() 592 agsaControllerInfo_t ControllerInfo; in tiCOMMgntIOCTL() local 593 saGetControllerInfo(agRoot, &ControllerInfo); in tiCOMMgntIOCTL() 607 …osti_memcpy((bit8*)&(agIOCTLPayload->FunctionSpecificArea), (bit8*)&ControllerInfo.fwRevision, siz… in tiCOMMgntIOCTL() 609 osti_memcpy(loc, (bit8*)&ControllerInfo.sdkRevision, sizeof(bit32)); in tiCOMMgntIOCTL() [all …]
|