Searched refs:CommandAllocationGroupSize (Results 1 – 2 of 2) sorted by relevance
154 int CommandAllocationLength, CommandAllocationGroupSize; in DAC960_CreateAuxiliaryStructures() local160 CommandAllocationGroupSize = DAC960_V1_CommandAllocationGroupSize; in DAC960_CreateAuxiliaryStructures()165 CommandAllocationGroupSize = DAC960_V2_CommandAllocationGroupSize; in DAC960_CreateAuxiliaryStructures()167 Controller->CommandAllocationGroupSize = CommandAllocationGroupSize; in DAC960_CreateAuxiliaryStructures()178 if (CommandsRemaining > CommandAllocationGroupSize) in DAC960_CreateAuxiliaryStructures()179 CommandsRemaining = CommandAllocationGroupSize; in DAC960_CreateAuxiliaryStructures()213 % Controller->CommandAllocationGroupSize) == 1) in DAC960_DestroyAuxiliaryStructures()
2338 unsigned short CommandAllocationGroupSize; member