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
1417 list_for_each_entry(command, &dev->cmd_list, list) in _aac_reset_adapter()
1418 if (command->SCp.phase == AAC_OWNER_FIRMWARE) { in _aac_reset_adapter()
1419 command->SCp.buffer = (struct scatterlist *)command_list; in _aac_reset_adapter()
1420 command_list = command; in _aac_reset_adapter()
1424 while ((command = command_list)) { in _aac_reset_adapter()
1425 command_list = (struct scsi_cmnd *)command->SCp.buffer; in _aac_reset_adapter()
1426 command->SCp.buffer = NULL; in _aac_reset_adapter()
1427 command->result = DID_OK << 16 in _aac_reset_adapter()
1430 command->SCp.phase = AAC_OWNER_ERROR_HANDLER; in _aac_reset_adapter()
1431 command->scsi_done(command); in _aac_reset_adapter()
1469 struct scsi_cmnd * command; in aac_reset_adapter() local
1474 list_for_each_entry(command, &dev->cmd_list, list) { in aac_reset_adapter()
1475 if (command->SCp.phase == AAC_OWNER_FIRMWARE) { in aac_reset_adapter()
1511 cmd->command = cpu_to_le32(VM_ContainerConfig); in aac_reset_adapter()
1618 aif->command = cpu_to_le32(AifCmdEventNotify); in aac_check_health()
1736 if (aifcmd->command == cpu_to_le32(AifCmdDriverNotify)) { in aac_command_thread()
1752 if ((aifcmd->command == in aac_command_thread()
1754 (aifcmd->command == in aac_command_thread()