Searched refs:CommandAllocationGroupSize (Results 1 – 2 of 2) sorted by relevance
266 int CommandAllocationLength, CommandAllocationGroupSize; in DAC960_CreateAuxiliaryStructures() local279 CommandAllocationGroupSize = DAC960_V1_CommandAllocationGroupSize; in DAC960_CreateAuxiliaryStructures()292 CommandAllocationGroupSize = DAC960_V2_CommandAllocationGroupSize; in DAC960_CreateAuxiliaryStructures()311 Controller->CommandAllocationGroupSize = CommandAllocationGroupSize; in DAC960_CreateAuxiliaryStructures()322 if (CommandsRemaining > CommandAllocationGroupSize) in DAC960_CreateAuxiliaryStructures()323 CommandsRemaining = CommandAllocationGroupSize; in DAC960_CreateAuxiliaryStructures()419 % Controller->CommandAllocationGroupSize) == 1) { in DAC960_DestroyAuxiliaryStructures()
2292 unsigned short CommandAllocationGroupSize; member