Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c3151 if (pp->pp_timeout_list) { in ehci_start_xfer_timer()
3152 tw->tw_timeout_next = pp->pp_timeout_list; in ehci_start_xfer_timer()
3155 pp->pp_timeout_list = tw; in ehci_start_xfer_timer()
3185 if (pp->pp_timeout_list == NULL) { in ehci_stop_xfer_timer()
3200 if ((pp->pp_timeout_list == NULL) && in ehci_stop_xfer_timer()
3257 tw = pp->pp_timeout_list; in ehci_xfer_timeout_handler()
3346 if (pp->pp_timeout_list) { in ehci_remove_tw_from_timeout_list()
3347 if (pp->pp_timeout_list == tw) { in ehci_remove_tw_from_timeout_list()
3348 pp->pp_timeout_list = tw->tw_timeout_next; in ehci_remove_tw_from_timeout_list()
3352 prev = pp->pp_timeout_list; in ehci_remove_tw_from_timeout_list()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h449 struct ehci_trans_wrapper *pp_timeout_list; /* Timeout list */ member