Searched refs:AllocationPointer (Results 1 – 1 of 1) sorted by relevance
156 void *AllocationPointer = NULL; in DAC960_CreateAuxiliaryStructures() local182 AllocationPointer = kmalloc(CommandGroupByteCount, GFP_ATOMIC); in DAC960_CreateAuxiliaryStructures()183 if (AllocationPointer == NULL) in DAC960_CreateAuxiliaryStructures()185 memset(AllocationPointer, 0, CommandGroupByteCount); in DAC960_CreateAuxiliaryStructures()187 Command = (DAC960_Command_T *) AllocationPointer; in DAC960_CreateAuxiliaryStructures()188 AllocationPointer += CommandAllocationLength; in DAC960_CreateAuxiliaryStructures()