Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsainit.c2808 saRoot->mainConfigTable.eventLogSize = value; in mpiInitialize()
2811 saRoot->mainConfigTable.eventLogOption = value; in mpiInitialize()
2813 …8X`%08X L %x\n",saRoot->mainConfigTable.upperEventLogAddress,saRoot->mainConfigTable.lowerEventLog… in mpiInitialize()
2821 …%08X L %x\n",saRoot->mainConfigTable.upperIOPeventLogAddress,saRoot->mainConfigTable.lowerIOPevent… in mpiInitialize()
2823 saRoot->mainConfigTable.IOPeventLogSize = value; in mpiInitialize()
2826 saRoot->mainConfigTable.IOPeventLogOption = value; in mpiInitialize()
2833 saRoot->mainConfigTable.eventLogOption, in mpiInitialize()
2836 saRoot->mainConfigTable.eventLogSize/4 ); in mpiInitialize()
2838 saRoot->mainConfigTable.IOPeventLogOption, in mpiInitialize()
2841 saRoot->mainConfigTable.IOPeventLogSize/4 ); in mpiInitialize()
[all …]
H A Dsaioctlcmd.c1039 controllerStatus->fatalErrorInfo.regDumpBusBaseNum0 = saRoot->mainConfigTable.regDumpPCIBAR; 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()
2328 REG_DUMP_NUM0, 0, saRoot->mainConfigTable.FatalErrorDumpLength0); in siSpcvGetErrorContent()
2330 REG_DUMP_NUM1, 0, saRoot->mainConfigTable.FatalErrorDumpLength1); in siSpcvGetErrorContent()
3241 rDumpOffset = saRoot->mainConfigTable.FatalErrorDumpOffset0; in siGetRegisterDumpGSM()
3242 rDumpLen = saRoot->mainConfigTable.FatalErrorDumpLength0; in siGetRegisterDumpGSM()
3246 rDumpOffset = saRoot->mainConfigTable.FatalErrorDumpOffset1; in siGetRegisterDumpGSM()
[all …]
H A Dsaint.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 …]
H A Dsahw.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()
H A Dsatypes.h259 mpiHostLLConfigDescriptor_t mainConfigTable; /**< LL main Configuration Table */ member