Home
last modified time | relevance | path

Searched refs:QTD_STAT_ACTIVE (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
DEhciUrb.h57 #define QTD_STAT_ACTIVE 0x80 macro
DEhciSched.c354 } else if (EHC_BIT_IS_SET (State, QTD_STAT_ACTIVE)) { in EhcCheckUrbResult()
DEhciUrb.c67 QtdHw->Status = QTD_STAT_ACTIVE; in EhcCreateQtd()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
DEhciUrb.h61 #define QTD_STAT_ACTIVE 0x80 macro
DEhciDebug.c58 if (EHC_BIT_IS_SET (State, QTD_STAT_ACTIVE)) { in EhcDumpStatus()
DEhciSched.c615 } else if (EHC_BIT_IS_SET (State, QTD_STAT_ACTIVE)) { in EhcCheckUrbResult()
914 QtdHw->Status = QTD_STAT_ACTIVE; in EhcUpdateAsyncRequest()
DEhciUrb.c68 QtdHw->Status = QTD_STAT_ACTIVE; in EhcCreateQtd()