Searched refs:FreeCommands (Results 1 – 2 of 2) sorted by relevance
312 Controller->FreeCommands = NULL; in DAC960_CreateAuxiliaryStructures()335 Command->Next = Controller->FreeCommands; in DAC960_CreateAuxiliaryStructures()336 Controller->FreeCommands = Command; in DAC960_CreateAuxiliaryStructures()394 Controller->FreeCommands = NULL; in DAC960_DestroyAuxiliaryStructures()499 DAC960_Command_T *Command = Controller->FreeCommands; in DAC960_AllocateCommand()501 Controller->FreeCommands = Command->Next; in DAC960_AllocateCommand()517 Command->Next = Controller->FreeCommands; in DAC960_DeallocateCommand()518 Controller->FreeCommands = Command; in DAC960_DeallocateCommand()529 __wait_event(Controller->CommandWaitQueue, Controller->FreeCommands); in DAC960_WaitForCommand()3042 Controller->FreeCommands = &Controller->InitialCommand; in DAC960_DetectController()
2320 DAC960_Command_T *FreeCommands; member