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()
2820 qc->tf.feature |= ATAPI_PKT_DMA; in atapi_xlat()
2825 qc->tf.feature |= ATAPI_DMADIR; in atapi_xlat()
2972 tf->feature = cdb[4]; in ata_scsi_pass_thru()
2985 tf->feature = cdb[3]; in ata_scsi_pass_thru()
3094 tf->feature == SETFEATURES_XFER) in ata_scsi_pass_thru()
3163 tf->feature = size / 512; in ata_scsi_write_same_xlat()
3169 tf->feature = ATA_DSM_TRIM; in ata_scsi_write_same_xlat()
3230 tf->feature = wce ? SETFEATURES_WC_ON : SETFEATURES_WC_OFF; in ata_mselect_caching()