Searched refs:ATA_ABORTED (Results 1 – 10 of 10) sorted by relevance
78 if (err & ATA_ABORTED) in ide_dump_ata_error()82 (err & ATA_ABORTED) ? "BadCRC " : "BadSector "); in ide_dump_ata_error()92 if ((err & (ATA_BBK | ATA_ABORTED)) == ATA_BBK || in ide_dump_ata_error()112 if (err & ATA_ABORTED) in ide_dump_atapi_error()
18 if (err == ATA_ABORTED) { in ide_ata_error()
373 if (err & ~ATA_ABORTED) { in cdrom_decode_status()
114 ata_error_name(ATA_ABORTED), \
192 ATA_ABORTED = (1 << 2), /* command aborted */ enumerator
86 #define BAD_CRC (ATA_ABORTED | ATA_ICRC)
199 if (host->error & ATA_ABORTED) in mg_dump_status()
1247 if (err_mask == AC_ERR_DEV && (tf.feature & ATA_ABORTED)) in ata_read_native_max_address()1311 (tf.feature & (ATA_ABORTED | ATA_IDNF))) in ata_set_max_sectors()1914 if ((err_mask == AC_ERR_DEV) && (tf.feature & ATA_ABORTED)) { in ata_dev_read_id()4582 if (err_mask == AC_ERR_DEV && (tf.feature & ATA_ABORTED)) in ata_dev_init_params()
812 if (err & ATA_ABORTED) printk("DriveStatusError "); in ata_dump_status()814 if (err & ATA_ABORTED) in ata_dump_status()
2577 ATA_IDNF | ATA_ABORTED))) in ata_eh_link_report()2583 res->feature & ATA_ABORTED ? "ABRT " : ""); in ata_eh_link_report()