Lines Matching refs:feature
795 u8 stat = tf->command, err = tf->feature; in ata_dump_status()
994 ata_to_sense_error(qc->ap->print_id, tf->command, tf->feature, in ata_gen_passthru_sense()
1018 desc[3] = tf->feature; /* == error reg */ in ata_gen_passthru_sense()
1071 ata_to_sense_error(qc->ap->print_id, tf->command, tf->feature, in ata_gen_ata_sense()
2622 cmd->sense_buffer[2] = qc->tf.feature >> 4; in atapi_request_sense()
2640 qc->tf.feature |= ATAPI_PKT_DMA; in atapi_request_sense()
2818 qc->tf.feature |= ATAPI_PKT_DMA; in atapi_xlat()
2823 qc->tf.feature |= ATAPI_DMADIR; in atapi_xlat()
2975 tf->feature = cdb[4]; in ata_scsi_pass_thru()
2988 tf->feature = cdb[3]; in ata_scsi_pass_thru()
3101 tf->feature == SETFEATURES_XFER) in ata_scsi_pass_thru()
3170 tf->feature = size / 512; in ata_scsi_write_same_xlat()
3176 tf->feature = ATA_DSM_TRIM; in ata_scsi_write_same_xlat()
3237 tf->feature = wce ? SETFEATURES_WC_ON : SETFEATURES_WC_OFF; in ata_mselect_caching()