Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/block/
DDAC960.c279 CommandAllocationLength = offsetof(DAC960_Command_T, V1.EndMarker); in DAC960_CreateAuxiliaryStructures()
292 CommandAllocationLength = offsetof(DAC960_Command_T, V2.EndMarker); in DAC960_CreateAuxiliaryStructures()
318 DAC960_Command_T *Command; in DAC960_CreateAuxiliaryStructures()
332 Command = (DAC960_Command_T *) AllocationPointer; in DAC960_CreateAuxiliaryStructures()
389 DAC960_Command_T *CommandGroup = NULL; in DAC960_DestroyAuxiliaryStructures()
398 DAC960_Command_T *Command = Controller->Commands[i]; in DAC960_DestroyAuxiliaryStructures()
467 static inline void DAC960_V1_ClearCommand(DAC960_Command_T *Command) in DAC960_V1_ClearCommand()
480 static inline void DAC960_V2_ClearCommand(DAC960_Command_T *Command) in DAC960_V2_ClearCommand()
495 static inline DAC960_Command_T *DAC960_AllocateCommand(DAC960_Controller_T in DAC960_AllocateCommand()
498 DAC960_Command_T *Command = Controller->FreeCommands; in DAC960_AllocateCommand()
[all …]
DDAC960.h2263 DAC960_Command_T; typedef
2319 DAC960_Command_T *FreeCommands;
2327 DAC960_Command_T InitialCommand;
2328 DAC960_Command_T *Commands[DAC960_MaxDriverQueueDepth];
2331 void (*QueueCommand)(DAC960_Command_T *Command);
2335 void (*QueueReadWriteCommand)(DAC960_Command_T *Command);
4397 static void DAC960_V1_QueueReadWriteCommand(DAC960_Command_T *);
4398 static void DAC960_V2_QueueReadWriteCommand(DAC960_Command_T *);
4406 static void DAC960_V1_QueueMonitoringCommand(DAC960_Command_T *);
4407 static void DAC960_V2_QueueMonitoringCommand(DAC960_Command_T *);