Searched refs:ScatterList (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A DDAC960.c343 Command->cmd_sglist = Command->V1.ScatterList;
348 Command->cmd_sglist = Command->V2.ScatterList;
3193 struct scatterlist *ScatterList = Command->V1.ScatterList; local
3208 (DAC960_BusAddress32_T)sg_dma_address(ScatterList);
3226 for (i = 0; i < Command->SegmentCount; i++, ScatterList++, ScatterGatherList++) {
3228 (DAC960_BusAddress32_T)sg_dma_address(ScatterList);
3230 (DAC960_ByteCount32_T)sg_dma_len(ScatterList);
3246 struct scatterlist *ScatterList = Command->V2.ScatterList; local
[all...]
H A DDAC960.h2252 struct scatterlist ScatterList[DAC960_V1_ScatterGatherLimit]; member in struct:DAC960_Command::__anon4053::__anon4054
2265 struct scatterlist ScatterList[DAC960_V2_ScatterGatherLimit]; member in struct:DAC960_Command::__anon4053::__anon4055
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A DBusLogic.c2848 struct scatterlist *ScatterList = (struct scatterlist *) BufferPointer; local
2851 Count = pci_map_sg(HostAdapter->PCI_Device, ScatterList, SegmentCount,
2860 CCB->ScatterGatherList[Segment].SegmentByteCount = sg_dma_len(ScatterList + Segment);
2861 CCB->ScatterGatherList[Segment].SegmentDataPointer = sg_dma_address(ScatterList + Segment);

Completed in 95 milliseconds