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

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c1783 tw->tw_hctd_tail = NULL;
1897 tw->tw_hctd_tail = NULL;
2009 ASSERT(tw->tw_hctd_tail == NULL);
2011 tw->tw_hctd_tail = td;
2013 ohci_td_t *dummy = (ohci_td_t *)tw->tw_hctd_tail;
2021 tw->tw_hctd_tail = td;
H A Dohci.c6409 ASSERT(tw->tw_hctd_tail == NULL);
6411 tw->tw_hctd_tail = td;
6413 ohci_td_t *dummy = (ohci_td_t *)tw->tw_hctd_tail;
6423 tw->tw_hctd_tail = td;
6598 tail = tw->tw_hctd_tail;
6609 tw->tw_hctd_tail = NULL;
6630 tw->tw_hctd_tail = head;
7312 if (tw->tw_hctd_head != tw->tw_hctd_tail) {
7544 ASSERT(tw->tw_hctd_tail != NULL);
7549 ASSERT(tw->tw_hctd_tail
[all...]
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h374 uhci_td_t *tw_hctd_tail; /* Tail TD */ member in struct:uhci_trans_wrapper
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c1908 ASSERT(tw->tw_hctd_tail == NULL);
1910 tw->tw_hctd_tail = current_dummy;
1913 tw->tw_hctd_tail->tw_td_next = current_dummy;
1914 tw->tw_hctd_tail = current_dummy;
2524 ASSERT(tw->tw_hctd_tail != NULL);
2529 ASSERT(tw->tw_hctd_tail == NULL);
2583 tw->tw_hctd_tail = tmp_td;
2588 tw->tw_hctd_tail = NULL;
3043 ASSERT(tw->tw_hctd_tail == NULL);
3045 tw->tw_hctd_tail
[all...]
H A Duhci.c1190 uhcip, tw->tw_hctd_tail->link_ptr));
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h599 ohci_td_t *tw_hctd_tail; /* Tail TD */ member in struct:ohci_trans_wrapper

Completed in 93 milliseconds