Home
last modified time | relevance | path

Searched refs:ScatterGatherBuffer (Results 1 – 5 of 5) sorted by relevance

/reactos/hal/halx86/generic/
H A Ddma.c126 IN PVOID ScatterGatherBuffer,
1224 IN PVOID ScatterGatherBuffer, in HalBuildScatterGatherList() argument
1240 if (ScatterGatherBuffer) in HalBuildScatterGatherList()
1251 ScatterGatherBuffer = ExAllocatePoolWithTag(NonPagedPool, SgSize, TAG_DMA); in HalBuildScatterGatherList()
1252 if (!ScatterGatherBuffer) in HalBuildScatterGatherList()
1260 ScatterGatherContext = (PSCATTER_GATHER_CONTEXT)ScatterGatherBuffer; in HalBuildScatterGatherList()
1285 ExFreePoolWithTag(ScatterGatherBuffer, TAG_DMA); in HalBuildScatterGatherList()
/reactos/sdk/lib/drivers/wdf/kmdf/inc/private/
H A Dfxdmatransaction.hpp665 __in PVOID ScatterGatherBuffer, in BuildScatterGatherList() argument
702 ScatterGatherBuffer, in BuildScatterGatherList()
720 ScatterGatherBuffer, in BuildScatterGatherList()
/reactos/sdk/include/ddk/
H A Dstrmini.h265 _Field_size_(NumberOfScatterGatherElements) PKSSCATTER_GATHER ScatterGatherBuffer;
H A Dstorport.h2305 _Inout_ PVOID ScatterGatherBuffer,
3107 _Inout_ PVOID ScatterGatherBuffer, in StorPortBuildScatterGatherList() argument
3118 ScatterGatherBuffer, in StorPortBuildScatterGatherList()
/reactos/sdk/include/xdk/
H A Diotypes.h2415 _In_ PVOID ScatterGatherBuffer,
2499 _Out_writes_bytes_opt_(ScatterGatherBufferLength) PSCATTER_GATHER_LIST ScatterGatherBuffer,
2532 _In_ PVOID ScatterGatherBuffer,