Home
last modified time | relevance | path

Searched refs:ThisTd (Results 1 – 10 of 10) sorted by relevance

/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhciQueue.c204 IN UHCI_TD_SW *ThisTd in UhciAppendTd() argument
209 PhyAddr = UsbHcGetPciAddressForHostMem (Uhc->MemPool, ThisTd, sizeof (UHCI_TD_HW)); in UhciAppendTd()
211 ASSERT ((PrevTd != NULL) && (ThisTd != NULL)); in UhciAppendTd()
214 PrevTd->NextTd = (VOID *) ThisTd; in UhciAppendTd()
234 UHCI_TD_SW *ThisTd; in UhciDestoryTds() local
239 ThisTd = NextTd; in UhciDestoryTds()
240 NextTd = ThisTd->NextTd; in UhciDestoryTds()
241 UsbHcFreeMem (Uhc->MemPool, ThisTd, sizeof (UHCI_TD_SW)); in UhciDestoryTds()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhciQueue.c210 IN UHCI_TD_SW *ThisTd in UhciAppendTd() argument
215 PhyAddr = UsbHcGetPciAddressForHostMem (Uhc->MemPool, ThisTd, sizeof (UHCI_TD_HW)); in UhciAppendTd()
217 ASSERT ((PrevTd != NULL) && (ThisTd != NULL)); in UhciAppendTd()
220 PrevTd->NextTd = (VOID *) ThisTd; in UhciAppendTd()
240 UHCI_TD_SW *ThisTd; in UhciDestoryTds() local
245 ThisTd = NextTd; in UhciDestoryTds()
246 NextTd = ThisTd->NextTd; in UhciDestoryTds()
247 UsbHcFreeMem (Uhc->MemPool, ThisTd, sizeof (UHCI_TD_SW)); in UhciDestoryTds()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhciQueue.c204 IN UHCI_TD_SW *ThisTd in UhciAppendTd() argument
209 PhyAddr = UsbHcGetPciAddressForHostMem (Uhc->MemPool, ThisTd, sizeof (UHCI_TD_HW)); in UhciAppendTd()
211 ASSERT ((PrevTd != NULL) && (ThisTd != NULL)); in UhciAppendTd()
214 PrevTd->NextTd = (VOID *) ThisTd; in UhciAppendTd()
234 UHCI_TD_SW *ThisTd; in UhciDestoryTds() local
239 ThisTd = NextTd; in UhciDestoryTds()
240 NextTd = ThisTd->NextTd; in UhciDestoryTds()
241 UsbHcFreeMem (Uhc->MemPool, ThisTd, sizeof (UHCI_TD_SW)); in UhciDestoryTds()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhciQueue.c204 IN UHCI_TD_SW *ThisTd in UhciAppendTd() argument
209 PhyAddr = UsbHcGetPciAddressForHostMem (Uhc->MemPool, ThisTd, sizeof (UHCI_TD_HW)); in UhciAppendTd()
211 ASSERT ((PrevTd != NULL) && (ThisTd != NULL)); in UhciAppendTd()
214 PrevTd->NextTd = (VOID *) ThisTd; in UhciAppendTd()
234 UHCI_TD_SW *ThisTd; in UhciDestoryTds() local
239 ThisTd = NextTd; in UhciDestoryTds()
240 NextTd = ThisTd->NextTd; in UhciDestoryTds()
241 UsbHcFreeMem (Uhc->MemPool, ThisTd, sizeof (UHCI_TD_SW)); in UhciDestoryTds()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhciQueue.c204 IN UHCI_TD_SW *ThisTd in UhciAppendTd() argument
209 PhyAddr = UsbHcGetPciAddressForHostMem (Uhc->MemPool, ThisTd, sizeof (UHCI_TD_HW)); in UhciAppendTd()
211 ASSERT ((PrevTd != NULL) && (ThisTd != NULL)); in UhciAppendTd()
214 PrevTd->NextTd = (VOID *) ThisTd; in UhciAppendTd()
234 UHCI_TD_SW *ThisTd; in UhciDestoryTds() local
239 ThisTd = NextTd; in UhciDestoryTds()
240 NextTd = ThisTd->NextTd; in UhciDestoryTds()
241 UsbHcFreeMem (Uhc->MemPool, ThisTd, sizeof (UHCI_TD_SW)); in UhciDestoryTds()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhciQueue.c204 IN UHCI_TD_SW *ThisTd in UhciAppendTd() argument
209 PhyAddr = UsbHcGetPciAddressForHostMem (Uhc->MemPool, ThisTd, sizeof (UHCI_TD_HW)); in UhciAppendTd()
211 ASSERT ((PrevTd != NULL) && (ThisTd != NULL)); in UhciAppendTd()
214 PrevTd->NextTd = (VOID *) ThisTd; in UhciAppendTd()
234 UHCI_TD_SW *ThisTd; in UhciDestoryTds() local
239 ThisTd = NextTd; in UhciDestoryTds()
240 NextTd = ThisTd->NextTd; in UhciDestoryTds()
241 UsbHcFreeMem (Uhc->MemPool, ThisTd, sizeof (UHCI_TD_SW)); in UhciDestoryTds()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhciQueue.c204 IN UHCI_TD_SW *ThisTd in UhciAppendTd() argument
209 PhyAddr = UsbHcGetPciAddressForHostMem (Uhc->MemPool, ThisTd, sizeof (UHCI_TD_HW)); in UhciAppendTd()
211 ASSERT ((PrevTd != NULL) && (ThisTd != NULL)); in UhciAppendTd()
214 PrevTd->NextTd = (VOID *) ThisTd; in UhciAppendTd()
234 UHCI_TD_SW *ThisTd; in UhciDestoryTds() local
239 ThisTd = NextTd; in UhciDestoryTds()
240 NextTd = ThisTd->NextTd; in UhciDestoryTds()
241 UsbHcFreeMem (Uhc->MemPool, ThisTd, sizeof (UHCI_TD_SW)); in UhciDestoryTds()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhciQueue.c204 IN UHCI_TD_SW *ThisTd in UhciAppendTd() argument
209 PhyAddr = UsbHcGetPciAddressForHostMem (Uhc->MemPool, ThisTd, sizeof (UHCI_TD_HW)); in UhciAppendTd()
211 ASSERT ((PrevTd != NULL) && (ThisTd != NULL)); in UhciAppendTd()
214 PrevTd->NextTd = (VOID *) ThisTd; in UhciAppendTd()
234 UHCI_TD_SW *ThisTd; in UhciDestoryTds() local
239 ThisTd = NextTd; in UhciDestoryTds()
240 NextTd = ThisTd->NextTd; in UhciDestoryTds()
241 UsbHcFreeMem (Uhc->MemPool, ThisTd, sizeof (UHCI_TD_SW)); in UhciDestoryTds()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhciQueue.c204 IN UHCI_TD_SW *ThisTd in UhciAppendTd() argument
209 PhyAddr = UsbHcGetPciAddressForHostMem (Uhc->MemPool, ThisTd, sizeof (UHCI_TD_HW)); in UhciAppendTd()
211 ASSERT ((PrevTd != NULL) && (ThisTd != NULL)); in UhciAppendTd()
214 PrevTd->NextTd = (VOID *) ThisTd; in UhciAppendTd()
234 UHCI_TD_SW *ThisTd; in UhciDestoryTds() local
239 ThisTd = NextTd; in UhciDestoryTds()
240 NextTd = ThisTd->NextTd; in UhciDestoryTds()
241 UsbHcFreeMem (Uhc->MemPool, ThisTd, sizeof (UHCI_TD_SW)); in UhciDestoryTds()
/dports/sysutils/edk2/edk2-edk2-stable202102/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhciQueue.c204 IN UHCI_TD_SW *ThisTd in UhciAppendTd() argument
209 PhyAddr = UsbHcGetPciAddressForHostMem (Uhc->MemPool, ThisTd, sizeof (UHCI_TD_HW)); in UhciAppendTd()
211 ASSERT ((PrevTd != NULL) && (ThisTd != NULL)); in UhciAppendTd()
214 PrevTd->NextTd = (VOID *) ThisTd; in UhciAppendTd()
234 UHCI_TD_SW *ThisTd; in UhciDestoryTds() local
239 ThisTd = NextTd; in UhciDestoryTds()
240 NextTd = ThisTd->NextTd; in UhciDestoryTds()
241 UsbHcFreeMem (Uhc->MemPool, ThisTd, sizeof (UHCI_TD_SW)); in UhciDestoryTds()