Home
last modified time | relevance | path

Searched refs:CommandAllocationGroupSize (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/block/
DDAC960.c154 int CommandAllocationLength, CommandAllocationGroupSize; in DAC960_CreateAuxiliaryStructures() local
160 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()
DDAC960.h2338 unsigned short CommandAllocationGroupSize; member