HalpDmaNextContiguousPiece
__int64 __fastcall HalpDmaNextContiguousPiece(__int64 a1, __int64 a2, __int64 a3, __int64 a4, char a5, unsigned int a6){
__int64 v6;
__int64 v7;
__int64 v8;
__int64 v9;
if( (unsigned int)HalpDmaGetAdapterVersion(a1) == 2 )
return HalpDmaNextContiguousPieceV2(v8, v9, v6, v7, a5, a6);
else
return HalpDmaNextContiguousPieceV3(v8, v9, v6, v7, a5, a6);
}Referenced by:
HalPutScatterGatherList
HalpDmaFlushContiguousTransferV2
HalpDmaFlushContiguousTransferV3
HalpDmaFlushScatterTransferV2
HalpDmaFlushScatterTransferV3
HalpDmaMapContiguousTransferV2
HalpDmaMapContiguousTransferV3
HalpDmaMapScatterTransferV2
HalpDmaMapScatterTransferV3