Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/storage/
Dcypress_atacb.c77 if (likely(srb->cmnd[0] != ATA_16 && srb->cmnd[0] != ATA_12)) { in cypress_atacb_passthrough()
235 if (srb->cmnd[0] == ATA_12) in cypress_atacb_passthrough()
Dscsiglue.c387 (srb->cmnd[0] == ATA_12 || srb->cmnd[0] == ATA_16)) { in queuecommand_lck()
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()
Duas.c652 (cmnd->cmnd[0] == ATA_12 || cmnd->cmnd[0] == ATA_16)) { in uas_queuecommand_lck()
/Linux-v5.15/include/scsi/
Dscsi_proto.h168 #define ATA_12 0xa1 /* 12-byte pass-thru */ macro
/Linux-v5.15/include/trace/events/
Dtarget.h109 scsi_opcode_name(ATA_12))
Dscsi.h105 scsi_opcode_name(ATA_12))
/Linux-v5.15/drivers/ata/
Dlibata-scsi.c1655 if (((cdb[0] == ATA_16) || (cdb[0] == ATA_12)) && in ata_scsi_qc_complete()
2865 } else if (cdb[0] == ATA_12) { in ata_scsi_pass_thru()
3263 case ATA_12: in ata_scsiop_maint_in()
3925 case ATA_12: in ata_get_xlat_func()
Dlibata-core.c529 case ATA_12: in atapi_cmd_type()
/Linux-v5.15/drivers/scsi/
Dstorvsc_drv.c1076 case ATA_12: in storvsc_handle_error()
/Linux-v5.15/drivers/scsi/mpi3mr/
Dmpi3mr_os.c2288 if (scmd->result != (DID_OK << 16) && (scmd->cmnd[0] != ATA_12) && in mpi3mr_process_op_reply_desc()
/Linux-v5.15/drivers/scsi/aacraid/
Daachba.c3515 if ((scsicmd->cmnd[0] == ATA_12) in aac_srb_callback()
/Linux-v5.15/drivers/scsi/mpt3sas/
Dmpt3sas_scsih.c4995 if (scmd->cmnd[0] != ATA_12 && scmd->cmnd[0] != ATA_16) in _scsih_set_satl_pending()