Searched refs:ThisTd (Results 1 – 1 of 1) sorted by relevance
210 IN UHCI_TD_SW *ThisTd in UhciAppendTd() argument215 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() local245 ThisTd = NextTd; in UhciDestoryTds()246 NextTd = ThisTd->NextTd; in UhciDestoryTds()247 UsbHcFreeMem (Uhc->MemPool, ThisTd, sizeof (UHCI_TD_SW)); in UhciDestoryTds()