Home
last modified time | relevance | path

Searched refs:tw_timeout_next (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c3152 tw->tw_timeout_next = pp->pp_timeout_list; in ehci_start_xfer_timer()
3262 next = tw->tw_timeout_next; in ehci_xfer_timeout_handler()
3286 tw->tw_timeout_next = expire_xfer_list; in ehci_xfer_timeout_handler()
3308 next = tw->tw_timeout_next; in ehci_xfer_timeout_handler()
3348 pp->pp_timeout_list = tw->tw_timeout_next; in ehci_remove_tw_from_timeout_list()
3350 tw->tw_timeout_next = NULL; in ehci_remove_tw_from_timeout_list()
3353 next = prev->tw_timeout_next; in ehci_remove_tw_from_timeout_list()
3357 next = next->tw_timeout_next; in ehci_remove_tw_from_timeout_list()
3361 prev->tw_timeout_next = in ehci_remove_tw_from_timeout_list()
3362 next->tw_timeout_next; in ehci_remove_tw_from_timeout_list()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h618 struct ohci_trans_wrapper *tw_timeout_next; /* Xfer Timeout Q */ member
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c7254 tw->tw_timeout_next = ohcip->ohci_timeout_list; in ohci_start_xfer_timer()
7366 next = tw->tw_timeout_next; in ohci_xfer_timeout_handler()
7389 exp_xfer_list_tail->tw_timeout_next = tw; in ohci_xfer_timeout_handler()
7394 tw->tw_timeout_next = NULL; in ohci_xfer_timeout_handler()
7414 next = tw->tw_timeout_next; in ohci_xfer_timeout_handler()
7455 ohcip->ohci_timeout_list = tw->tw_timeout_next; in ohci_remove_tw_from_timeout_list()
7458 next = prev->tw_timeout_next; in ohci_remove_tw_from_timeout_list()
7462 next = next->tw_timeout_next; in ohci_remove_tw_from_timeout_list()
7466 prev->tw_timeout_next = next->tw_timeout_next; in ohci_remove_tw_from_timeout_list()
7471 tw->tw_timeout_next = NULL; in ohci_remove_tw_from_timeout_list()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h622 struct ehci_trans_wrapper *tw_timeout_next; /* Xfer Timeout Q */ member