Home
last modified time | relevance | path

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

/Linux-v4.19/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.c268 int CommandsRemaining = 0, CommandIdentifier, CommandGroupByteCount; in DAC960_CreateAuxiliaryStructures() local
314 for (CommandIdentifier = 1; in DAC960_CreateAuxiliaryStructures()
315 CommandIdentifier <= Controller->DriverQueueDepth; in DAC960_CreateAuxiliaryStructures()
316 CommandIdentifier++) in DAC960_CreateAuxiliaryStructures()
322 Controller->DriverQueueDepth - CommandIdentifier + 1; in DAC960_CreateAuxiliaryStructures()
334 Command->CommandIdentifier = CommandIdentifier; in DAC960_CreateAuxiliaryStructures()
338 Controller->Commands[CommandIdentifier-1] = Command; in DAC960_CreateAuxiliaryStructures()
419 if ((Command->CommandIdentifier in DAC960_DestroyAuxiliaryStructures()
544 CommandMailbox->Common.CommandIdentifier = Command->CommandIdentifier; in DAC960_GEM_QueueCommand()
572 CommandMailbox->Common.CommandIdentifier = Command->CommandIdentifier; in DAC960_BA_QueueCommand()
[all …]