Searched refs:fInternalState (Results 1 – 2 of 2) sorted by relevance
65 #define fInternalState reserved macro342 fInternalState->fDextLock = IOLockAlloc(); in setSpecification()344 fInternalState->fDevice = device; in setSpecification()354 if (fInternalState->fDextLock) { in free()358 IOLockFree(fInternalState->fDextLock); in free()432 fInternalState->fCheckAddressing = false; in setMemoryDescriptor()437 fInternalState->fNewMD = true; in setMemoryDescriptor()440 if (fInternalState->fSetActiveNoMapper) { in setMemoryDescriptor()465 if (fInternalState->fSetActiveNoMapper) { in clearMemoryDescriptor()633 IODMACommandInternal * state = fInternalState; in walkAll()[all …]
1021 #define fInternalState reserved macro1047 assert(fInternalState->fDextLock); in PrepareForDMA_Impl()1048 IOLockLock(fInternalState->fDextLock); in PrepareForDMA_Impl()1093 IOLockUnlock(fInternalState->fDextLock); in PrepareForDMA_Impl()1110 assert(fInternalState->fDextLock); in CompleteDMA_Impl()1111 IOLockLock(fInternalState->fDextLock); in CompleteDMA_Impl()1113 if (!fInternalState->fPrepared) { in CompleteDMA_Impl()1133 IOLockUnlock(fInternalState->fDextLock); in CompleteDMA_Impl()