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.c815 if (!(td->td_trb[0].dwTrb3 & htole32(XHCI_TRB_3_CYCLE_BIT))) { in xhci_activate_transfer()
817 td->td_trb[0].dwTrb3 |= htole32(XHCI_TRB_3_CYCLE_BIT); in xhci_activate_transfer()
837 if (!(td->td_trb[0].dwTrb3 & htole32(XHCI_TRB_3_CYCLE_BIT))) { in xhci_skip_transfer()
842 td->td_trb[0].qwTrb0 = td_last->td_trb[td_last->ntrb].qwTrb0; in xhci_skip_transfer()
843 td->td_trb[0].dwTrb2 = td_last->td_trb[td_last->ntrb].dwTrb2; in xhci_skip_transfer()
846 td->td_trb[0].dwTrb3 = td_last->td_trb[td_last->ntrb].dwTrb3; in xhci_skip_transfer()
927 (long long)td->td_self + sizeof(td->td_trb)); in xhci_check_transfer()
942 (offset < (int64_t)sizeof(td->td_trb))) { in xhci_check_transfer()
947 temp = le32toh(td->td_trb[i].dwTrb2); in xhci_check_transfer()
1751 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