Home
last modified time | relevance | path

Searched refs:fatalErrorInfo (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaioctlcmd.c1007 controllerStatus->fatalErrorInfo.errorInfo0 = ossaHwRegRead(agRoot, MSGU_SCRATCH_PAD_0); in saGetControllerStatus()
1008 controllerStatus->fatalErrorInfo.errorInfo1 = ossaHwRegRead(agRoot, MSGU_SCRATCH_PAD_1); in saGetControllerStatus()
1047 controllerStatus->fatalErrorInfo.regDumpBusBaseNum0 = 0; in saGetControllerStatus()
1048 controllerStatus->fatalErrorInfo.regDumpOffset0 = 0; in saGetControllerStatus()
1049 controllerStatus->fatalErrorInfo.regDumpLen0 = 0; in saGetControllerStatus()
1050 controllerStatus->fatalErrorInfo.regDumpBusBaseNum1 = 0; in saGetControllerStatus()
1051 controllerStatus->fatalErrorInfo.regDumpOffset1 = 0; in saGetControllerStatus()
1052 controllerStatus->fatalErrorInfo.regDumpLen1 = 0; in saGetControllerStatus()
1115 controllerStatus->fatalErrorInfo.regDumpBusBaseNum0 = value; in saGetControllerStatus()
1116 controllerStatus->fatalErrorInfo.regDumpBusBaseNum1 = value; in saGetControllerStatus()
[all …]
/freebsd-14.2/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdmisc.c537 if(controllerStatus.fatalErrorInfo.errorInfo1) in tiCOMReset()
/freebsd-14.2/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa.h2078 agsaFatalErrorInfo_t fatalErrorInfo; /* fatal error information */ member