Home
last modified time | relevance | path

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

/NextBSD/sys/dev/pms/RefTisa/sallsdk/spc/
HDsainit.c1817 mpiHostLLConfigDescriptor_t *mpiConfig = &saRoot->mainConfigTable; in saLogDump()
2083 saRoot->mainConfigTable.iQNPPD_HPPD_GEvent = mainCfg.iQNPPD_HPPD_GEvent; in mpiInitialize()
2088 saRoot->mainConfigTable.outboundHWEventPID0_3 = 0; in mpiInitialize()
2089 saRoot->mainConfigTable.outboundHWEventPID4_7 = 0; in mpiInitialize()
2090 saRoot->mainConfigTable.outboundNCQEventPID0_3 = 0; in mpiInitialize()
2091 saRoot->mainConfigTable.outboundNCQEventPID4_7 = 0; in mpiInitialize()
2092 saRoot->mainConfigTable.outboundTargetITNexusEventPID0_3 = 0; in mpiInitialize()
2093 saRoot->mainConfigTable.outboundTargetITNexusEventPID4_7 = 0; in mpiInitialize()
2094 saRoot->mainConfigTable.outboundTargetSSPEventPID0_3 = 0; in mpiInitialize()
2095 saRoot->mainConfigTable.outboundTargetSSPEventPID4_7 = 0; in mpiInitialize()
[all …]
HDsaioctlcmd.c1039 controllerStatus->fatalErrorInfo.regDumpBusBaseNum0 = saRoot->mainConfigTable.regDumpPCIBAR; in saGetControllerStatus()
1040 … controllerStatus->fatalErrorInfo.regDumpOffset0 = saRoot->mainConfigTable.FatalErrorDumpOffset0; in saGetControllerStatus()
1041 … controllerStatus->fatalErrorInfo.regDumpLen0 = saRoot->mainConfigTable.FatalErrorDumpLength0; in saGetControllerStatus()
1042 controllerStatus->fatalErrorInfo.regDumpBusBaseNum1 = saRoot->mainConfigTable.regDumpPCIBAR; in saGetControllerStatus()
1043 … controllerStatus->fatalErrorInfo.regDumpOffset1 = saRoot->mainConfigTable.FatalErrorDumpOffset1; in saGetControllerStatus()
1044 … controllerStatus->fatalErrorInfo.regDumpLen1 = saRoot->mainConfigTable.FatalErrorDumpLength1; in saGetControllerStatus()
1359 eventLogInfo->eventLog1Option = saRoot->mainConfigTable.eventLogOption; in saGetControllerEventLogInfo()
1361 eventLogInfo->eventLog2Option = saRoot->mainConfigTable.IOPeventLogOption; in saGetControllerEventLogInfo()
2292 REG_DUMP_NUM0, 0, saRoot->mainConfigTable.FatalErrorDumpLength0); in siSpcGetErrorContent()
2294 REG_DUMP_NUM1, 0, saRoot->mainConfigTable.FatalErrorDumpLength1); in siSpcGetErrorContent()
[all …]
HDsaint.c250 fatal_error.regDumpBusBaseNum0 = saRoot->mainConfigTable.regDumpPCIBAR; in siFatalInterruptHandler()
251 fatal_error.regDumpOffset0 = saRoot->mainConfigTable.FatalErrorDumpOffset0; in siFatalInterruptHandler()
252 fatal_error.regDumpLen0 = saRoot->mainConfigTable.FatalErrorDumpLength0; in siFatalInterruptHandler()
253 fatal_error.regDumpBusBaseNum1 = saRoot->mainConfigTable.regDumpPCIBAR; in siFatalInterruptHandler()
254 fatal_error.regDumpOffset1 = saRoot->mainConfigTable.FatalErrorDumpOffset1; in siFatalInterruptHandler()
255 fatal_error.regDumpLen1 = saRoot->mainConfigTable.FatalErrorDumpLength1; in siFatalInterruptHandler()
1299 fatal_error.regDumpBusBaseNum0 = saRoot->mainConfigTable.regDumpPCIBAR; in siProcessOBMsg()
1300 fatal_error.regDumpOffset0 = saRoot->mainConfigTable.FatalErrorDumpOffset0; in siProcessOBMsg()
1301 fatal_error.regDumpLen0 = saRoot->mainConfigTable.FatalErrorDumpLength0; in siProcessOBMsg()
1302 fatal_error.regDumpBusBaseNum1 = saRoot->mainConfigTable.regDumpPCIBAR; in siProcessOBMsg()
[all …]
HDsahw.c164 fatal_error.regDumpBusBaseNum0 = saRoot->mainConfigTable.regDumpPCIBAR; in saHwReset()
165 fatal_error.regDumpBusBaseNum1 = saRoot->mainConfigTable.regDumpPCIBAR; in saHwReset()
166 fatal_error.regDumpLen0 = saRoot->mainConfigTable.FatalErrorDumpLength0; in saHwReset()
167 fatal_error.regDumpLen1 = saRoot->mainConfigTable.FatalErrorDumpLength1; in saHwReset()
168 fatal_error.regDumpOffset0 = saRoot->mainConfigTable.FatalErrorDumpOffset0; in saHwReset()
169 fatal_error.regDumpOffset1 = saRoot->mainConfigTable.FatalErrorDumpOffset1; in saHwReset()
294 REG_DUMP_NUM0, 0, saRoot->mainConfigTable.FatalErrorDumpLength0); in saHwReset()
296 REG_DUMP_NUM1, 0, saRoot->mainConfigTable.FatalErrorDumpLength1); in saHwReset()
HDsatypes.h259 mpiHostLLConfigDescriptor_t mainConfigTable; /**< LL main Configuration Table */ member