Home
last modified time | relevance | path

Searched refs:SegmentCount (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/block/
DDAC960.c2817 if (Command->SegmentCount == 1) in DAC960_V1_QueueReadWriteCommand()
2843 CommandMailbox->Type5.ScatterGatherCount = Command->SegmentCount; in DAC960_V1_QueueReadWriteCommand()
2864 if (SegmentNumber != Command->SegmentCount) in DAC960_V1_QueueReadWriteCommand()
2901 if (Command->SegmentCount == 1) in DAC960_V2_QueueReadWriteCommand()
2919 if (Command->SegmentCount > 2) in DAC960_V2_QueueReadWriteCommand()
2925 Command->SegmentCount; in DAC960_V2_QueueReadWriteCommand()
2954 if (SegmentNumber != Command->SegmentCount) in DAC960_V2_QueueReadWriteCommand()
2995 Command->SegmentCount = Request->nr_segments; in DAC960_ProcessRequest()
DDAC960.h2282 unsigned int SegmentCount; member
/linux-2.4.37.9/drivers/scsi/
DBusLogic.c3346 int SegmentCount = Command->use_sg; in BusLogic_QueueCommand() local
3385 if (SegmentCount == 0) in BusLogic_QueueCommand()
3396 CCB->DataLength = SegmentCount * sizeof(BusLogic_ScatterGatherSegment_T); in BusLogic_QueueCommand()
3400 for (Segment = 0; Segment < SegmentCount; Segment++) in BusLogic_QueueCommand()