Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/block/
DDAC960.c271 dma_addr_t ScatterGatherDMA; in DAC960_CreateAuxiliaryStructures() local
340 &ScatterGatherDMA); in DAC960_CreateAuxiliaryStructures()
349 ScatterGatherDMA); in DAC960_CreateAuxiliaryStructures()
358 Command->V1.ScatterGatherListDMA = ScatterGatherDMA; in DAC960_CreateAuxiliaryStructures()
364 Command->V2.ScatterGatherListDMA = ScatterGatherDMA; in DAC960_CreateAuxiliaryStructures()
386 dma_addr_t ScatterGatherDMA; in DAC960_DestroyAuxiliaryStructures() local
405 ScatterGatherDMA = Command->V1.ScatterGatherListDMA; in DAC960_DestroyAuxiliaryStructures()
410 ScatterGatherDMA = Command->V2.ScatterGatherListDMA; in DAC960_DestroyAuxiliaryStructures()
415 dma_pool_free(ScatterGatherPool, ScatterGatherCPU, ScatterGatherDMA); in DAC960_DestroyAuxiliaryStructures()