Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_isoch_util.c461 pp->pp_itw_tail = itw; in ehci_allocate_itw()
463 pp->pp_itw_tail->itw_next = itw; in ehci_allocate_itw()
464 pp->pp_itw_tail = itw; in ehci_allocate_itw()
542 if (pp->pp_itw_tail == itw) { in ehci_deallocate_itw()
544 pp->pp_itw_tail = NULL; in ehci_deallocate_itw()
560 if (pp->pp_itw_tail == itw) { in ehci_deallocate_itw()
561 pp->pp_itw_tail = prev; in ehci_deallocate_itw()
H A Dehci_xfer.c1854 (pp->pp_itw_tail != NULL)); in ehci_start_periodic_pipe_polling()
/titanic_44/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h443 struct ehci_isoc_xwrapper *pp_itw_tail; /* Tail of the list */ member