ReactOS 0.4.16-dev-117-g38f21f9
|
#include <fxcommonbuffer.hpp>
Protected Attributes | |
PVOID | m_BufferRawVA |
PVOID | m_BufferAlignedVA |
PHYSICAL_ADDRESS | m_BufferAlignedLA |
PHYSICAL_ADDRESS | m_BufferRawLA |
FxDmaEnabler * | m_DmaEnabler |
size_t | m_Length |
size_t | m_RawLength |
size_t | m_Alignment |
Protected Attributes inherited from FxObject | |
union { | |
CfxDeviceBase * m_DeviceBase | |
CfxDevice * m_Device | |
}; | |
Definition at line 54 of file fxcommonbuffer.hpp.
FxCommonBuffer::FxCommonBuffer | ( | __in PFX_DRIVER_GLOBALS | FxDriverGlobals, |
__in FxDmaEnabler * | pDmaEnabler | ||
) |
Definition at line 30 of file fxcommonbuffer.cpp.
_Must_inspect_result_ NTSTATUS FxCommonBuffer::AllocateCommonBuffer | ( | __in size_t | Length | ) |
Definition at line 61 of file fxcommonbuffer.cpp.
Reimplemented from FxObject.
Definition at line 53 of file fxcommonbuffer.cpp.
Definition at line 159 of file fxcommonbuffer.cpp.
Referenced by Dispose().
|
inline |
Definition at line 82 of file fxcommonbuffer.hpp.
Definition at line 91 of file fxcommonbuffer.hpp.
Definition at line 100 of file fxcommonbuffer.hpp.
Definition at line 109 of file fxcommonbuffer.hpp.
|
protected |
Definition at line 157 of file fxcommonbuffer.hpp.
Referenced by AllocateCommonBuffer(), FxCommonBuffer(), and SetAlignment().
|
protected |
Definition at line 131 of file fxcommonbuffer.hpp.
Referenced by AllocateCommonBuffer(), FxCommonBuffer(), and GetAlignedLogicalAddress().
|
protected |
Definition at line 126 of file fxcommonbuffer.hpp.
Referenced by AllocateCommonBuffer(), FxCommonBuffer(), and GetAlignedVirtualAddress().
|
protected |
Definition at line 136 of file fxcommonbuffer.hpp.
Referenced by AllocateCommonBuffer(), FreeCommonBuffer(), and FxCommonBuffer().
|
protected |
Definition at line 121 of file fxcommonbuffer.hpp.
Referenced by AllocateCommonBuffer(), FreeCommonBuffer(), and FxCommonBuffer().
|
protected |
Definition at line 141 of file fxcommonbuffer.hpp.
Referenced by AllocateCommonBuffer(), FreeCommonBuffer(), and FxCommonBuffer().
|
protected |
Definition at line 146 of file fxcommonbuffer.hpp.
Referenced by AllocateCommonBuffer(), FxCommonBuffer(), and GetLength().
|
protected |
Definition at line 152 of file fxcommonbuffer.hpp.
Referenced by AllocateCommonBuffer(), FreeCommonBuffer(), and FxCommonBuffer().