Lines Matching refs:CommandIdentifier
267 int CommandsRemaining = 0, CommandIdentifier, CommandGroupByteCount; in DAC960_CreateAuxiliaryStructures() local
313 for (CommandIdentifier = 1; in DAC960_CreateAuxiliaryStructures()
314 CommandIdentifier <= Controller->DriverQueueDepth; in DAC960_CreateAuxiliaryStructures()
315 CommandIdentifier++) in DAC960_CreateAuxiliaryStructures()
321 Controller->DriverQueueDepth - CommandIdentifier + 1; in DAC960_CreateAuxiliaryStructures()
333 Command->CommandIdentifier = CommandIdentifier; in DAC960_CreateAuxiliaryStructures()
337 Controller->Commands[CommandIdentifier-1] = Command; in DAC960_CreateAuxiliaryStructures()
418 if ((Command->CommandIdentifier in DAC960_DestroyAuxiliaryStructures()
545 CommandMailbox->Common.CommandIdentifier = Command->CommandIdentifier; in DAC960_GEM_QueueCommand()
573 CommandMailbox->Common.CommandIdentifier = Command->CommandIdentifier; in DAC960_BA_QueueCommand()
598 CommandMailbox->Common.CommandIdentifier = Command->CommandIdentifier; in DAC960_LP_QueueCommand()
624 CommandMailbox->Common.CommandIdentifier = Command->CommandIdentifier; in DAC960_LA_QueueCommandDualMode()
650 CommandMailbox->Common.CommandIdentifier = Command->CommandIdentifier; in DAC960_LA_QueueCommandSingleMode()
676 CommandMailbox->Common.CommandIdentifier = Command->CommandIdentifier; in DAC960_PG_QueueCommandDualMode()
702 CommandMailbox->Common.CommandIdentifier = Command->CommandIdentifier; in DAC960_PG_QueueCommandSingleMode()
725 CommandMailbox->Common.CommandIdentifier = Command->CommandIdentifier; in DAC960_PD_QueueCommand()
742 CommandMailbox->Common.CommandIdentifier = Command->CommandIdentifier; in DAC960_P_QueueCommand()
1280 CommandMailbox.TypeX.CommandIdentifier = 0; in DAC960_V1_EnableMemoryMailboxInterface()
1476 CommandMailbox->SetMemoryMailbox.CommandIdentifier = 1; in DAC960_V2_EnableMemoryMailboxInterface()
3039 Controller->InitialCommand.CommandIdentifier = 1; in DAC960_DetectController()
5274 while (NextStatusMailbox->Fields.CommandIdentifier > 0) in DAC960_GEM_InterruptHandler()
5276 DAC960_V2_CommandIdentifier_T CommandIdentifier = in DAC960_GEM_InterruptHandler() local
5277 NextStatusMailbox->Fields.CommandIdentifier; in DAC960_GEM_InterruptHandler()
5278 DAC960_Command_T *Command = Controller->Commands[CommandIdentifier-1]; in DAC960_GEM_InterruptHandler()
5315 while (NextStatusMailbox->Fields.CommandIdentifier > 0) in DAC960_BA_InterruptHandler()
5317 DAC960_V2_CommandIdentifier_T CommandIdentifier = in DAC960_BA_InterruptHandler() local
5318 NextStatusMailbox->Fields.CommandIdentifier; in DAC960_BA_InterruptHandler()
5319 DAC960_Command_T *Command = Controller->Commands[CommandIdentifier-1]; in DAC960_BA_InterruptHandler()
5357 while (NextStatusMailbox->Fields.CommandIdentifier > 0) in DAC960_LP_InterruptHandler()
5359 DAC960_V2_CommandIdentifier_T CommandIdentifier = in DAC960_LP_InterruptHandler() local
5360 NextStatusMailbox->Fields.CommandIdentifier; in DAC960_LP_InterruptHandler()
5361 DAC960_Command_T *Command = Controller->Commands[CommandIdentifier-1]; in DAC960_LP_InterruptHandler()
5401 DAC960_V1_CommandIdentifier_T CommandIdentifier = in DAC960_LA_InterruptHandler() local
5402 NextStatusMailbox->Fields.CommandIdentifier; in DAC960_LA_InterruptHandler()
5403 DAC960_Command_T *Command = Controller->Commands[CommandIdentifier-1]; in DAC960_LA_InterruptHandler()
5439 DAC960_V1_CommandIdentifier_T CommandIdentifier = in DAC960_PG_InterruptHandler() local
5440 NextStatusMailbox->Fields.CommandIdentifier; in DAC960_PG_InterruptHandler()
5441 DAC960_Command_T *Command = Controller->Commands[CommandIdentifier-1]; in DAC960_PG_InterruptHandler()
5474 DAC960_V1_CommandIdentifier_T CommandIdentifier = in DAC960_PD_InterruptHandler() local
5476 DAC960_Command_T *Command = Controller->Commands[CommandIdentifier-1]; in DAC960_PD_InterruptHandler()
5512 DAC960_V1_CommandIdentifier_T CommandIdentifier = in DAC960_P_InterruptHandler() local
5514 DAC960_Command_T *Command = Controller->Commands[CommandIdentifier-1]; in DAC960_P_InterruptHandler()