Searched defs:tw_tmp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h364 uint_t tw_tmp; /* Temp variable */ member in struct:uhci_trans_wrapper
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c2604 uhci_trans_wrapper_t *tw_tmp; local
2608 tw_tmp = tw_head;
2611 curr_reqp = tw_tmp->tw_curr_xfer_reqp;
2614 if ((tw_tmp->tw_direction == PID_IN) &&
2617 pp, tw_tmp);
2620 pp->pp_pipe_handle, tw_tmp, USB_CR_FLUSHED);
2624 if (tw_tmp->tw_claim != UHCI_MODIFY_TD_BITS_CLAIMED) {
2628 while (tw_tmp->tw_hctd_head != NULL) {
2629 uhci_delete_td(uhcip, tw_tmp->tw_hctd_head);
2632 uhci_deallocate_tw(uhcip, pp, tw_tmp);
3671 uhci_trans_wrapper_t *tw_tmp = head->tw; local
[all...]

Completed in 52 milliseconds