Lines Matching refs:feature
1593 tf->feature = buf[3]; in ata_eh_read_log_10h()
1634 *r_sense_key = tf.feature >> 4; in atapi_eh_tur()
1680 tf.feature |= ATAPI_PKT_DMA; in atapi_eh_request_sense()
1822 u8 stat = tf->command, err = tf->feature; in ata_eh_analyze_tf()
1849 qc->result_tf.feature >> 4); in ata_eh_analyze_tf()
2558 cmd->command, cmd->feature, cmd->nsect, in ata_eh_link_report()
2563 res->command, res->feature, res->nsect, in ata_eh_link_report()
2584 (res->feature & (ATA_ICRC | ATA_UNC | ATA_AMNF | in ata_eh_link_report()
2587 res->feature & ATA_ICRC ? "ICRC " : "", in ata_eh_link_report()
2588 res->feature & ATA_UNC ? "UNC " : "", in ata_eh_link_report()
2589 res->feature & ATA_AMNF ? "AMNF " : "", in ata_eh_link_report()
2590 res->feature & ATA_IDNF ? "IDNF " : "", in ata_eh_link_report()
2591 res->feature & ATA_ABORTED ? "ABRT " : ""); in ata_eh_link_report()
3083 tf.feature = 0x44; in ata_eh_park_issue_cmd()