Lines Matching defs:IODMACommandInternal
107 struct IODMACommandInternal { struct
108 IOMDDMAWalkSegmentState fState;
109 IOMDDMACharacteristics fMDSummary;
111 UInt64 fPreparedOffset;
112 UInt64 fPreparedLength;
114 UInt32 fSourceAlignMask;
116 UInt8 fCursor;
117 UInt8 fCheckAddressing;
118 UInt8 fIterateOnly;
119 UInt8 fMisaligned;
120 UInt8 fPrepared;
121 UInt8 fDoubleBuffer;
122 UInt8 fNewMD;
123 UInt8 fLocalMapperAllocValid;
124 UInt8 fIOVMAddrValid;
125 UInt8 fForceDoubleBuffer;
126 UInt8 fSetActiveNoMapper;
128 vm_page_t fCopyPageAlloc;
129 vm_page_t fCopyNext;
130 vm_page_t fNextRemapPage;
132 ppnum_t fCopyPageCount;
134 uint64_t fLocalMapperAlloc;
135 uint64_t fLocalMapperAllocLength;
137 OSPtr<IOBufferMemoryDescriptor> fCopyMD;
139 IOService * fDevice;
140 IOLock * fDextLock;
143 IOReturn fStatus;
144 UInt64 fActualByteCount;
145 AbsoluteTime fTimeStamp;
148 IODMACommandMapSegment * fMapSegments;
149 uint32_t fMapSegmentsCount;
150 uint64_t fLocalMapperAllocBase;
151 uint64_t fOffset2Index;
152 uint64_t fNextOffset;
153 uint64_t fIndex;