Home
last modified time | relevance | path

Searched refs:alt_next (Results 1 - 4 of 4) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/controller/
H A Dxhci.c695 td_alt_next = td->alt_next; in xhci_generic_done_sub()
742 td = td->alt_next; in xhci_generic_done_sub()
751 if (td->alt_next != td_alt_next) { in xhci_generic_done_sub()
832 td = td->alt_next; in xhci_skip_transfer()
992 if (td->alt_next == NULL) { in xhci_check_transfer()
1003 xfer->td_transfer_cache = td->alt_next; in xhci_check_transfer()
1919 td->alt_next = td_alt_next; in xhci_setup_generic_chain_sub()
H A Dehci.c1048 td_alt_next = td->alt_next; in ehci_non_isoc_done_sub()
1089 td = td->alt_next; in ehci_non_isoc_done_sub()
1098 if (td->alt_next != td_alt_next) { in ehci_non_isoc_done_sub()
1308 if (td->alt_next) { in ehci_check_transfer()
1309 td = td->alt_next; in ehci_check_transfer()
1654 td->alt_next = td_alt_next; in ehci_setup_standard_chain_sub()
H A Dxhci.h356 struct xhci_td *alt_next; member
H A Dehci.h212 struct ehci_qtd *alt_next; member

Completed in 11 milliseconds