Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/block/
DDAC960.c267 int CommandAllocationLength, CommandAllocationGroupSize; in DAC960_CreateAuxiliaryStructures() local
280 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()
DDAC960.h2292 unsigned short CommandAllocationGroupSize; member