Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/spc/
HDsaint.c2380 saRoot->LLCounters.IOCounter.numSSPCompleted++; in mpiParseOBIomb()
2382 pMsg1, saRoot->LLCounters.IOCounter.numSSPCompleted)); in mpiParseOBIomb()
2429 saRoot->LLCounters.IOCounter.numSSPCompleted++; in mpiParseOBIomb()
2431 pMsg1, saRoot->LLCounters.IOCounter.numSSPCompleted)); in mpiParseOBIomb()
2447 saRoot->LLCounters.IOCounter.numSSPCompleted++; in mpiParseOBIomb()
2449 pMsg1, saRoot->LLCounters.IOCounter.numSSPCompleted)); in mpiParseOBIomb()
2479 saRoot->LLCounters.IOCounter.numSataCompleted++; in mpiParseOBIomb()
2481 pMsg1, saRoot->LLCounters.IOCounter.numSataCompleted)); in mpiParseOBIomb()
2492 saRoot->LLCounters.IOCounter.numSSPAbortedCB++; in mpiParseOBIomb()
2508 saRoot->LLCounters.IOCounter.numSataAbortedCB++; in mpiParseOBIomb()
[all …]
HDsatypes.h344 agsaLLCountInfo_t LLCounters; member
HDsautil.c797 LLCountInfo->arrayIOCounter[i] = saRoot->LLCounters.arrayIOCounter[i]; in saGetLLCounters()
828 saRoot->LLCounters.arrayIOCounter[i] = 0; in saResetLLCounters()
HDsasmp.c368 saRoot->LLCounters.IOCounter.numSMPStarted++; in saSMPStart()
717 saRoot->LLCounters.IOCounter.numSMPAborted++; in saSMPAbort()
HDsampirsp.c88 saRoot->LLCounters.IOCounter.numSSPCompleted++;
90 pMsg1, saRoot->LLCounters.IOCounter.numSSPCompleted));
120 saRoot->LLCounters.IOCounter.numSSPCompleted++;
122 pMsg1, saRoot->LLCounters.IOCounter.numSSPCompleted));
138 saRoot->LLCounters.IOCounter.numSSPCompleted++;
140 pMsg1, saRoot->LLCounters.IOCounter.numSSPCompleted));
170 saRoot->LLCounters.IOCounter.numSataCompleted++;
172 pMsg1, saRoot->LLCounters.IOCounter.numSataCompleted));
183 saRoot->LLCounters.IOCounter.numSSPAbortedCB++;
199 saRoot->LLCounters.IOCounter.numSataAbortedCB++;
[all …]
HDsasata.c566 saRoot->LLCounters.IOCounter.numSataStarted++; in saSATAStart()
834 saRoot->LLCounters.IOCounter.numSataAborted++; in saSATAAbort()
HDsassp.c1648 saRoot->LLCounters.IOCounter.numSSPStarted++; in saSSPStart()
1966 saRoot->LLCounters.IOCounter.numSSPAborted++; in saSSPAbort()
HDsampicmd.c254 saRoot->LLCounters.IOCounter.numEchoSent++; in mpiEchoCmd()
HDsainit.c1336 si_memset(&saRoot->LLCounters, 0, sizeof(agsaIOCountInfo_t)); in saInitialize()