Home
last modified time | relevance | path

Searched refs:ControllerInfo (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsainit.c1359 …alize: MaxOutstandingIO 0x%x swConfig->maxActiveIOs 0x%x\n", saRoot->ControllerInfo.maxPendingIO,s… in saInitialize()
2610 if (saRoot->ControllerInfo.fwInterfaceRev > 0x301 ) in mpiInitialize()
3343 saRoot->ControllerInfo.signature = Signature; in mpiWaitForConfigTable()
3344 saRoot->ControllerInfo.fwInterfaceRev = config->InterfaceRev; in mpiWaitForConfigTable()
3348 saRoot->ControllerInfo.hwRevision = (ossaHwRegReadConfig32(agRoot,8) & 0xFF); in mpiWaitForConfigTable()
3349 SA_DBG1(("mpiWaitForConfigTable: hwRevision 0x%x\n",saRoot->ControllerInfo.hwRevision )); 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()
[all …]
H A Dsatypes.h297 agsaControllerInfo_t ControllerInfo; member
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdioctl.c563 agsaControllerInfo_t ControllerInfo; in tiCOMMgntIOCTL() local
564 saGetControllerInfo(agRoot, &ControllerInfo); in tiCOMMgntIOCTL()
578 …osti_memcpy((bit8*)&(agIOCTLPayload->FunctionSpecificArea), (bit8*)&ControllerInfo, sizeof(agsaCon… 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() local
592 saGetControllerInfo(agRoot, &ControllerInfo); in tiCOMMgntIOCTL()
606 …osti_memcpy((bit8*)&(agIOCTLPayload->FunctionSpecificArea), (bit8*)&ControllerInfo.fwRevision, siz… in tiCOMMgntIOCTL()
608 osti_memcpy(loc, (bit8*)&ControllerInfo.sdkRevision, sizeof(bit32)); in tiCOMMgntIOCTL()
[all …]