Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/block/
DDAC960.c270 dma_addr_t ScatterGatherDMA; in DAC960_CreateAuxiliaryStructures() local
339 &ScatterGatherDMA); in DAC960_CreateAuxiliaryStructures()
348 ScatterGatherDMA); in DAC960_CreateAuxiliaryStructures()
357 Command->V1.ScatterGatherListDMA = ScatterGatherDMA; in DAC960_CreateAuxiliaryStructures()
363 Command->V2.ScatterGatherListDMA = ScatterGatherDMA; in DAC960_CreateAuxiliaryStructures()
385 dma_addr_t ScatterGatherDMA; in DAC960_DestroyAuxiliaryStructures() local
404 ScatterGatherDMA = Command->V1.ScatterGatherListDMA; in DAC960_DestroyAuxiliaryStructures()
409 ScatterGatherDMA = Command->V2.ScatterGatherListDMA; in DAC960_DestroyAuxiliaryStructures()
414 pci_pool_free(ScatterGatherPool, ScatterGatherCPU, ScatterGatherDMA); in DAC960_DestroyAuxiliaryStructures()