Home
last modified time | relevance | path

Searched refs:CommandIdentifier (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/block/
DDAC960.h886 DAC960_V1_CommandIdentifier_T CommandIdentifier; /* Byte 1 */ member
891 DAC960_V1_CommandIdentifier_T CommandIdentifier; /* Byte 1 */ member
898 DAC960_V1_CommandIdentifier_T CommandIdentifier; /* Byte 1 */ member
906 DAC960_V1_CommandIdentifier_T CommandIdentifier; /* Byte 1 */ member
914 DAC960_V1_CommandIdentifier_T CommandIdentifier; /* Byte 1 */ member
925 DAC960_V1_CommandIdentifier_T CommandIdentifier; /* Byte 1 */ member
935 DAC960_V1_CommandIdentifier_T CommandIdentifier; /* Byte 1 */ member
944 DAC960_V1_CommandIdentifier_T CommandIdentifier; /* Byte 1 */ member
953 DAC960_V1_CommandIdentifier_T CommandIdentifier; /* Byte 1 */ member
971 DAC960_V1_CommandIdentifier_T CommandIdentifier; /* Byte 1 */ member
[all …]
DDAC960.c267 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()
[all …]