Lines Matching defs:command
232 * aac_queuecommand - queue a SCSI command
233 * @shost: Scsi host to queue command on
234 * @cmd: SCSI command to queue
236 * Queues a command for execution by the associated Host Adapter.
799 struct scsi_cmnd *command;
802 command = fib->callback_data;
808 ((command)) &&
809 (command->device == cmd->device)) {
812 command->SCp.phase =
814 if (command == cmd)
896 * aac_eh_dev_reset - Device reset command handling
897 * @scsi_cmd: SCSI command block causing the reset
911 u8 command;
933 command = aac_eh_tmf_lun_reset_fib(info, fib, dev->lun);
937 status = aac_hba_send(command, fib,
959 * aac_eh_target_reset - Target reset command handling
960 * @scsi_cmd: SCSI command block causing the reset
974 u8 command;
997 command = aac_eh_tmf_hard_reset_fib(info, fib);
1001 status = aac_hba_send(command, fib,
1025 * aac_eh_bus_reset - Bus reset command handling
1026 * @scsi_cmd: SCSI command block causing the reset
1078 * aac_eh_host_reset - Host reset command handling
1079 * @scsi_cmd: SCSI command block causing the reset
1108 /* Bypass wait for command quiesce */
1164 * @cmd: ioctl command code
1703 printk(KERN_ERR "aacraid: Unable to create command thread.\n");