Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c3155 if (pp->pp_timeout_list) { in ehci_start_xfer_timer()
3156 tw->tw_timeout_next = pp->pp_timeout_list; in ehci_start_xfer_timer()
3159 pp->pp_timeout_list = tw; in ehci_start_xfer_timer()
3189 if (pp->pp_timeout_list == NULL) { in ehci_stop_xfer_timer()
3204 if ((pp->pp_timeout_list == NULL) && in ehci_stop_xfer_timer()
3261 tw = pp->pp_timeout_list; in ehci_xfer_timeout_handler()
3350 if (pp->pp_timeout_list) { in ehci_remove_tw_from_timeout_list()
3351 if (pp->pp_timeout_list == tw) { in ehci_remove_tw_from_timeout_list()
3352 pp->pp_timeout_list = tw->tw_timeout_next; in ehci_remove_tw_from_timeout_list()
3356 prev = pp->pp_timeout_list; in ehci_remove_tw_from_timeout_list()
[all …]
/titanic_41/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h449 struct ehci_trans_wrapper *pp_timeout_list; /* Timeout list */ member