Lines Matching defs:command

104   F 15-14 Reserved for the IDENTIFY PACKET DEVICE command.
107 F 12 Reserved for the IDENTIFY PACKET DEVICE command.
136 R/W Multiple command
167 69-70 F Reserved (for future command overlap and queuing)
168 71-74 F Reserved for IDENTIFY PACKET DEVICE command.
196 F 14 1 = NOP command supported
197 F 13 1 = READ BUFFER command supported
198 F 12 1 = WRITE BUFFER command supported
201 F 9 1 = DEVICE RESET command supported
215 F 13 1 = FLUSH CACHE EXT command supported
216 F 12 1 = mandatory FLUSH CACHE command supported
228 F 0 1 = DOWNLOAD MICROCODE command supported
241 F 14 1 = NOP command enabled
242 F 13 1 = READ BUFFER command enabled
243 F 12 1 = WRITE BUFFER command enabled
246 F 9 1 = DEVICE RESET command enabled
259 F 13 1 = FLUSH CACHE EXT command supported
260 F 12 1 = FLUSH CACHE command supported
271 F 1 1 = READ/WRITE DMA QUEUED command supported
272 F 0 1 = DOWNLOAD MICROCODE command supported
400 uint8 command; /* R: status W:command */
549 \return: command execution status
551 handles INQUIRY SCSI command
566 .command = 0xec,
591 PTRACE(usti->udi, "write command 1 status:%08x\n", status);
597 PTRACE(usti->udi, "write command 2 status:%08x\n", status);
628 \return: command execution status
630 handles TEST_UNIT_READY SCSI command
643 \return: command execution status
645 handles READ_CAPACITY SCSI command
658 \return: command execution status
660 handles REQUEST_SENSE SCSI command
673 \return: command execution status
675 handles MODE_SENSE SCSI command
688 \return: command execution status
690 handles MODE_SELECT SCSI command
703 \return: command execution status
705 handles READ SCSI command
718 \return: command execution status
720 handles WRITE SCSI command
733 \return: command execution status
735 handles "Unknown" SCSI command that were not handled
747 \param cmd: SCSI command to be performed on USB device
748 \param cmdlen: length of SCSI command
753 \param ccbio: CCB_SCSIIO struct for original SCSI command
754 \param cb: callback to handle of final stage of command performing (autosense \
757 transfer procedure for bulk-only protocol. Performs SCSI command on USB device