Lines Matching defs:command
231 * aac_queuecommand - queue a SCSI command
232 * @shost: Scsi host to queue command on
233 * @cmd: SCSI command to queue
235 * Queues a command for execution by the associated Host Adapter.
800 struct scsi_cmnd *command;
803 command = fib->callback_data;
809 ((command)) &&
810 (command->device == cmd->device)) {
813 aac_priv(command)->owner =
815 if (command == cmd)
897 * aac_eh_dev_reset - Device reset command handling
898 * @scsi_cmd: SCSI command block causing the reset
912 u8 command;
934 command = aac_eh_tmf_lun_reset_fib(info, fib, dev->lun);
938 status = aac_hba_send(command, fib,
960 * aac_eh_target_reset - Target reset command handling
961 * @scsi_cmd: SCSI command block causing the reset
975 u8 command;
998 command = aac_eh_tmf_hard_reset_fib(info, fib);
1002 status = aac_hba_send(command, fib,
1026 * aac_eh_bus_reset - Bus reset command handling
1027 * @scsi_cmd: SCSI command block causing the reset
1079 * aac_eh_host_reset - Host reset command handling
1080 * @scsi_cmd: SCSI command block causing the reset
1109 /* Bypass wait for command quiesce */
1165 * @cmd: ioctl command code
1707 printk(KERN_ERR "aacraid: Unable to create command thread.\n");