Home
last modified time | relevance | path

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

/drivers/block/
DDAC960.c354 Command->cmd_sglist = Command->V1.ScatterList; in DAC960_CreateAuxiliaryStructures()
360 Command->cmd_sglist = Command->V2.ScatterList; in DAC960_CreateAuxiliaryStructures()
3209 struct scatterlist *ScatterList = Command->V1.ScatterList; in DAC960_V1_QueueReadWriteCommand() local
3224 (DAC960_BusAddress32_T)sg_dma_address(ScatterList); in DAC960_V1_QueueReadWriteCommand()
3242 for (i = 0; i < Command->SegmentCount; i++, ScatterList++, ScatterGatherList++) { in DAC960_V1_QueueReadWriteCommand()
3244 (DAC960_BusAddress32_T)sg_dma_address(ScatterList); in DAC960_V1_QueueReadWriteCommand()
3246 (DAC960_ByteCount32_T)sg_dma_len(ScatterList); in DAC960_V1_QueueReadWriteCommand()
3262 struct scatterlist *ScatterList = Command->V2.ScatterList; in DAC960_V2_QueueReadWriteCommand() local
3290 (DAC960_BusAddress64_T)sg_dma_address(ScatterList); in DAC960_V2_QueueReadWriteCommand()
3316 for (i = 0; i < Command->SegmentCount; i++, ScatterList++, ScatterGatherList++) { in DAC960_V2_QueueReadWriteCommand()
[all …]
DDAC960.h2245 struct scatterlist ScatterList[DAC960_V1_ScatterGatherLimit]; member
2258 struct scatterlist ScatterList[DAC960_V2_ScatterGatherLimit]; member