• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/

Lines Matching defs:CommandIdentifier

256   int CommandsRemaining = 0, CommandIdentifier, CommandGroupByteCount;
302 for (CommandIdentifier = 1;
303 CommandIdentifier <= Controller->DriverQueueDepth;
304 CommandIdentifier++)
310 Controller->DriverQueueDepth - CommandIdentifier + 1;
322 Command->CommandIdentifier = CommandIdentifier;
326 Controller->Commands[CommandIdentifier-1] = Command;
405 if ((Command->CommandIdentifier
532 CommandMailbox->Common.CommandIdentifier = Command->CommandIdentifier;
560 CommandMailbox->Common.CommandIdentifier = Command->CommandIdentifier;
585 CommandMailbox->Common.CommandIdentifier = Command->CommandIdentifier;
611 CommandMailbox->Common.CommandIdentifier = Command->CommandIdentifier;
637 CommandMailbox->Common.CommandIdentifier = Command->CommandIdentifier;
663 CommandMailbox->Common.CommandIdentifier = Command->CommandIdentifier;
689 CommandMailbox->Common.CommandIdentifier = Command->CommandIdentifier;
712 CommandMailbox->Common.CommandIdentifier = Command->CommandIdentifier;
729 CommandMailbox->Common.CommandIdentifier = Command->CommandIdentifier;
1266 CommandMailbox.TypeX.CommandIdentifier = 0;
1459 CommandMailbox->SetMemoryMailbox.CommandIdentifier = 1;
3023 Controller->InitialCommand.CommandIdentifier = 1;
5264 while (NextStatusMailbox->Fields.CommandIdentifier > 0)
5266 DAC960_V2_CommandIdentifier_T CommandIdentifier =
5267 NextStatusMailbox->Fields.CommandIdentifier;
5268 DAC960_Command_T *Command = Controller->Commands[CommandIdentifier-1];
5305 while (NextStatusMailbox->Fields.CommandIdentifier > 0)
5307 DAC960_V2_CommandIdentifier_T CommandIdentifier =
5308 NextStatusMailbox->Fields.CommandIdentifier;
5309 DAC960_Command_T *Command = Controller->Commands[CommandIdentifier-1];
5347 while (NextStatusMailbox->Fields.CommandIdentifier > 0)
5349 DAC960_V2_CommandIdentifier_T CommandIdentifier =
5350 NextStatusMailbox->Fields.CommandIdentifier;
5351 DAC960_Command_T *Command = Controller->Commands[CommandIdentifier-1];
5391 DAC960_V1_CommandIdentifier_T CommandIdentifier =
5392 NextStatusMailbox->Fields.CommandIdentifier;
5393 DAC960_Command_T *Command = Controller->Commands[CommandIdentifier-1];
5429 DAC960_V1_CommandIdentifier_T CommandIdentifier =
5430 NextStatusMailbox->Fields.CommandIdentifier;
5431 DAC960_Command_T *Command = Controller->Commands[CommandIdentifier-1];
5464 DAC960_V1_CommandIdentifier_T CommandIdentifier =
5466 DAC960_Command_T *Command = Controller->Commands[CommandIdentifier-1];
5502 DAC960_V1_CommandIdentifier_T CommandIdentifier =
5504 DAC960_Command_T *Command = Controller->Commands[CommandIdentifier-1];