Searched refs:ScatterGatherList (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/block/
H A DDAC960.c344 Command->V1.ScatterGatherList =
349 Command->V2.ScatterGatherList =
390 ScatterGatherCPU = (void *)Command->V1.ScatterGatherList;
395 ScatterGatherCPU = (void *)Command->V2.ScatterGatherList;
3191 DAC960_V1_ScatterGatherSegment_T *ScatterGatherList = local
3192 Command->V1.ScatterGatherList;
3226 for (i = 0; i < Command->SegmentCount; i++, ScatterList++, ScatterGatherList++) {
3227 ScatterGatherList->SegmentDataPointer =
3229 ScatterGatherList->SegmentByteCount =
3282 DAC960_V2_ScatterGatherSegment_T *ScatterGatherList; local
[all...]
H A DDAC960.h2250 DAC960_V1_ScatterGatherSegment_T *ScatterGatherList; member in struct:DAC960_Command::__anon4010::__anon4011
2261 DAC960_V2_ScatterGatherSegment_T *ScatterGatherList; member in struct:DAC960_Command::__anon4010::__anon4012
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A DBusLogic.h892 ScatterGatherList[BusLogic_ScatterGatherLimit]; member in struct:BusLogic_CCB
H A DBusLogic.c2856 CCB->DataPointer = (unsigned int) CCB->DMA_Handle + ((unsigned long) &CCB->ScatterGatherList - (unsigned long) CCB);
2858 CCB->DataPointer = Virtual_to_32Bit_Virtual(CCB->ScatterGatherList);
2860 CCB->ScatterGatherList[Segment].SegmentByteCount = sg_dma_len(ScatterList + Segment);
2861 CCB->ScatterGatherList[Segment].SegmentDataPointer = sg_dma_address(ScatterList + Segment);

Completed in 109 milliseconds