Lines Matching refs:feature
1585 tf->feature = buf[3]; in ata_eh_read_log_10h()
1626 *r_sense_key = tf.feature >> 4; in atapi_eh_tur()
1672 tf.feature |= ATAPI_PKT_DMA; in atapi_eh_request_sense()
1814 u8 stat = tf->command, err = tf->feature; in ata_eh_analyze_tf()
1841 qc->result_tf.feature >> 4); in ata_eh_analyze_tf()
2550 cmd->command, cmd->feature, cmd->nsect, in ata_eh_link_report()
2555 res->command, res->feature, res->nsect, in ata_eh_link_report()
2576 (res->feature & (ATA_ICRC | ATA_UNC | ATA_AMNF | in ata_eh_link_report()
2579 res->feature & ATA_ICRC ? "ICRC " : "", in ata_eh_link_report()
2580 res->feature & ATA_UNC ? "UNC " : "", in ata_eh_link_report()
2581 res->feature & ATA_AMNF ? "AMNF " : "", in ata_eh_link_report()
2582 res->feature & ATA_IDNF ? "IDNF " : "", in ata_eh_link_report()
2583 res->feature & ATA_ABORTED ? "ABRT " : ""); in ata_eh_link_report()
3075 tf.feature = 0x44; in ata_eh_park_issue_cmd()