Contents

IncrementRealizedDataTransferCount

Increments the realized data transfer count. This method is helpful for when the HBA has to do multiple passes of DMA because there are more scatter-gather elements than it can process in one pass.

Declaration

void IncrementRealizedDataTransferCount ( 
 SCSIParallelTaskIdentifierparallelTask, 
 UInt64realizedTransferCountInBytes );

Parameters

  • parallelTask:

    A valid SCSIParallelTaskIdentifier.

  • realizedTransferCountInBytes:

    is the number of bytes to add to the realized data count for the task.

See Also

Miscellaneous