Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/block/
DDAC960.c272 struct dma_pool *ScatterGatherPool; in DAC960_CreateAuxiliaryStructures() local
281 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 …]
DDAC960.h2318 struct dma_pool *ScatterGatherPool; member