VfCalculateScatterGatherListSize
NTSTATUS __stdcall VfCalculateScatterGatherListSize(
ULONG_PTR DmaAdapter,
VOID *CurrentVa,
VOID *Length,
UINT64 ScatterGatherListSize,
UINT64 *pNumberOfMapRegisters,
UINT64 *pNumberOfMapRegistersa){
unsigned int v7;
__int64 v9;
__int64(__fastcall *RealDmaOperation)(__int64, VOID *, VOID *, _QWORD, UINT64 *, UINT64 *);
v7 = ScatterGatherListSize;
v9 = *(_QWORD *)&DmaAdapter;
RealDmaOperation = (__int64(__fastcall *)(__int64, VOID *, VOID *, _QWORD, UINT64 *, UINT64 *))ViGetRealDmaOperation(
DmaAdapter,
0x68ui64);
return RealDmaOperation(v9, CurrentVa, Length, v7, pNumberOfMapRegisters, pNumberOfMapRegistersa);
}Referenced by:
No references.