Lines Matching refs:command
437 int aac_fib_send(u16 command, struct fib *fibptr, unsigned long size, in aac_fib_send() argument
487 hw_fib->header.Command = cpu_to_le16(command); in aac_fib_send()
518 …bCommand = %d.\n", le32_to_cpu(((struct aac_query_mount *)fib_data(fibptr))->command))); in aac_fib_send()
914 switch (le32_to_cpu(aifcmd->command)) { in aac_handle_aif()
1307 struct scsi_cmnd *command; in _aac_reset_adapter() local
1446 list_for_each_entry(command, &dev->cmd_list, list) in _aac_reset_adapter()
1447 if (command->SCp.phase == AAC_OWNER_FIRMWARE) { in _aac_reset_adapter()
1448 command->SCp.buffer = (struct scatterlist *)command_list; in _aac_reset_adapter()
1449 command_list = command; in _aac_reset_adapter()
1453 while ((command = command_list)) { in _aac_reset_adapter()
1454 command_list = (struct scsi_cmnd *)command->SCp.buffer; in _aac_reset_adapter()
1455 command->SCp.buffer = NULL; in _aac_reset_adapter()
1456 command->result = DID_OK << 16 in _aac_reset_adapter()
1459 command->SCp.phase = AAC_OWNER_ERROR_HANDLER; in _aac_reset_adapter()
1460 command->scsi_done(command); in _aac_reset_adapter()
1498 struct scsi_cmnd * command; in aac_reset_adapter() local
1503 list_for_each_entry(command, &dev->cmd_list, list) { in aac_reset_adapter()
1504 if (command->SCp.phase == AAC_OWNER_FIRMWARE) { in aac_reset_adapter()
1540 cmd->command = cpu_to_le32(VM_ContainerConfig); in aac_reset_adapter()
1647 aif->command = cpu_to_le32(AifCmdEventNotify); in aac_check_health()
1765 if (aifcmd->command == cpu_to_le32(AifCmdDriverNotify)) { in aac_command_thread()
1781 if ((aifcmd->command == in aac_command_thread()
1783 (aifcmd->command == in aac_command_thread()