Home
last modified time | relevance | path

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

/Linux-v5.15/include/trace/events/
Dlibata.h118 ata_error_name(ATA_ABORTED), \
/Linux-v5.15/include/linux/
Data.h179 ATA_ABORTED = (1 << 2), /* command aborted */ enumerator
/Linux-v5.15/drivers/ata/
Dlibata-core.c1188 if (err_mask == AC_ERR_DEV && (tf.feature & ATA_ABORTED)) in ata_read_native_max_address()
1252 (tf.feature & (ATA_ABORTED | ATA_IDNF))) in ata_set_max_sectors()
1851 if ((err_mask == AC_ERR_DEV) && (tf.feature & ATA_ABORTED)) { in ata_dev_read_id()
4359 if (err_mask == AC_ERR_DEV && (tf.feature & ATA_ABORTED)) in ata_dev_init_params()
Dlibata-eh.c2389 ATA_IDNF | ATA_ABORTED))) in ata_eh_link_report()
2395 res->feature & ATA_ABORTED ? "ABRT " : ""); in ata_eh_link_report()
Dlibata-scsi.c691 if (err & ATA_ABORTED) pr_cont("DriveStatusError "); in ata_dump_status()
693 if (err & ATA_ABORTED) in ata_dump_status()