Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.c925 (long long)td->td_self, in xhci_check_transfer()
926 (long long)td->td_self + sizeof(td->td_trb)); in xhci_check_transfer()
938 offset = td_event - td->td_self; in xhci_check_transfer()
1894 td->td_trb[x].qwTrb0 = htole64((uint64_t)td_next->td_self); in xhci_setup_generic_chain_sub()
1895 DPRINTF("LINK=0x%08llx\n", (long long)td_next->td_self); in xhci_setup_generic_chain_sub()
2948 pepext->trb[i].qwTrb0 = htole64((uint64_t)td_first->td_self); in xhci_transfer_insert()
3740 td->td_self = page_info.physaddr; in xhci_xfer_setup()
Dxhci.h354 uint64_t td_self; member