Searched refs:ERR_ATA_STATUS_MASK (Results 1 – 6 of 6) sorted by relevance
1448 if ( (ataStatus & ERR_ATA_STATUS_MASK) || in satChainedDataIOCB()1760 ((ataStatus & ERR_ATA_STATUS_MASK) || (ataStatus & DF_ATA_STATUS_MASK)) in satNonChainedWriteNVerifyCB()1776 else if ( (ataStatus & ERR_ATA_STATUS_MASK) || in satNonChainedWriteNVerifyCB()2127 if ( (ataStatus & ERR_ATA_STATUS_MASK) || in satChainedWriteNVerifyCB()5010 ((ataStatus & ERR_ATA_STATUS_MASK) || (ataStatus & DF_ATA_STATUS_MASK)) in satVerify10CB()5022 else if ( (ataStatus & ERR_ATA_STATUS_MASK) || in satVerify10CB()5224 ((ataStatus & ERR_ATA_STATUS_MASK) || (ataStatus & DF_ATA_STATUS_MASK)) in satNonChainedVerifyCB()5236 else if ( (ataStatus & ERR_ATA_STATUS_MASK) || in satNonChainedVerifyCB()5448 ((ataStatus & ERR_ATA_STATUS_MASK) || (ataStatus & DF_ATA_STATUS_MASK)) in satChainedVerifyCB()5460 else if ( (ataStatus & ERR_ATA_STATUS_MASK) || in satChainedVerifyCB()[all …]
79 #define ERR_ATA_STATUS_MASK 0x01 /* Error/check bit */ macro
18812 if ( ataStatus & ERR_ATA_STATUS_MASK ) in osSatDefaultTranslation()
936 if (bATAStatus & ERR_ATA_STATUS_MASK ) in smsatTranslateATAPIErrorsToSCSIErrors()1005 if (bATAStatus & ERR_ATA_STATUS_MASK) in smsatTranslateATAErrorsToSCSIErrors()1236 if ( (ataStatus & ERR_ATA_STATUS_MASK) || in smsatChainedDataIOCB()1510 ((ataStatus & ERR_ATA_STATUS_MASK) || (ataStatus & DF_ATA_STATUS_MASK)) in smsatNonChainedVerifyCB()1522 else if ( (ataStatus & ERR_ATA_STATUS_MASK) || in smsatNonChainedVerifyCB()1738 ((ataStatus & ERR_ATA_STATUS_MASK) || (ataStatus & DF_ATA_STATUS_MASK)) in smsatChainedVerifyCB()1750 else if ( (ataStatus & ERR_ATA_STATUS_MASK) || in smsatChainedVerifyCB()2067 else if ( (ataStatus & ERR_ATA_STATUS_MASK) || in smsatTestUnitReadyCB()2458 if ( (ataStatus & ERR_ATA_STATUS_MASK) || in smsatRequestSenseCB()3010 ((ataStatus & ERR_ATA_STATUS_MASK) || (ataStatus & DF_ATA_STATUS_MASK)) in smsatSendDiagnosticCB()[all …]
112 #define ERR_ATA_STATUS_MASK 0x01 /* Error/check bit */ macro
3016 if ( ataStatus & ERR_ATA_STATUS_MASK ) in smsatDefaultTranslation()