Home
last modified time | relevance | path

Searched refs:NextQtd (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
DEhciUrb.c65 QtdHw->NextQtd = QTD_LINK (NULL, TRUE); in EhcCreateQtd()
351 PEI_EHC_QTD *NextQtd; in EhcCreateQtds() local
473 NextQtd = EFI_LIST_CONTAINER (Entry->ForwardLink, PEI_EHC_QTD, QtdList); in EhcCreateQtds()
474 Qtd->QtdHw.NextQtd = QTD_LINK (NextQtd, FALSE); in EhcCreateQtds()
480 NextQtd = EFI_LIST_CONTAINER (Qh->Qtds.ForwardLink, PEI_EHC_QTD, QtdList); in EhcCreateQtds()
481 Qh->QhHw.NextQtd = QTD_LINK (NextQtd, FALSE); in EhcCreateQtds()
DEhciUrb.h92 UINT32 NextQtd; member
132 UINT32 NextQtd; member
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
DEhciUrb.c66 QtdHw->NextQtd = QTD_LINK (NULL, TRUE); in EhcCreateQtd()
375 EHC_QTD *NextQtd; in EhcCreateQtds() local
501 NextQtd = EFI_LIST_CONTAINER (Entry->ForwardLink, EHC_QTD, QtdList); in EhcCreateQtds()
502 PhyAddr = UsbHcGetPciAddressForHostMem (Ehc->MemPool, NextQtd, sizeof (EHC_QTD)); in EhcCreateQtds()
503 Qtd->QtdHw.NextQtd = QTD_LINK (PhyAddr, FALSE); in EhcCreateQtds()
509 NextQtd = EFI_LIST_CONTAINER (Qh->Qtds.ForwardLink, EHC_QTD, QtdList); in EhcCreateQtds()
510 PhyAddr = UsbHcGetPciAddressForHostMem (Ehc->MemPool, NextQtd, sizeof (EHC_QTD)); in EhcCreateQtds()
511 Qh->QhHw.NextQtd = QTD_LINK (PhyAddr, FALSE); in EhcCreateQtds()
DEhciUrb.h96 UINT32 NextQtd; member
136 UINT32 NextQtd; member
DEhciDebug.c90 DEBUG ((EFI_D_VERBOSE, "Next QTD : %x\n", QtdHw->NextQtd)); in EhcDumpQtd()
166 DEBUG ((EFI_D_VERBOSE, "Next QTD : %x\n", QhHw->NextQtd)); in EhcDumpQh()
DEhciSched.c949 QhHw->NextQtd = QTD_LINK (PciAddr, FALSE); in EhcUpdateAsyncRequest()