Home
last modified time | relevance | path

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

/reactos/sdk/lib/drivers/wdf/shared/inc/private/km/
H A Dfxdmaenabler.hpp181 GetMaxSGElements( in GetMaxSGElements() function in FxDmaEnabler
/reactos/sdk/lib/drivers/wdf/kmdf/src/dma/base/
H A Dfxdmaenablerapi.cpp308 return pDmaEnabler->GetMaxSGElements(); in __drv_maxIRQL()
H A Dfxdmatransaction.cpp1119 ASSERT(SgList->NumberOfElements <= pDmaTransaction->m_DmaEnabler->GetMaxSGElements()); in _AdapterListControl()