Lines Matching refs:ScatterGatherList
355 Command->V1.ScatterGatherList = in DAC960_CreateAuxiliaryStructures()
361 Command->V2.ScatterGatherList = in DAC960_CreateAuxiliaryStructures()
403 ScatterGatherCPU = (void *)Command->V1.ScatterGatherList; in DAC960_DestroyAuxiliaryStructures()
408 ScatterGatherCPU = (void *)Command->V2.ScatterGatherList; in DAC960_DestroyAuxiliaryStructures()
3207 DAC960_V1_ScatterGatherSegment_T *ScatterGatherList = in DAC960_V1_QueueReadWriteCommand() local
3208 Command->V1.ScatterGatherList; in DAC960_V1_QueueReadWriteCommand()
3242 for (i = 0; i < Command->SegmentCount; i++, ScatterList++, ScatterGatherList++) { in DAC960_V1_QueueReadWriteCommand()
3243 ScatterGatherList->SegmentDataPointer = in DAC960_V1_QueueReadWriteCommand()
3245 ScatterGatherList->SegmentByteCount = in DAC960_V1_QueueReadWriteCommand()
3298 DAC960_V2_ScatterGatherSegment_T *ScatterGatherList; in DAC960_V2_QueueReadWriteCommand() local
3303 ScatterGatherList = Command->V2.ScatterGatherList; in DAC960_V2_QueueReadWriteCommand()
3313 ScatterGatherList = CommandMailbox->SCSI_10.DataTransferMemoryAddress in DAC960_V2_QueueReadWriteCommand()
3316 for (i = 0; i < Command->SegmentCount; i++, ScatterList++, ScatterGatherList++) { in DAC960_V2_QueueReadWriteCommand()
3317 ScatterGatherList->SegmentDataPointer = in DAC960_V2_QueueReadWriteCommand()
3319 ScatterGatherList->SegmentByteCount = in DAC960_V2_QueueReadWriteCommand()