Searched refs:SegmentCount (Results 1 - 2 of 2) sorted by relevance

/drivers/block/
H A DDAC960.c3213 if (Command->SegmentCount == 1)
3240 CommandMailbox->Type5.ScatterGatherCount = Command->SegmentCount;
3242 for (i = 0; i < Command->SegmentCount; i++, ScatterList++, ScatterGatherList++) {
3285 if (Command->SegmentCount == 1)
3301 if (Command->SegmentCount > 2)
3307 .ExtendedScatterGather.ScatterGatherList0Length = Command->SegmentCount;
3316 for (i = 0; i < Command->SegmentCount; i++, ScatterList++, ScatterGatherList++) {
3354 Command->SegmentCount = blk_rq_map_sg(req_q,
3357 Command->SegmentCount = pci_map_sg(Controller->PCIDevice, Command->cmd_sglist,
3358 Command->SegmentCount, Comman
[all...]
H A DDAC960.h2234 unsigned int SegmentCount; member in struct:DAC960_Command

Completed in 37 milliseconds