Searched refs:ScatterGatherCPU (Results 1 – 1 of 1) sorted by relevance
270 void *ScatterGatherCPU = NULL; in DAC960_CreateAuxiliaryStructures() local339 ScatterGatherCPU = dma_pool_alloc(ScatterGatherPool, GFP_ATOMIC, in DAC960_CreateAuxiliaryStructures()341 if (ScatterGatherCPU == NULL) in DAC960_CreateAuxiliaryStructures()348 dma_pool_free(ScatterGatherPool, ScatterGatherCPU, in DAC960_CreateAuxiliaryStructures()357 (DAC960_V1_ScatterGatherSegment_T *)ScatterGatherCPU; in DAC960_CreateAuxiliaryStructures()363 (DAC960_V2_ScatterGatherSegment_T *)ScatterGatherCPU; in DAC960_CreateAuxiliaryStructures()385 void *ScatterGatherCPU; in DAC960_DestroyAuxiliaryStructures() local404 ScatterGatherCPU = (void *)Command->V1.ScatterGatherList; in DAC960_DestroyAuxiliaryStructures()409 ScatterGatherCPU = (void *)Command->V2.ScatterGatherList; in DAC960_DestroyAuxiliaryStructures()414 if (ScatterGatherCPU != NULL) in DAC960_DestroyAuxiliaryStructures()[all …]