Home
last modified time | relevance | path

Searched refs:pp_itw_head (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_isoch.c272 if (pp->pp_itw_head == NULL) { in ehci_wait_for_isoc_completion()
280 if (pp->pp_itw_head) { in ehci_wait_for_isoc_completion()
853 curr_itw = pp->pp_itw_head; in ehci_remove_isoc_itds()
899 if (pp->pp_itw_head == NULL) { in ehci_mark_reclaim_isoc()
908 curr_itw = pp->pp_itw_head; in ehci_mark_reclaim_isoc()
1163 if (pp->pp_itw_head == NULL) { in ehci_traverse_active_isoc_list()
H A Dehci_isoch_util.c460 if (pp->pp_itw_head == NULL) { in ehci_allocate_itw()
461 pp->pp_itw_head = itw; in ehci_allocate_itw()
542 if (pp->pp_itw_head == itw) { in ehci_deallocate_itw()
544 pp->pp_itw_head = NULL; in ehci_deallocate_itw()
547 pp->pp_itw_head = itw->itw_next; in ehci_deallocate_itw()
550 prev = pp->pp_itw_head; in ehci_deallocate_itw()
H A Dehci_xfer.c1851 ASSERT((pp->pp_itw_head != NULL) && in ehci_start_periodic_pipe_polling()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h442 struct ehci_isoc_xwrapper *pp_itw_head; /* Head of the list */ member