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

/freebsd-11.0-release/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsainit.c1360 SA_DBG1(("saInitialize: MaxOutstandingIO 0x%x swConfig->maxActiveIOs 0x%x\n", saRoot->ControllerInfo.maxPendingIO,saRoot->swConfig.maxActiveIOs ));
2611 if (saRoot->ControllerInfo.fwInterfaceRev > 0x301 )
3344 saRoot->ControllerInfo.signature = Signature;
3345 saRoot->ControllerInfo.fwInterfaceRev = config->InterfaceRev;
3349 saRoot->ControllerInfo.hwRevision = (ossaHwRegReadConfig32(agRoot,8) & 0xFF);
3350 SA_DBG1(("mpiWaitForConfigTable: hwRevision 0x%x\n",saRoot->ControllerInfo.hwRevision ));
3354 saRoot->ControllerInfo.hwRevision = SPC_READ_DEV_REV;
3357 saRoot->ControllerInfo.fwRevision = config->FWRevision;
3358 saRoot->ControllerInfo.ilaRevision = config->ilaRevision;
3359 saRoot->ControllerInfo
[all...]
H A Dsatypes.h298 agsaControllerInfo_t ControllerInfo; member in struct:agsaLLRoot_s
/freebsd-11.0-release/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdioctl.c564 agsaControllerInfo_t ControllerInfo; local
565 saGetControllerInfo(agRoot, &ControllerInfo);
579 osti_memcpy((bit8*)&(agIOCTLPayload->FunctionSpecificArea), (bit8*)&ControllerInfo, sizeof(agsaControllerInfo_t));
581 TI_DBG1(("tiCOMMgntIOCTL:IOCTL_MJ_FW_INFO ControllerInfo signature 0x%X\n",ControllerInfo.signature));
582 TI_DBG1(("tiCOMMgntIOCTL:IOCTL_MJ_FW_INFO ControllerInfo PCILinkRate 0x%X\n",ControllerInfo.PCILinkRate));
583 TI_DBG1(("tiCOMMgntIOCTL:IOCTL_MJ_FW_INFO ControllerInfo PCIWidth 0x%X\n",ControllerInfo.PCIWidth));
592 agsaControllerInfo_t ControllerInfo; local
2857 agsaControllerInfo_t ControllerInfo; local
[all...]

Completed in 135 milliseconds