Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/block/
DDAC960.c1679 DAC960_V1_ErrorTableEntry_T *ErrorEntry = in DAC960_V1_ReportDeviceConfiguration() local
1722 if (ErrorEntry->ParityErrorCount > 0 || in DAC960_V1_ReportDeviceConfiguration()
1723 ErrorEntry->SoftErrorCount > 0 || in DAC960_V1_ReportDeviceConfiguration()
1724 ErrorEntry->HardErrorCount > 0 || in DAC960_V1_ReportDeviceConfiguration()
1725 ErrorEntry->MiscErrorCount > 0) in DAC960_V1_ReportDeviceConfiguration()
1728 ErrorEntry->ParityErrorCount, in DAC960_V1_ReportDeviceConfiguration()
1729 ErrorEntry->SoftErrorCount, in DAC960_V1_ReportDeviceConfiguration()
1730 ErrorEntry->HardErrorCount, in DAC960_V1_ReportDeviceConfiguration()
1731 ErrorEntry->MiscErrorCount); in DAC960_V1_ReportDeviceConfiguration()