Home
last modified time | relevance | path

Searched refs:mainConfigTable (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsainit.c1816 mpiHostLLConfigDescriptor_t *mpiConfig = &saRoot->mainConfigTable; in saLogDump()
2082 saRoot->mainConfigTable.iQNPPD_HPPD_GEvent = mainCfg.iQNPPD_HPPD_GEvent; in mpiInitialize()
2087 saRoot->mainConfigTable.outboundHWEventPID0_3 = 0; in mpiInitialize()
2088 saRoot->mainConfigTable.outboundHWEventPID4_7 = 0; in mpiInitialize()
2089 saRoot->mainConfigTable.outboundNCQEventPID0_3 = 0; in mpiInitialize()
2090 saRoot->mainConfigTable.outboundNCQEventPID4_7 = 0; in mpiInitialize()
2091 saRoot->mainConfigTable.outboundTargetITNexusEventPID0_3 = 0; in mpiInitialize()
2092 saRoot->mainConfigTable.outboundTargetITNexusEventPID4_7 = 0; in mpiInitialize()
2093 saRoot->mainConfigTable.outboundTargetSSPEventPID0_3 = 0; in mpiInitialize()
2094 saRoot->mainConfigTable.outboundTargetSSPEventPID4_7 = 0; in mpiInitialize()
[all …]
H A Dsaioctlcmd.c1038 controllerStatus->fatalErrorInfo.regDumpBusBaseNum0 = saRoot->mainConfigTable.regDumpPCIBAR; in saGetControllerStatus()
1039 … controllerStatus->fatalErrorInfo.regDumpOffset0 = saRoot->mainConfigTable.FatalErrorDumpOffset0; in saGetControllerStatus()
1040 … controllerStatus->fatalErrorInfo.regDumpLen0 = saRoot->mainConfigTable.FatalErrorDumpLength0; in saGetControllerStatus()
1041 controllerStatus->fatalErrorInfo.regDumpBusBaseNum1 = saRoot->mainConfigTable.regDumpPCIBAR; in saGetControllerStatus()
1042 … controllerStatus->fatalErrorInfo.regDumpOffset1 = saRoot->mainConfigTable.FatalErrorDumpOffset1; in saGetControllerStatus()
1043 … controllerStatus->fatalErrorInfo.regDumpLen1 = saRoot->mainConfigTable.FatalErrorDumpLength1; in saGetControllerStatus()
1358 eventLogInfo->eventLog1Option = saRoot->mainConfigTable.eventLogOption; in saGetControllerEventLogInfo()
1360 eventLogInfo->eventLog2Option = saRoot->mainConfigTable.IOPeventLogOption; in saGetControllerEventLogInfo()
2291 REG_DUMP_NUM0, 0, saRoot->mainConfigTable.FatalErrorDumpLength0); in siSpcGetErrorContent()
2293 REG_DUMP_NUM1, 0, saRoot->mainConfigTable.FatalErrorDumpLength1); in siSpcGetErrorContent()
[all …]
H A Dsaint.c249 fatal_error.regDumpBusBaseNum0 = saRoot->mainConfigTable.regDumpPCIBAR; in siFatalInterruptHandler()
250 fatal_error.regDumpOffset0 = saRoot->mainConfigTable.FatalErrorDumpOffset0; in siFatalInterruptHandler()
251 fatal_error.regDumpLen0 = saRoot->mainConfigTable.FatalErrorDumpLength0; in siFatalInterruptHandler()
252 fatal_error.regDumpBusBaseNum1 = saRoot->mainConfigTable.regDumpPCIBAR; in siFatalInterruptHandler()
253 fatal_error.regDumpOffset1 = saRoot->mainConfigTable.FatalErrorDumpOffset1; in siFatalInterruptHandler()
254 fatal_error.regDumpLen1 = saRoot->mainConfigTable.FatalErrorDumpLength1; in siFatalInterruptHandler()
1298 fatal_error.regDumpBusBaseNum0 = saRoot->mainConfigTable.regDumpPCIBAR; in siProcessOBMsg()
1299 fatal_error.regDumpOffset0 = saRoot->mainConfigTable.FatalErrorDumpOffset0; in siProcessOBMsg()
1300 fatal_error.regDumpLen0 = saRoot->mainConfigTable.FatalErrorDumpLength0; in siProcessOBMsg()
1301 fatal_error.regDumpBusBaseNum1 = saRoot->mainConfigTable.regDumpPCIBAR; in siProcessOBMsg()
[all …]
H A Dsahw.c163 fatal_error.regDumpBusBaseNum0 = saRoot->mainConfigTable.regDumpPCIBAR; in saHwReset()
164 fatal_error.regDumpBusBaseNum1 = saRoot->mainConfigTable.regDumpPCIBAR; in saHwReset()
165 fatal_error.regDumpLen0 = saRoot->mainConfigTable.FatalErrorDumpLength0; in saHwReset()
166 fatal_error.regDumpLen1 = saRoot->mainConfigTable.FatalErrorDumpLength1; in saHwReset()
167 fatal_error.regDumpOffset0 = saRoot->mainConfigTable.FatalErrorDumpOffset0; in saHwReset()
168 fatal_error.regDumpOffset1 = saRoot->mainConfigTable.FatalErrorDumpOffset1; in saHwReset()
293 REG_DUMP_NUM0, 0, saRoot->mainConfigTable.FatalErrorDumpLength0); in saHwReset()
295 REG_DUMP_NUM1, 0, saRoot->mainConfigTable.FatalErrorDumpLength1); in saHwReset()
H A Dsatypes.h258 mpiHostLLConfigDescriptor_t mainConfigTable; /**< LL main Configuration Table */ member