Home
last modified time | relevance | path

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.c1786 tw->tw_hctd_tail = NULL; in ohci_polled_process_input_list()
1900 tw->tw_hctd_tail = NULL; in ohci_polled_insert_td()
2012 ASSERT(tw->tw_hctd_tail == NULL); in ohci_polled_insert_td_on_tw()
2014 tw->tw_hctd_tail = td; in ohci_polled_insert_td_on_tw()
2016 ohci_td_t *dummy = (ohci_td_t *)tw->tw_hctd_tail; in ohci_polled_insert_td_on_tw()
2024 tw->tw_hctd_tail = td; in ohci_polled_insert_td_on_tw()
H A Dohci.c6391 ASSERT(tw->tw_hctd_tail == NULL); in ohci_insert_td_on_tw()
6393 tw->tw_hctd_tail = td; in ohci_insert_td_on_tw()
6405 tw->tw_hctd_tail = td; in ohci_insert_td_on_tw()
6580 tail = tw->tw_hctd_tail; in ohci_unlink_td_from_tw()
6591 tw->tw_hctd_tail = NULL; in ohci_unlink_td_from_tw()
6612 tw->tw_hctd_tail = head; in ohci_unlink_td_from_tw()
7292 if (tw->tw_hctd_head != tw->tw_hctd_tail) { in ohci_stop_xfer_timer()
7524 ASSERT(tw->tw_hctd_tail != NULL); in ohci_deallocate_tw_resources()
7529 ASSERT(tw->tw_hctd_tail == NULL); in ohci_deallocate_tw_resources()
8854 last_td = tw->tw_hctd_tail; in ohci_cleanup_data_underrun()
[all …]
/illumos-gate/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()
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()
3048 tw->tw_hctd_tail->tw_td_next = 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()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h374 uhci_td_t *tw_hctd_tail; /* Tail TD */ member
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h599 ohci_td_t *tw_hctd_tail; /* Tail TD */ member