Lines Matching defs:command
217 * @scmd: SCSI command
415 * Gets the next free QE off the requested priorty adapter command
432 * Setup queue entry with a command, status and fib mapped
441 * Setup queue entry with command, status and fib mapped
468 * @command: Command to send
483 int aac_fib_send(u16 command, struct fib *fibptr, unsigned long size,
531 * with the new native hba command handle
538 * response from the adapter. Also load the command from the
543 hw_fib->header.Command = cpu_to_le16(command);
554 * the adapter a command is ready.
574 dprintk((KERN_DEBUG " SubCommand = %d.\n", le32_to_cpu(((struct aac_query_mount *)fib_data(fibptr))->command)));
640 /* Only set for first known interruptable command */
643 * *VERY* Dangerous to time out a command, the
655 printk(KERN_ERR "aacraid: aac_fib_send: first asynchronous command timed out.\n"
707 int aac_hba_send(u8 command, struct fib *fibptr, fib_callback callback,
726 hbacmd->iu_type = command;
728 if (command == HBA_IU_TYPE_SCSI_CMD_REQ) {
903 * command and we have finished processing the command. We
904 * call completeFib when we are done processing the command
970 * command is complete that we had sent to the adapter and this
1087 switch (le32_to_cpu(aifcmd->command)) {
1674 cmd->command = cpu_to_le32(VM_ContainerConfig);
1718 * aac_aifcmd.command = AifCmdEventNotify = 1
1780 aif->command = cpu_to_le32(AifCmdEventNotify);
2207 if (aifcmd->command == cpu_to_le32(AifCmdDriverNotify)) {
2220 if (aifcmd->command == cpu_to_le32(AifCmdEventNotify)
2221 || aifcmd->command == cpu_to_le32(AifCmdJobProgress)) {
2419 * aac_command_thread - command processing thread