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

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
EhciUrb.c 195 InitializeListHead (&Qh->Qtds);
292 Free a list of QTDs.
295 @param Qtds The list head of the QTD.
301 IN LIST_ENTRY *Qtds
308 EFI_LIST_FOR_EACH_SAFE (Entry, Next, Qtds) {
345 // schedule data structures. Free all the associated QTDs
347 EhcFreeQtds (Ehc, &Urb->Qh->Qtds);
356 Create a list of QTDs for the URB.
359 @param Urb The URB to create QTDs for.
362 @retval EFI_SUCCESS The QTDs are allocated for the URB.
    [all...]
EhciDebug.c 194 EFI_LIST_FOR_EACH (Entry, &Qh->Qtds) {
EhciUrb.h 176 LIST_ENTRY QtdList; // The list of QTDs to one end point
200 LIST_ENTRY Qtds; // The list of QTDs to this queue head
EhciSched.c 586 EFI_LIST_FOR_EACH (Entry, &Urb->Qh->Qtds) {
898 EFI_LIST_FOR_EACH (Entry, &Urb->Qh->Qtds) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
EhciUrb.c 189 InitializeListHead (&Qh->Qtds);
284 Free a list of QTDs.
287 @param Qtds The list head of the QTD.
293 IN EFI_LIST_ENTRY *Qtds
300 EFI_LIST_FOR_EACH_SAFE (Entry, Next, Qtds) {
324 // schedule data structures. Free all the associated QTDs
326 EhcFreeQtds (Ehc, &Urb->Qh->Qtds);
332 Create a list of QTDs for the URB.
335 @param Urb The URB to create QTDs for.
338 @retval EFI_SUCCESS The QTDs are allocated for the URB.
    [all...]
EhciSched.c 325 EFI_LIST_FOR_EACH (Entry, &Urb->Qh->Qtds) {
EhciUrb.h 172 EFI_LIST_ENTRY QtdList; // The list of QTDs to one end point
198 EFI_LIST_ENTRY Qtds; // The list of QTDs to this queue head

Completed in 1670 milliseconds