Searched refs:ScatterGatherPool (Results 1 – 2 of 2) sorted by relevance
272 struct dma_pool *ScatterGatherPool; in DAC960_CreateAuxiliaryStructures() local281 ScatterGatherPool = dma_pool_create("DAC960_V1_ScatterGather", in DAC960_CreateAuxiliaryStructures()285 if (ScatterGatherPool == NULL) in DAC960_CreateAuxiliaryStructures()288 Controller->ScatterGatherPool = ScatterGatherPool; in DAC960_CreateAuxiliaryStructures()294 ScatterGatherPool = dma_pool_create("DAC960_V2_ScatterGather", in DAC960_CreateAuxiliaryStructures()298 if (ScatterGatherPool == NULL) in DAC960_CreateAuxiliaryStructures()305 dma_pool_destroy(ScatterGatherPool); in DAC960_CreateAuxiliaryStructures()309 Controller->ScatterGatherPool = ScatterGatherPool; in DAC960_CreateAuxiliaryStructures()339 ScatterGatherCPU = dma_pool_alloc(ScatterGatherPool, GFP_ATOMIC, in DAC960_CreateAuxiliaryStructures()348 dma_pool_free(ScatterGatherPool, ScatterGatherCPU, in DAC960_CreateAuxiliaryStructures()[all …]
2318 struct dma_pool *ScatterGatherPool; member