Searched refs:tmp_tw (Results 1 – 1 of 1) sorted by relevance
4522 uhci_trans_wrapper_t *tmp_tw, *tw_head; in uhci_remove_isoc_tds_tws() local4531 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 …]