HomeSort by relevance Sort by last modified time
    Searched refs:QtdList (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
EhciUrb.c 63 InitializeListHead (&Qtd->QtdList);
309 Qtd = EFI_LIST_CONTAINER (Entry, EHC_QTD, QtdList);
311 RemoveEntryList (&Qtd->QtdList);
413 InsertTailList (&Qh->Qtds, &Qtd->QtdList);
469 InsertTailList (&Qh->Qtds, &Qtd->QtdList);
485 InsertTailList (&Qh->Qtds, &StatusQtd->QtdList);
492 Qtd = EFI_LIST_CONTAINER (Entry, EHC_QTD, QtdList);
501 NextQtd = EFI_LIST_CONTAINER (Entry->ForwardLink, EHC_QTD, QtdList);
509 NextQtd = EFI_LIST_CONTAINER (Qh->Qtds.ForwardLink, EHC_QTD, QtdList);
EhciDebug.c 195 Qtd = EFI_LIST_CONTAINER (Entry, EHC_QTD, QtdList);
EhciUrb.h 176 LIST_ENTRY QtdList; // The list of QTDs to one end point
EhciSched.c 587 Qtd = EFI_LIST_CONTAINER (Entry, EHC_QTD, QtdList);
899 Qtd = EFI_LIST_CONTAINER (Entry, EHC_QTD, QtdList);
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
EhciUrb.c 62 InitializeListHead (&Qtd->QtdList);
301 Qtd = EFI_LIST_CONTAINER (Entry, PEI_EHC_QTD, QtdList);
303 RemoveEntryList (&Qtd->QtdList);
387 InsertTailList (&Qh->Qtds, &Qtd->QtdList);
441 InsertTailList (&Qh->Qtds, &Qtd->QtdList);
457 InsertTailList (&Qh->Qtds, &StatusQtd->QtdList);
464 Qtd = EFI_LIST_CONTAINER (Entry, PEI_EHC_QTD, QtdList);
473 NextQtd = EFI_LIST_CONTAINER (Entry->ForwardLink, PEI_EHC_QTD, QtdList);
480 NextQtd = EFI_LIST_CONTAINER (Qh->Qtds.ForwardLink, PEI_EHC_QTD, QtdList);
EhciSched.c 326 Qtd = EFI_LIST_CONTAINER (Entry, PEI_EHC_QTD, QtdList);
EhciUrb.h 172 EFI_LIST_ENTRY QtdList; // The list of QTDs to one end point

Completed in 54 milliseconds