Home
last modified time | relevance | path

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

/drivers/block/
DDAC960.c355 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
[all …]
DDAC960.h2243 DAC960_V1_ScatterGatherSegment_T *ScatterGatherList; member
2254 DAC960_V2_ScatterGatherSegment_T *ScatterGatherList; member