Searched refs:AllocationPointer (Results 1 – 1 of 1) sorted by relevance
268 void *AllocationPointer = NULL; in DAC960_CreateAuxiliaryStructures() local326 AllocationPointer = kzalloc(CommandGroupByteCount, GFP_ATOMIC); in DAC960_CreateAuxiliaryStructures()327 if (AllocationPointer == NULL) in DAC960_CreateAuxiliaryStructures()331 Command = (DAC960_Command_T *) AllocationPointer; in DAC960_CreateAuxiliaryStructures()332 AllocationPointer += CommandAllocationLength; in DAC960_CreateAuxiliaryStructures()