Home
last modified time | relevance | path

Searched refs:tw_tmp (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhci.c1542 tw->tw_tmp = xx; in uhci_handle_ctrl_td()
1594 if (bytes_xfered < tw->tw_tmp) { in uhci_handle_ctrl_td()
1596 tw->tw_tmp = UHCI_UNDERRUN_OCCURRED; in uhci_handle_ctrl_td()
1606 if (bytes_xfered > tw->tw_tmp) { in uhci_handle_ctrl_td()
1608 tw->tw_tmp = UHCI_OVERRUN_OCCURRED; in uhci_handle_ctrl_td()
1620 tw->tw_tmp = bytes_for_xfer; in uhci_handle_ctrl_td()
1681 if ((tw->tw_tmp == UHCI_UNDERRUN_OCCURRED) && in uhci_handle_ctrl_td()
1684 } else if (tw->tw_tmp == UHCI_OVERRUN_OCCURRED) { in uhci_handle_ctrl_td()
H A Duhciutil.c2604 uhci_trans_wrapper_t *tw_tmp; in uhci_remove_tds_tws() local
2608 tw_tmp = tw_head; in uhci_remove_tds_tws()
2611 curr_reqp = tw_tmp->tw_curr_xfer_reqp; in uhci_remove_tds_tws()
2614 if ((tw_tmp->tw_direction == PID_IN) && in uhci_remove_tds_tws()
2617 pp, tw_tmp); in uhci_remove_tds_tws()
2620 pp->pp_pipe_handle, tw_tmp, USB_CR_FLUSHED); in uhci_remove_tds_tws()
2624 if (tw_tmp->tw_claim != UHCI_MODIFY_TD_BITS_CLAIMED) { in uhci_remove_tds_tws()
2628 while (tw_tmp->tw_hctd_head != NULL) { in uhci_remove_tds_tws()
2629 uhci_delete_td(uhcip, tw_tmp->tw_hctd_head); in uhci_remove_tds_tws()
2632 uhci_deallocate_tw(uhcip, pp, tw_tmp); in uhci_remove_tds_tws()
[all …]
/titanic_50/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h364 uint_t tw_tmp; /* Temp variable */ member