Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/pms/RefTisa/sallsdk/spc/
HDsaint.c2379 saRoot->LLCounters.IOCounter.numSSPCompleted++; in mpiParseOBIomb()
2381 pMsg1, saRoot->LLCounters.IOCounter.numSSPCompleted)); in mpiParseOBIomb()
2428 saRoot->LLCounters.IOCounter.numSSPCompleted++; in mpiParseOBIomb()
2430 pMsg1, saRoot->LLCounters.IOCounter.numSSPCompleted)); in mpiParseOBIomb()
2446 saRoot->LLCounters.IOCounter.numSSPCompleted++; in mpiParseOBIomb()
2448 pMsg1, saRoot->LLCounters.IOCounter.numSSPCompleted)); in mpiParseOBIomb()
2478 saRoot->LLCounters.IOCounter.numSataCompleted++; in mpiParseOBIomb()
2480 pMsg1, saRoot->LLCounters.IOCounter.numSataCompleted)); in mpiParseOBIomb()
2491 saRoot->LLCounters.IOCounter.numSSPAbortedCB++; in mpiParseOBIomb()
2507 saRoot->LLCounters.IOCounter.numSataAbortedCB++; in mpiParseOBIomb()
[all …]
HDsatypes.h343 agsaLLCountInfo_t LLCounters; member
HDsautil.c796 LLCountInfo->arrayIOCounter[i] = saRoot->LLCounters.arrayIOCounter[i]; in saGetLLCounters()
827 saRoot->LLCounters.arrayIOCounter[i] = 0; in saResetLLCounters()
HDsasmp.c367 saRoot->LLCounters.IOCounter.numSMPStarted++; in saSMPStart()
716 saRoot->LLCounters.IOCounter.numSMPAborted++; in saSMPAbort()
HDsampirsp.c87 saRoot->LLCounters.IOCounter.numSSPCompleted++;
89 pMsg1, saRoot->LLCounters.IOCounter.numSSPCompleted));
119 saRoot->LLCounters.IOCounter.numSSPCompleted++;
121 pMsg1, saRoot->LLCounters.IOCounter.numSSPCompleted));
137 saRoot->LLCounters.IOCounter.numSSPCompleted++;
139 pMsg1, saRoot->LLCounters.IOCounter.numSSPCompleted));
169 saRoot->LLCounters.IOCounter.numSataCompleted++;
171 pMsg1, saRoot->LLCounters.IOCounter.numSataCompleted));
182 saRoot->LLCounters.IOCounter.numSSPAbortedCB++;
198 saRoot->LLCounters.IOCounter.numSataAbortedCB++;
[all …]
HDsasata.c565 saRoot->LLCounters.IOCounter.numSataStarted++; in saSATAStart()
833 saRoot->LLCounters.IOCounter.numSataAborted++; in saSATAAbort()
HDsassp.c1647 saRoot->LLCounters.IOCounter.numSSPStarted++; in saSSPStart()
1965 saRoot->LLCounters.IOCounter.numSSPAborted++; in saSSPAbort()
HDsampicmd.c253 saRoot->LLCounters.IOCounter.numEchoSent++; in mpiEchoCmd()
HDsainit.c1335 si_memset(&saRoot->LLCounters, 0, sizeof(agsaIOCountInfo_t)); in saInitialize()