Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c4522 uhci_trans_wrapper_t *tmp_tw, *tw_head; in uhci_remove_isoc_tds_tws() local
4531 tmp_tw = tw_head; in uhci_remove_isoc_tds_tws()
4533 td_head = tmp_tw->tw_hctd_head; in uhci_remove_isoc_tds_tws()
4534 if (tmp_tw->tw_direction == PID_IN) { in uhci_remove_isoc_tds_tws()
4536 tmp_tw); in uhci_remove_isoc_tds_tws()
4537 } else if (tmp_tw->tw_direction == PID_OUT) { in uhci_remove_isoc_tds_tws()
4539 tmp_tw, USB_CR_FLUSHED); in uhci_remove_isoc_tds_tws()
4548 isoc_req = (usb_isoc_req_t *)tmp_tw->tw_isoc_req; in uhci_remove_isoc_tds_tws()
4553 ASSERT(tmp_tw->tw_hctd_head == NULL); in uhci_remove_isoc_tds_tws()
4555 if (tmp_tw->tw_xfer_info.td_pools) { in uhci_remove_isoc_tds_tws()
[all …]