Searched refs:SegmentCount (Results 1 – 2 of 2) sorted by relevance
3213 if (Command->SegmentCount == 1) in DAC960_V1_QueueReadWriteCommand()3240 CommandMailbox->Type5.ScatterGatherCount = Command->SegmentCount; in DAC960_V1_QueueReadWriteCommand()3242 for (i = 0; i < Command->SegmentCount; i++, ScatterList++, ScatterGatherList++) { in DAC960_V1_QueueReadWriteCommand()3285 if (Command->SegmentCount == 1) in DAC960_V2_QueueReadWriteCommand()3301 if (Command->SegmentCount > 2) in DAC960_V2_QueueReadWriteCommand()3307 .ExtendedScatterGather.ScatterGatherList0Length = Command->SegmentCount; in DAC960_V2_QueueReadWriteCommand()3316 for (i = 0; i < Command->SegmentCount; i++, ScatterList++, ScatterGatherList++) { in DAC960_V2_QueueReadWriteCommand()3354 Command->SegmentCount = blk_rq_map_sg(req_q, in DAC960_process_queue()3357 Command->SegmentCount = pci_map_sg(Controller->PCIDevice, Command->cmd_sglist, in DAC960_process_queue()3358 Command->SegmentCount, Command->DmaDirection); in DAC960_process_queue()[all …]
2234 unsigned int SegmentCount; member