Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsainit.c2807 saRoot->mainConfigTable.eventLogSize = value; in mpiInitialize()
2810 saRoot->mainConfigTable.eventLogOption = value; in mpiInitialize()
2812 …8X`%08X L %x\n",saRoot->mainConfigTable.upperEventLogAddress,saRoot->mainConfigTable.lowerEventLog… in mpiInitialize()
2820 …%08X L %x\n",saRoot->mainConfigTable.upperIOPeventLogAddress,saRoot->mainConfigTable.lowerIOPevent… in mpiInitialize()
2822 saRoot->mainConfigTable.IOPeventLogSize = value; in mpiInitialize()
2825 saRoot->mainConfigTable.IOPeventLogOption = value; in mpiInitialize()
2832 saRoot->mainConfigTable.eventLogOption, in mpiInitialize()
2835 saRoot->mainConfigTable.eventLogSize/4 ); in mpiInitialize()
2837 saRoot->mainConfigTable.IOPeventLogOption, in mpiInitialize()
2840 saRoot->mainConfigTable.IOPeventLogSize/4 ); in mpiInitialize()
[all …]
H A Dsaioctlcmd.c1038 controllerStatus->fatalErrorInfo.regDumpBusBaseNum0 = saRoot->mainConfigTable.regDumpPCIBAR; 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()
2327 REG_DUMP_NUM0, 0, saRoot->mainConfigTable.FatalErrorDumpLength0); in siSpcvGetErrorContent()
2329 REG_DUMP_NUM1, 0, saRoot->mainConfigTable.FatalErrorDumpLength1); in siSpcvGetErrorContent()
3240 rDumpOffset = saRoot->mainConfigTable.FatalErrorDumpOffset0; in siGetRegisterDumpGSM()
3241 rDumpLen = saRoot->mainConfigTable.FatalErrorDumpLength0; in siGetRegisterDumpGSM()
3245 rDumpOffset = saRoot->mainConfigTable.FatalErrorDumpOffset1; in siGetRegisterDumpGSM()
[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