Searched refs:FreeCommands (Results 1 – 2 of 2) sorted by relevance
313 Controller->FreeCommands = NULL; in DAC960_CreateAuxiliaryStructures()336 Command->Next = Controller->FreeCommands; in DAC960_CreateAuxiliaryStructures()337 Controller->FreeCommands = Command; in DAC960_CreateAuxiliaryStructures()395 Controller->FreeCommands = NULL; in DAC960_DestroyAuxiliaryStructures()498 DAC960_Command_T *Command = Controller->FreeCommands; in DAC960_AllocateCommand()500 Controller->FreeCommands = Command->Next; in DAC960_AllocateCommand()516 Command->Next = Controller->FreeCommands; in DAC960_DeallocateCommand()517 Controller->FreeCommands = Command; in DAC960_DeallocateCommand()528 __wait_event(Controller->CommandWaitQueue, Controller->FreeCommands); in DAC960_WaitForCommand()3043 Controller->FreeCommands = &Controller->InitialCommand; in DAC960_DetectController()
2319 DAC960_Command_T *FreeCommands; member