Home
last modified time | relevance | path

Searched refs:m_SentIoListHead (Results 1 – 3 of 3) sorted by relevance

/reactos/sdk/lib/drivers/wdf/shared/targets/general/
H A Dfxiotarget.cpp58 InitializeListHead(&m_SentIoListHead); in Construct()
93 ASSERT(IsListEmpty(&m_SentIoListHead)); in ~FxIoTarget()
682 if (IsListEmpty(&m_SentIoListHead)) { in GotoStopState()
710 &m_SentIoListHead, in GotoStopState()
856 &m_SentIoListHead, in GotoPurgeState()
1022 &m_SentIoListHead, in GotoRemoveState()
1534 InsertTailList(&m_SentIoListHead, &Request->m_ListEntry); in SubmitLocked()
1989 if (IsListEmpty(&m_SentIoListHead) && IsListEmpty(&m_IgnoredIoListHead)) { in RemoveCompletedRequestLocked()
2007 IsListEmpty(&m_SentIoListHead)) { in RemoveCompletedRequestLocked()
2642 &m_SentIoListHead, in CancelSentIo()
/reactos/sdk/lib/drivers/wdf/shared/inc/private/common/
H A Dfxiotarget.hpp868 LIST_ENTRY m_SentIoListHead; member in FxIoTarget
/reactos/sdk/lib/drivers/wdf/shared/targets/usb/
H A Dfxusbpipe.cpp1143 ASSERT(IsListEmpty(&m_SentIoListHead)); in GotoStartState()