Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/pms/RefTisa/sallsdk/spc/
Dsaint.c3021 saRoot->IoErrorCount.agOSSA_IO_COMPLETED_ERROR_SCSI_STATUS++; in mpiSATACompletion()
3031 saRoot->IoErrorCount.agOSSA_IO_ABORTED++; in mpiSATACompletion()
3040 saRoot->IoErrorCount.agOSSA_IO_UNDERFLOW++; in mpiSATACompletion()
3047 saRoot->IoErrorCount.agOSSA_IO_NO_DEVICE++; in mpiSATACompletion()
3054 saRoot->IoErrorCount.agOSSA_IO_XFER_ERROR_BREAK++; in mpiSATACompletion()
3061 saRoot->IoErrorCount.agOSSA_IO_XFER_ERROR_PHY_NOT_READY++; in mpiSATACompletion()
3068 saRoot->IoErrorCount.agOSSA_IO_OPEN_CNX_ERROR_PROTOCOL_NOT_SUPPORTED++; in mpiSATACompletion()
3075 saRoot->IoErrorCount.agOSSA_IO_OPEN_CNX_ERROR_ZONE_VIOLATION++; in mpiSATACompletion()
3082 saRoot->IoErrorCount.agOSSA_IO_OPEN_CNX_ERROR_BREAK++; in mpiSATACompletion()
3089 saRoot->IoErrorCount.agOSSA_IO_OPEN_CNX_ERROR_IT_NEXUS_LOSS++; in mpiSATACompletion()
[all …]
Dsampirsp.c1786 saRoot->IoErrorCount.agOSSA_IO_OVERFLOW++; in mpiSMPCompletion()
1794 saRoot->IoErrorCount.agOSSA_IO_ABORTED++; in mpiSMPCompletion()
1797 DbgPrint("agOSSA_IO_ABORTED %d\n", saRoot->IoErrorCount.agOSSA_IO_ABORTED); in mpiSMPCompletion()
1806 saRoot->IoErrorCount.agOSSA_IO_NO_DEVICE++; in mpiSMPCompletion()
1812 saRoot->IoErrorCount.agOSSA_IO_ERROR_HW_TIMEOUT++; in mpiSMPCompletion()
1818 saRoot->IoErrorCount.agOSSA_IO_XFER_ERROR_BREAK++; in mpiSMPCompletion()
1824 saRoot->IoErrorCount.agOSSA_IO_XFER_ERROR_PHY_NOT_READY++; in mpiSMPCompletion()
1830 saRoot->IoErrorCount.agOSSA_IO_OPEN_CNX_ERROR_PROTOCOL_NOT_SUPPORTED++; in mpiSMPCompletion()
1836 saRoot->IoErrorCount.agOSSA_IO_OPEN_CNX_ERROR_ZONE_VIOLATION++; in mpiSMPCompletion()
1842 saRoot->IoErrorCount.agOSSA_IO_OPEN_CNX_ERROR_BREAK++; in mpiSMPCompletion()
[all …]
Dsatypes.h299 agsaIOErrorEventStats_t IoErrorCount; member
Dsaioctlcmd.c3025 ossaGetIOErrorStatsCB(agRoot, agContext, status, &saRoot->IoErrorCount); in saGetIOErrorStats()
3030 si_memset(&saRoot->IoErrorCount, 0, sizeof(agsaIOErrorEventStats_t)); in saGetIOErrorStats()
Dsainit.c1339 si_memset(&saRoot->IoErrorCount, 0, sizeof(agsaIOErrorEventStats_t)); in saInitialize()