Home
last modified time | relevance | path

Searched refs:pp_count_done_qtds (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c3769 pp->pp_count_done_qtds = 0; in ehci_wait_for_transfers_completion()
3783 pp->pp_count_done_qtds++; in ehci_wait_for_transfers_completion()
3795 pp->pp_count_done_qtds); in ehci_wait_for_transfers_completion()
3797 if (!pp->pp_count_done_qtds) { in ehci_wait_for_transfers_completion()
3805 if (pp->pp_count_done_qtds) { in ehci_wait_for_transfers_completion()
3842 if (pp->pp_count_done_qtds) { in ehci_check_for_transfers_completion()
3846 "count_done_qtds = 0x%x", pp->pp_count_done_qtds); in ehci_check_for_transfers_completion()
3849 pp->pp_count_done_qtds--; in ehci_check_for_transfers_completion()
3851 if (!pp->pp_count_done_qtds) { in ehci_check_for_transfers_completion()
/titanic_44/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h453 uint_t pp_count_done_qtds; /* Done td count */ member