Searched refs:td_self (Results 1 – 2 of 2) sorted by relevance
929 (long long)td->td_self, in xhci_check_transfer()930 (long long)td->td_self + sizeof(td->td_trb)); in xhci_check_transfer()942 offset = td_event - td->td_self; in xhci_check_transfer()1907 td->td_trb[x].qwTrb0 = htole64((uint64_t)td_next->td_self); in xhci_setup_generic_chain_sub()1908 DPRINTF("LINK=0x%08llx\n", (long long)td_next->td_self); in xhci_setup_generic_chain_sub()2971 pepext->trb[i].qwTrb0 = htole64((uint64_t)td_first->td_self); in xhci_transfer_insert()3766 td->td_self = page_info.physaddr; in xhci_xfer_setup()
355 uint64_t td_self; member