Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_isoch.c858 next_itw = curr_itw->itw_next; in ehci_remove_isoc_itds()
909 next_itw = curr_itw->itw_next; in ehci_mark_reclaim_isoc()
1036 itw_list = itw->itw_next; in ehci_start_isoc_polling()
1060 itw_list = itw->itw_next; in ehci_start_isoc_polling()
1073 itw_list = itw->itw_next; in ehci_start_isoc_polling()
H A Dehci_isoch_util.c463 pp->pp_itw_tail->itw_next = itw; in ehci_allocate_itw()
546 pp->pp_itw_head = itw->itw_next; in ehci_deallocate_itw()
550 next = prev->itw_next; in ehci_deallocate_itw()
554 next = next->itw_next; in ehci_deallocate_itw()
558 prev->itw_next = next->itw_next; in ehci_deallocate_itw()
/titanic_44/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h652 struct ehci_isoc_xwrapper *itw_next; /* Next wrapper in pp */ member