Home
last modified time | relevance | path

Searched refs:LLCounters (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaint.c2380 saRoot->LLCounters.IOCounter.numSSPCompleted++; in mpiParseOBIomb()
2429 saRoot->LLCounters.IOCounter.numSSPCompleted++; in mpiParseOBIomb()
2447 saRoot->LLCounters.IOCounter.numSSPCompleted++; in mpiParseOBIomb()
2479 saRoot->LLCounters.IOCounter.numSataCompleted++; in mpiParseOBIomb()
2492 saRoot->LLCounters.IOCounter.numSSPAbortedCB++; in mpiParseOBIomb()
2508 saRoot->LLCounters.IOCounter.numSataAbortedCB++; in mpiParseOBIomb()
2533 saRoot->LLCounters.IOCounter.numSMPCompleted++; in mpiParseOBIomb()
2546 saRoot->LLCounters.IOCounter.numEchoCB++; in mpiParseOBIomb()
2782 saRoot->LLCounters.IOCounter.numSMPAbortedCB++; in mpiParseOBIomb()
2932 saRoot->LLCounters.IOCounter.numUNKNWRespIOMB++; in mpiParseOBIomb()
[all …]
H A Dsatypes.h344 agsaLLCountInfo_t LLCounters; member
H A Dsautil.c797 LLCountInfo->arrayIOCounter[i] = saRoot->LLCounters.arrayIOCounter[i]; in saGetLLCounters()
828 saRoot->LLCounters.arrayIOCounter[i] = 0; in saResetLLCounters()
H A Dsasmp.c368 saRoot->LLCounters.IOCounter.numSMPStarted++; in saSMPStart()
717 saRoot->LLCounters.IOCounter.numSMPAborted++; in saSMPAbort()
H A Dsampirsp.c88 saRoot->LLCounters.IOCounter.numSSPCompleted++;
90 pMsg1, saRoot->LLCounters.IOCounter.numSSPCompleted));
120 saRoot->LLCounters.IOCounter.numSSPCompleted++;
138 saRoot->LLCounters.IOCounter.numSSPCompleted++;
170 saRoot->LLCounters.IOCounter.numSataCompleted++;
183 saRoot->LLCounters.IOCounter.numSSPAbortedCB++;
199 saRoot->LLCounters.IOCounter.numSataAbortedCB++;
224 saRoot->LLCounters.IOCounter.numSMPCompleted++;
238 saRoot->LLCounters.IOCounter.numEchoCB++;
492 saRoot->LLCounters.IOCounter.numSMPAbortedCB++;
[all …]
H A Dsasata.c566 saRoot->LLCounters.IOCounter.numSataStarted++; in saSATAStart()
834 saRoot->LLCounters.IOCounter.numSataAborted++; in saSATAAbort()
H A Dsassp.c1648 saRoot->LLCounters.IOCounter.numSSPStarted++; in saSSPStart()
1966 saRoot->LLCounters.IOCounter.numSSPAborted++; in saSSPAbort()
H A Dsampicmd.c254 saRoot->LLCounters.IOCounter.numEchoSent++; in mpiEchoCmd()
H A Dsainit.c1336 si_memset(&saRoot->LLCounters, 0, sizeof(agsaIOCountInfo_t)); in saInitialize()