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.c461 pp->pp_itw_tail = itw;
463 pp->pp_itw_tail->itw_next = itw;
464 pp->pp_itw_tail = itw;
542 if (pp->pp_itw_tail == itw) {
544 pp->pp_itw_tail = NULL;
560 if (pp->pp_itw_tail == itw) {
561 pp->pp_itw_tail = prev;
H A Dehci_xfer.c1854 (pp->pp_itw_tail != NULL));
/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 in struct:ehci_pipe_private

Completed in 1933 milliseconds