Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_isoch_util.c464 pp->pp_itw_tail->itw_next = itw; in ehci_allocate_itw()
547 pp->pp_itw_head = itw->itw_next; in ehci_deallocate_itw()
551 next = prev->itw_next; in ehci_deallocate_itw()
555 next = next->itw_next; in ehci_deallocate_itw()
559 prev->itw_next = next->itw_next; in ehci_deallocate_itw()
H A Dehci_isoch.c859 next_itw = curr_itw->itw_next; in ehci_remove_isoc_itds()
910 next_itw = curr_itw->itw_next; in ehci_mark_reclaim_isoc()
1037 itw_list = itw->itw_next; in ehci_start_isoc_polling()
1061 itw_list = itw->itw_next; in ehci_start_isoc_polling()
1074 itw_list = itw->itw_next; in ehci_start_isoc_polling()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h653 struct ehci_isoc_xwrapper *itw_next; /* Next wrapper in pp */ member