Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.c1678 struct xhci_td *td_first; in xhci_setup_generic_chain_sub() local
1698 td_next = td_first = temp->td_next; in xhci_setup_generic_chain_sub()
1841 if (td != td_first) { in xhci_setup_generic_chain_sub()
1961 td_first->td_trb[0].dwTrb3 &= ~htole32(XHCI_TRB_3_CYCLE_BIT); in xhci_setup_generic_chain_sub()
1962 usb_pc_cpu_flush(td_first->page_cache); in xhci_setup_generic_chain_sub()
2859 struct xhci_td *td_first; in xhci_transfer_insert() local
2882 td_first = xfer->td_transfer_first; in xhci_transfer_insert()
2971 pepext->trb[i].qwTrb0 = htole64((uint64_t)td_first->td_self); in xhci_transfer_insert()