Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
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()