Home
last modified time | relevance | path

Searched refs:ATA_12 (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/usb/storage/
H A Dcypress_atacb.c77 if (likely(srb->cmnd[0] != ATA_16 && srb->cmnd[0] != ATA_12)) { in cypress_atacb_passthrough()
234 if (srb->cmnd[0] == ATA_12) in cypress_atacb_passthrough()
H A Dscsiglue.c375 (srb->cmnd[0] == ATA_12 || srb->cmnd[0] == ATA_16)) { in queuecommand_lck()
H A Dtransport.c682 if (unlikely((srb->cmnd[0] == ATA_16 || srb->cmnd[0] == ATA_12) && in usb_stor_invoke_transport()
842 srb->cmnd[0] == ATA_12) { in usb_stor_invoke_transport()
H A Duas.c645 (cmnd->cmnd[0] == ATA_12 || cmnd->cmnd[0] == ATA_16)) { in uas_queuecommand_lck()
/linux/include/scsi/
H A Dscsi_proto.h175 #define ATA_12 0xa1 /* 12-byte pass-thru */ macro
/linux/include/trace/events/
H A Dtarget.h109 scsi_opcode_name(ATA_12))
H A Dscsi.h105 scsi_opcode_name(ATA_12))
/linux/drivers/ata/
H A Dlibata-scsi.c1647 if (((cdb[0] == ATA_16) || (cdb[0] == ATA_12)) && in ata_scsi_qc_complete()
2918 case ATA_12: in ata_scsi_pass_thru()
3318 case ATA_12: in ata_scsiop_maint_in()
4084 case ATA_12: in ata_get_xlat_func()
H A Dlibata-core.c536 case ATA_12: in atapi_cmd_type()
/linux/drivers/scsi/
H A Dstorvsc_drv.c1032 case ATA_12: in storvsc_handle_error()
/linux/drivers/scsi/aacraid/
H A Daachba.c3530 if ((scsicmd->cmnd[0] == ATA_12) in aac_srb_callback()
/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_os.c3337 if (scmd->result != (DID_OK << 16) && (scmd->cmnd[0] != ATA_12) && in mpi3mr_process_op_reply_desc()
/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_scsih.c4991 if (scmd->cmnd[0] != ATA_12 && scmd->cmnd[0] != ATA_16) in _scsih_set_satl_pending()