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.c3155 if (pp->pp_timeout_list) {
3156 tw->tw_timeout_next = pp->pp_timeout_list;
3159 pp->pp_timeout_list = tw;
3189 if (pp->pp_timeout_list == NULL) {
3204 if ((pp->pp_timeout_list == NULL) &&
3261 tw = pp->pp_timeout_list;
3350 if (pp->pp_timeout_list) {
3351 if (pp->pp_timeout_list == tw) {
3352 pp->pp_timeout_list = tw->tw_timeout_next;
3356 prev = pp->pp_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 in struct:ehci_pipe_private

Completed in 53 milliseconds