Searched refs:ATA_ABORTED (Results 1 – 9 of 9) sorted by relevance
52 if (err & ATA_ABORTED) in ide_dump_ata_error()56 (err & ATA_ABORTED) ? "BadCRC " : "BadSector "); in ide_dump_ata_error()66 if ((err & (ATA_BBK | ATA_ABORTED)) == ATA_BBK || in ide_dump_ata_error()86 if (err & ATA_ABORTED) in ide_dump_atapi_error()
18 if (err == ATA_ABORTED) { in ide_ata_error()
371 if (err & ~ATA_ABORTED) { in cdrom_decode_status()
118 ata_error_name(ATA_ABORTED), \
195 ATA_ABORTED = (1 << 2), /* command aborted */ enumerator
131 #define BAD_CRC (ATA_ABORTED | ATA_ICRC)
1257 if (err_mask == AC_ERR_DEV && (tf.feature & ATA_ABORTED)) in ata_read_native_max_address()1321 (tf.feature & (ATA_ABORTED | ATA_IDNF))) in ata_set_max_sectors()1918 if ((err_mask == AC_ERR_DEV) && (tf.feature & ATA_ABORTED)) { in ata_dev_read_id()4927 if (err_mask == AC_ERR_DEV && (tf.feature & ATA_ABORTED)) in ata_dev_init_params()
2607 ATA_IDNF | ATA_ABORTED))) in ata_eh_link_report()2613 res->feature & ATA_ABORTED ? "ABRT " : ""); in ata_eh_link_report()
920 if (err & ATA_ABORTED) pr_cont("DriveStatusError "); in ata_dump_status()922 if (err & ATA_ABORTED) in ata_dump_status()