Lines Matching refs:ScatterList
354 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()
3318 (DAC960_BusAddress64_T)sg_dma_address(ScatterList); in DAC960_V2_QueueReadWriteCommand()
3320 (DAC960_ByteCount64_T)sg_dma_len(ScatterList); in DAC960_V2_QueueReadWriteCommand()