Searched refs:ATA_ABORTED (Results 1 – 9 of 9) sorted by relevance
53 if (err & ATA_ABORTED) in ide_dump_ata_error()57 (err & ATA_ABORTED) ? "BadCRC " : "BadSector "); in ide_dump_ata_error()67 if ((err & (ATA_BBK | ATA_ABORTED)) == ATA_BBK || in ide_dump_ata_error()87 if (err & ATA_ABORTED) in ide_dump_atapi_error()
19 if (err == ATA_ABORTED) { in ide_ata_error()
383 if (err & ~ATA_ABORTED) { in cdrom_decode_status()
118 ata_error_name(ATA_ABORTED), \
179 ATA_ABORTED = (1 << 2), /* command aborted */ enumerator
132 #define BAD_CRC (ATA_ABORTED | ATA_ICRC)
1184 if (err_mask == AC_ERR_DEV && (tf.feature & ATA_ABORTED)) in ata_read_native_max_address()1248 (tf.feature & (ATA_ABORTED | ATA_IDNF))) in ata_set_max_sectors()1848 if ((err_mask == AC_ERR_DEV) && (tf.feature & ATA_ABORTED)) { in ata_dev_read_id()4349 if (err_mask == AC_ERR_DEV && (tf.feature & ATA_ABORTED)) in ata_dev_init_params()
2399 ATA_IDNF | ATA_ABORTED))) in ata_eh_link_report()2405 res->feature & ATA_ABORTED ? "ABRT " : ""); in ata_eh_link_report()
687 if (err & ATA_ABORTED) pr_cont("DriveStatusError "); in ata_dump_status()689 if (err & ATA_ABORTED) in ata_dump_status()