ReactOS 0.4.16-dev-340-g0540c21
|
#include <fxdmatransactioncallbacks.hpp>
Public Member Functions | |
FxDmaTransactionProgramOrReserveDma (VOID) | |
BOOLEAN | InvokeProgramDma (__in WDFDMATRANSACTION Transaction, __in WDFDEVICE Device, __in PVOID Context, __in WDF_DMA_DIRECTION Direction, __in PSCATTER_GATHER_LIST SgList) |
VOID | InvokeReserveDma (__in WDFDMATRANSACTION Transaction, __in PVOID Context) |
VOID | Clear (VOID) |
Public Member Functions inherited from FxCallback | |
FxCallback (__in_opt PFX_DRIVER_GLOBALS FxDriverGlobals=NULL) | |
PVOID | operator new (__in size_t Size, __in PFX_DRIVER_GLOBALS FxDriverGlobals, __in POOL_TYPE PoolType=NonPagedPool) |
VOID | operator delete (__in PVOID pointer) |
Public Attributes | |
union { | |
PFN_WDF_PROGRAM_DMA ProgramDma | |
PFN_WDF_RESERVE_DMA ReserveDma | |
} | Method |
Additional Inherited Members | |
Protected Member Functions inherited from FxCallback | |
void __inline | CallbackStart (VOID) |
void __inline | CallbackEnd (VOID) |
Definition at line 31 of file fxdmatransactioncallbacks.hpp.
|
inline |
Definition at line 39 of file fxdmatransactioncallbacks.hpp.
Definition at line 88 of file fxdmatransactioncallbacks.hpp.
Referenced by FxDmaPacketTransaction::_AdapterControl().
|
inline |
Definition at line 48 of file fxdmatransactioncallbacks.hpp.
Referenced by FxDmaScatterGatherTransaction::_AdapterListControl(), and FxDmaPacketTransaction::StageTransfer().
|
inline |
Definition at line 75 of file fxdmatransactioncallbacks.hpp.
union { ... } FxDmaTransactionProgramOrReserveDma::Method |
Referenced by FxDmaScatterGatherTransaction::_AdapterListControl(), Clear(), FxDmaTransactionBase::FxDmaTransactionBase(), FxDmaTransactionProgramOrReserveDma(), FxDmaTransactionBase::Initialize(), InvokeProgramDma(), InvokeReserveDma(), FxDmaTransactionBase::ReleaseForReuse(), FxDmaPacketTransaction::ReserveAdapter(), and FxDmaPacketTransaction::StageTransfer().
PFN_WDF_PROGRAM_DMA FxDmaTransactionProgramOrReserveDma::ProgramDma |
PFN_WDF_RESERVE_DMA FxDmaTransactionProgramOrReserveDma::ReserveDma |
Definition at line 36 of file fxdmatransactioncallbacks.hpp.
Referenced by FxDmaPacketTransaction::ReserveAdapter().