Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_isoch_util.c462 pp->pp_itw_tail = itw; in ehci_allocate_itw()
464 pp->pp_itw_tail->itw_next = itw; in ehci_allocate_itw()
465 pp->pp_itw_tail = itw; in ehci_allocate_itw()
543 if (pp->pp_itw_tail == itw) { in ehci_deallocate_itw()
545 pp->pp_itw_tail = NULL; in ehci_deallocate_itw()
561 if (pp->pp_itw_tail == itw) { in ehci_deallocate_itw()
562 pp->pp_itw_tail = prev; in ehci_deallocate_itw()
H A Dehci_xfer.c1852 (pp->pp_itw_tail != NULL)); in ehci_start_periodic_pipe_polling()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h443 struct ehci_isoc_xwrapper *pp_itw_tail; /* Tail of the list */ member