Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsainit.c2611 if (saRoot->ControllerInfo.fwInterfaceRev > 0x301 ) in mpiInitialize()
3344 saRoot->ControllerInfo.signature = Signature; in mpiWaitForConfigTable()
3345 saRoot->ControllerInfo.fwInterfaceRev = config->InterfaceRev; 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()
3373 saRoot->ControllerInfo.controllerSetting = (bit8)config->HDAModeFlags; in mpiWaitForConfigTable()
3376 saRoot->ControllerInfo.sdkInterfaceRev = STSDK_LL_INTERFACE_VERSION; in mpiWaitForConfigTable()
[all …]
H A Dsatypes.h298 agsaControllerInfo_t ControllerInfo; member
/freebsd-13.1/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdioctl.c564 agsaControllerInfo_t ControllerInfo; in tiCOMMgntIOCTL() local
565 saGetControllerInfo(agRoot, &ControllerInfo); 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()
609 osti_memcpy(loc, (bit8*)&ControllerInfo.sdkRevision, sizeof(bit32)); in tiCOMMgntIOCTL()
2857 agsaControllerInfo_t ControllerInfo; in tdsaGetPhyGeneralStatusIoctl() local
2858 saGetControllerInfo(agRoot,&ControllerInfo); in tdsaGetPhyGeneralStatusIoctl()
[all …]