Searched refs:ATA_16 (Results 1 – 10 of 10) sorted by relevance
77 if (likely(srb->cmnd[0] != ATA_16 && srb->cmnd[0] != ATA_12)) { in cypress_atacb_passthrough()114 if (save_cmnd[0] == ATA_16) { in cypress_atacb_passthrough()
682 if (unlikely((srb->cmnd[0] == ATA_16 || srb->cmnd[0] == ATA_12) && in usb_stor_invoke_transport()841 else if (srb->cmnd[0] == ATA_16 || in usb_stor_invoke_transport()
175 #define ATA_16 0x85 /* 16-byte pass-thru */ macro
502 scsi_cmd[0] = ATA_16; in ata_cmd_ioctl() 592 scsi_cmd[0] = ATA_16; in ata_task_ioctl() 1741 bool is_ata_passthru = cdb[0] == ATA_16 || cdb[0] == ATA_12; in ata_scsi_qc_complete() 3210 case ATA_16: in ata_scsi_pass_thru() 3395 fp = (cdb[0] == ATA_16) ? 4 : 3; in ata_scsi_pass_thru() 3415 fp = (cdb[0] == ATA_16) ? 14 : 9; in ata_scsi_pass_thru() 3627 case ATA_16: in ata_scsi_report_supported_opcodes() 4423 case ATA_16: in ata_get_xlat_func() 4551 } else if (likely((scsi_op != ATA_16) || !atapi_passthru16)) { in __ata_scsi_queuecmd() 4562 /* ATA_16 passthr in __ata_scsi_queuecmd() [all...]
123 MODULE_PARM_DESC(atapi_passthru16, "Enable ATA_16 passthru for ATAPI devices (0=off, 1=on [default])");567 case ATA_16: in atapi_cmd_type()
108 scsi_opcode_name(ATA_16), \
169 scsi_cmd[0] = ATA_16; in drivetemp_scsi_command()
1038 case ATA_16: in storvsc_handle_error()
1038 case ATA_16: in get_cmd_dir()
3529 || (scsicmd->cmnd[0] == ATA_16)) { in aac_srb_callback()