Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c3205 (pp->pp_timer_id)) { in ehci_stop_xfer_timer()
3207 timer_id = pp->pp_timer_id; in ehci_stop_xfer_timer()
3210 pp->pp_timer_id = 0; in ehci_stop_xfer_timer()
3250 if (pp->pp_timer_id != 0) { in ehci_xfer_timeout_handler()
3253 pp->pp_timer_id = 0; in ehci_xfer_timeout_handler()
3395 if ((!pp->pp_timer_id) && (pp->pp_timeout_list)) { in ehci_start_timer()
3396 pp->pp_timer_id = timeout(ehci_xfer_timeout_handler, in ehci_start_timer()
3696 ASSERT(pp->pp_timer_id == 0); in ehci_pipe_cleanup()
/titanic_44/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h450 timeout_id_t pp_timer_id; /* Timer id */ member