Searched refs:CommandAllocationGroupSize (Results 1 – 2 of 2) sorted by relevance
267 int CommandAllocationLength, CommandAllocationGroupSize; in DAC960_CreateAuxiliaryStructures() local280 CommandAllocationGroupSize = DAC960_V1_CommandAllocationGroupSize; in DAC960_CreateAuxiliaryStructures()293 CommandAllocationGroupSize = DAC960_V2_CommandAllocationGroupSize; in DAC960_CreateAuxiliaryStructures()312 Controller->CommandAllocationGroupSize = CommandAllocationGroupSize; in DAC960_CreateAuxiliaryStructures()323 if (CommandsRemaining > CommandAllocationGroupSize) in DAC960_CreateAuxiliaryStructures()324 CommandsRemaining = CommandAllocationGroupSize; in DAC960_CreateAuxiliaryStructures()420 % Controller->CommandAllocationGroupSize) == 1) { in DAC960_DestroyAuxiliaryStructures()
2292 unsigned short CommandAllocationGroupSize; member