Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.c818 if (!(td->td_trb[0].dwTrb3 & htole32(XHCI_TRB_3_CYCLE_BIT))) { in xhci_activate_transfer()
820 td->td_trb[0].dwTrb3 |= htole32(XHCI_TRB_3_CYCLE_BIT); in xhci_activate_transfer()
840 if (!(td->td_trb[0].dwTrb3 & htole32(XHCI_TRB_3_CYCLE_BIT))) { in xhci_skip_transfer()
845 td->td_trb[0].qwTrb0 = td_last->td_trb[td_last->ntrb].qwTrb0; in xhci_skip_transfer()
846 td->td_trb[0].dwTrb2 = td_last->td_trb[td_last->ntrb].dwTrb2; in xhci_skip_transfer()
849 td->td_trb[0].dwTrb3 = td_last->td_trb[td_last->ntrb].dwTrb3; in xhci_skip_transfer()
930 (long long)td->td_self + sizeof(td->td_trb)); in xhci_check_transfer()
945 (offset < (int64_t)sizeof(td->td_trb))) { in xhci_check_transfer()
951 temp = le32toh(td->td_trb[i].dwTrb2); in xhci_check_transfer()
1762 td->td_trb[0].qwTrb0 = 0; in xhci_setup_generic_chain_sub()
[all …]
Dxhci.h350 struct xhci_trb td_trb[XHCI_TD_PAGE_NBUF + 1]; member