Home
last modified time | relevance | path

Searched refs:ATA_12 (Results 1 – 9 of 9) 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 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()
/linux/include/scsi/
H A Dscsi_proto.h176 #define ATA_12 0xa1 /* 12-byte pass-thru */ macro
/linux/include/trace/events/
H A Dtarget.h109 scsi_opcode_name(ATA_12))
/linux/drivers/ata/
H A Dlibata-scsi.c1735 bool is_ata_passthru = cdb[0] == ATA_16 || cdb[0] == ATA_12; in ata_scsi_qc_complete()
3220 case ATA_12: in ata_scsi_pass_thru()
3609 case ATA_12: in ata_scsi_report_supported_opcodes()
4405 case ATA_12: in ata_get_xlat_func()
H A Dlibata-core.c568 case ATA_12: in atapi_cmd_type()
/linux/drivers/scsi/
H A Dstorvsc_drv.c1039 case ATA_12: in storvsc_handle_error()
/linux/drivers/usb/gadget/function/
H A Df_tcm.c1037 case ATA_12: in get_cmd_dir()
/linux/drivers/scsi/aacraid/
H A Daachba.c3528 if ((scsicmd->cmnd[0] == ATA_12) in aac_srb_callback()