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

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

Completed in 101 milliseconds