|
ReactOS 0.4.16-dev-1948-gd260c1d
|
#include <fxdmaenabler.hpp>

Public Attributes | |
| DEVICE_DESCRIPTION | DeviceDescription |
| PDMA_ADAPTER | AdapterObject |
| size_t | PreallocatedSGListSize |
| size_t | MaximumFragmentLength |
| ULONG | NumberOfMapRegisters |
Definition at line 32 of file fxdmaenabler.hpp.
| PDMA_ADAPTER _FxDmaDescription::AdapterObject |
Definition at line 36 of file fxdmaenabler.hpp.
Referenced by FxDmaPacketTransaction::AllocateAdapterChannel(), FxDmaEnabler::AllocateCommonBuffer(), FxDmaScatterGatherTransaction::BuildScatterGatherList(), FxDmaSystemTransaction::CancelMappedTransfer(), FxDmaTransactionBase::CancelResourceAllocation(), FxDmaEnabler::ConfigureBusMasterAdapters(), FxDmaPacketTransaction::FlushAdapterBuffers(), FxDmaEnabler::FreeCommonBuffer(), FxDmaPacketTransaction::FreeMapRegistersAndAdapter(), FxDmaSystemTransaction::FreeMapRegistersAndAdapter(), FxDmaScatterGatherTransaction::GetScatterGatherList(), FxDmaTransactionBase::GetTransferInfo(), FxDmaEnabler::InitializeTransferContext(), FxDmaPacketTransaction::MapTransfer(), and FxDmaScatterGatherTransaction::PutScatterGatherList().
| DEVICE_DESCRIPTION _FxDmaDescription::DeviceDescription |
Definition at line 34 of file fxdmaenabler.hpp.
Referenced by FxDmaEnabler::ConfigureDmaAdapter(), and FxDmaEnabler::GetMaximumLength().
| size_t _FxDmaDescription::MaximumFragmentLength |
Definition at line 43 of file fxdmaenabler.hpp.
Referenced by FxDmaTransactionBase::Initialize().
| ULONG _FxDmaDescription::NumberOfMapRegisters |
Definition at line 45 of file fxdmaenabler.hpp.
Referenced by FxDmaScatterGatherTransaction::InitializeResources(), FxDmaPacketTransaction::ReserveAdapter(), FxDmaScatterGatherTransaction::StageTransfer(), and FxDmaPacketTransaction::StartTransfer().
| size_t _FxDmaDescription::PreallocatedSGListSize |
Definition at line 41 of file fxdmaenabler.hpp.
Referenced by FxDmaEnabler::ConfigureBusMasterAdapters(), FxDmaEnabler::ConfigureSystemAdapter(), and FxDmaScatterGatherTransaction::StageTransfer().