Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c1783 tw->tw_hctd_tail = NULL; in ohci_polled_process_input_list()
1897 tw->tw_hctd_tail = NULL; in ohci_polled_insert_td()
2009 ASSERT(tw->tw_hctd_tail == NULL); in ohci_polled_insert_td_on_tw()
2011 tw->tw_hctd_tail = td; in ohci_polled_insert_td_on_tw()
2013 ohci_td_t *dummy = (ohci_td_t *)tw->tw_hctd_tail; in ohci_polled_insert_td_on_tw()
2021 tw->tw_hctd_tail = td; in ohci_polled_insert_td_on_tw()
H A Dohci.c6409 ASSERT(tw->tw_hctd_tail == NULL); in ohci_insert_td_on_tw()
6411 tw->tw_hctd_tail = td; in ohci_insert_td_on_tw()
6413 ohci_td_t *dummy = (ohci_td_t *)tw->tw_hctd_tail; in ohci_insert_td_on_tw()
6423 tw->tw_hctd_tail = td; in ohci_insert_td_on_tw()
6598 tail = tw->tw_hctd_tail; in ohci_unlink_td_from_tw()
6609 tw->tw_hctd_tail = NULL; in ohci_unlink_td_from_tw()
6630 tw->tw_hctd_tail = head; in ohci_unlink_td_from_tw()
7312 if (tw->tw_hctd_head != tw->tw_hctd_tail) { in ohci_stop_xfer_timer()
7544 ASSERT(tw->tw_hctd_tail != NULL); in ohci_deallocate_tw_resources()
7549 ASSERT(tw->tw_hctd_tail == NULL); in ohci_deallocate_tw_resources()
[all …]
/titanic_44/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c1908 ASSERT(tw->tw_hctd_tail == NULL); in uhci_insert_hc_td()
1910 tw->tw_hctd_tail = current_dummy; in uhci_insert_hc_td()
1913 tw->tw_hctd_tail->tw_td_next = current_dummy; in uhci_insert_hc_td()
1914 tw->tw_hctd_tail = current_dummy; in uhci_insert_hc_td()
2524 ASSERT(tw->tw_hctd_tail != NULL); in uhci_deallocate_tw()
2529 ASSERT(tw->tw_hctd_tail == NULL); in uhci_deallocate_tw()
2583 tw->tw_hctd_tail = tmp_td; in uhci_delete_td()
2588 tw->tw_hctd_tail = NULL; in uhci_delete_td()
3043 ASSERT(tw->tw_hctd_tail == NULL); in uhci_fill_in_bulk_isoc_td()
3045 tw->tw_hctd_tail = current_td; in uhci_fill_in_bulk_isoc_td()
[all …]
H A Duhci.c1190 uhcip, tw->tw_hctd_tail->link_ptr)); in uhci_handle_intr_td()
/titanic_44/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h374 uhci_td_t *tw_hctd_tail; /* Tail TD */ member
/titanic_44/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h599 ohci_td_t *tw_hctd_tail; /* Tail TD */ member