Lines Matching defs:command
57 ** Low PCI traffic for command handling when on-chip RAM is present.
72 ** Tagged command queuing
549 ** command line.
569 ** Driver setup from the boot command line
777 ** Get device queue depth from boot command line.
1195 ** when tagged command queuing is enabled.
1290 ** Control of tagged command queuing.
1360 ** The goalpointer points after the last transfer command.
1395 ** last DWORD of the CCB header since it is used for command
1540 struct scsi_cmnd *cmd; /* SCSI command */
1548 ** We may use a second one if the command is rescheduled
1563 u_char sensecmd[6]; /* Sense command */
1713 ** written with a SCR_COPY script command.
1803 ncrcmd command [ 6];
2093 ** or store command. So we have to
2098 ** COPY command with the DSA-register.
2176 ** ... and send the command
2218 PADDR (command),
2423 ** ... start the next command.
2428 ** If command resulted in not GOOD status,
2614 ** or store command. So we have to
2619 ** COPY command with the DSA-register.
2839 ** or store command. So we have to
2844 ** COPY command with the DSA-register.
3243 ** time we had to queue the command to the scripts processor.
3344 ** If command resulted in either QUEUE FULL,
3531 ** command.
3960 ** boot command line.
4006 ** after a command has been seen as completed but we
4104 ** Start execution of a SCSI command.
4137 ** Complete the 1st TEST UNIT READY command
4330 ** to redo the command.
4342 ** Generic SCSI command
4363 ** command
4480 "command processing suspended for %d seconds\n",
4535 * clearing it and so resuming command processing.
4577 ** look for the ccb of this command.
4599 * If the involved command was not in a driver queue, and the
4600 * scsi driver told us reset is synchronous, and the command is not
4616 ** Abort an SCSI command.
4630 * First, look for the scsi command in the waiting list
4643 ** look for the ccb of this command.
4662 ** script to abort the command.
4800 ** Complete execution of a SCSI command.
4829 ** Get command, target and lun pointers.
5703 "tagged command queue depth set to %d\n",
5707 "tagged command queueing disabled\n");
5746 ** clearing it. Then command processing will be resumed.
5751 printk("%s: command processing resumed\n", ncr_name(np));
5761 ** to perform abort of a command, we must look at ccbs about
5804 ** current script command:
5806 ** dbc: first word of script command.
5881 ** since the INTFLY is likely used for command completion
6134 ** Suspend command processing for 1 second and
6184 * ERROR message and let the device decide to retry the command
6320 ** try to find the interrupted script command,
6360 ** move while we are being reselected ot after command complete.
6394 ** check cmd against assumed interrupted script command.
6473 ** COMMAND --> STATUS Bad command or refused by target.
6584 ** Requeue the command to the start queue.
6618 ** sense command
6624 ** patch requested size into sense command
6638 ** requeue the command.
6763 ** a successful inquire command. We look at byte 7 of the
7391 ** This data structure is fully initialized after a SCSI command
7480 ** command has been successfully completed for this target/lun.
7555 ** Initialize command queuing control.
8040 printk("ncr53c8xx : command not queued - result=%d\n", sts);
8045 printk("ncr53c8xx : command successfully queued\n");
8113 * that we must call the done() callback for the involved command,
8114 * even if this command was not queued to the low-level driver,
8156 ** Scsi command waiting list management.
8158 ** It may happen that we cannot insert a scsi command into the start queue,
8164 ** When a scsi command complete, we try to requeue the commands of the
8258 ** Boot command line.
8263 char *ncr53c8xx; /* command line passed by insmod */