Home
last modified time | relevance | path

Searched refs:tw_hctd_head (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c805 next_td = (ohci_td_t *)next_tw->tw_hctd_head; in ohci_polled_fini()
1778 ASSERT((ohci_td_t *)tw->tw_hctd_head == td); in ohci_polled_process_input_list()
1780 tw->tw_hctd_head = (ohci_td_t *) in ohci_polled_process_input_list()
1785 if (tw->tw_hctd_head == NULL) { in ohci_polled_process_input_list()
1889 ASSERT((ohci_td_t *)tw->tw_hctd_head == td); in ohci_polled_insert_td()
1891 tw->tw_hctd_head = (ohci_td_t *) in ohci_polled_insert_td()
1899 if (tw->tw_hctd_head == NULL) { in ohci_polled_insert_td()
2011 if (tw->tw_hctd_head == NULL) { in ohci_polled_insert_td_on_tw()
2013 tw->tw_hctd_head = td; in ohci_polled_insert_td_on_tw()
H A Dohci.c6390 if (tw->tw_hctd_head == NULL) { in ohci_insert_td_on_tw()
6392 tw->tw_hctd_head = td; in ohci_insert_td_on_tw()
6530 head_td = (ohci_td_t *)next_tw->tw_hctd_head; in ohci_done_list_tds()
6579 head = tw->tw_hctd_head; in ohci_unlink_td_from_tw()
6590 tw->tw_hctd_head = NULL; in ohci_unlink_td_from_tw()
6593 tw->tw_hctd_head = ohci_td_iommu_to_cpu(ohcip, in ohci_unlink_td_from_tw()
7292 if (tw->tw_hctd_head != tw->tw_hctd_tail) { in ohci_stop_xfer_timer()
7416 td = tw->tw_hctd_head; in ohci_xfer_timeout_handler()
7523 if (tw->tw_hctd_head) { in ohci_deallocate_tw_resources()
8851 ASSERT(tw->tw_hctd_head == td); in ohci_cleanup_data_underrun()
[all …]
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c1697 tmp_td = tw->tw_hctd_head; in uhci_insert_intr_td()
1907 if (tw->tw_hctd_head == NULL) { in uhci_insert_hc_td()
2523 if (tw->tw_hctd_head != NULL) { in uhci_deallocate_tw()
2574 tmp_td = tw->tw_hctd_head; in uhci_delete_td()
2586 tw->tw_hctd_head = tw->tw_hctd_head->tw_td_next; in uhci_delete_td()
2587 if (tw->tw_hctd_head == NULL) { in uhci_delete_td()
3042 if (tw->tw_hctd_head == NULL) { in uhci_fill_in_bulk_isoc_td()
3044 tw->tw_hctd_head = current_td; in uhci_fill_in_bulk_isoc_td()
3443 td_head = tw->tw_hctd_head; in uhci_handle_bulk_td()
3446 td_head = tw->tw_hctd_head; in uhci_handle_bulk_td()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h373 uhci_td_t *tw_hctd_head; /* Head TD */ member
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h598 ohci_td_t *tw_hctd_head; /* Head TD */ member