Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/
DDAC960.c278 CommandAllocationLength = offsetof(DAC960_Command_T, V1.EndMarker); in DAC960_CreateAuxiliaryStructures()
291 CommandAllocationLength = offsetof(DAC960_Command_T, V2.EndMarker); in DAC960_CreateAuxiliaryStructures()
317 DAC960_Command_T *Command; in DAC960_CreateAuxiliaryStructures()
331 Command = (DAC960_Command_T *) AllocationPointer; in DAC960_CreateAuxiliaryStructures()
388 DAC960_Command_T *CommandGroup = NULL; in DAC960_DestroyAuxiliaryStructures()
397 DAC960_Command_T *Command = Controller->Commands[i]; in DAC960_DestroyAuxiliaryStructures()
468 static inline void DAC960_V1_ClearCommand(DAC960_Command_T *Command) in DAC960_V1_ClearCommand()
481 static inline void DAC960_V2_ClearCommand(DAC960_Command_T *Command) in DAC960_V2_ClearCommand()
496 static inline DAC960_Command_T *DAC960_AllocateCommand(DAC960_Controller_T in DAC960_AllocateCommand()
499 DAC960_Command_T *Command = Controller->FreeCommands; in DAC960_AllocateCommand()
[all …]
DDAC960.h2263 DAC960_Command_T; typedef
2320 DAC960_Command_T *FreeCommands;
2328 DAC960_Command_T InitialCommand;
2329 DAC960_Command_T *Commands[DAC960_MaxDriverQueueDepth];
2332 void (*QueueCommand)(DAC960_Command_T *Command);
2336 void (*QueueReadWriteCommand)(DAC960_Command_T *Command);
4398 static void DAC960_V1_QueueReadWriteCommand(DAC960_Command_T *);
4399 static void DAC960_V2_QueueReadWriteCommand(DAC960_Command_T *);
4407 static void DAC960_V1_QueueMonitoringCommand(DAC960_Command_T *);
4408 static void DAC960_V2_QueueMonitoringCommand(DAC960_Command_T *);