Home
last modified time | relevance | path

Searched refs:hctd_trans_wrapper (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c1598 (uint32_t)Get_TD(current_td->hctd_trans_wrapper)); in ohci_polled_pickup_done_list()
1747 (uint32_t)Get_TD(td->hctd_trans_wrapper)); in ohci_polled_process_input_list()
1759 (uint32_t)Get_TD(td->hctd_trans_wrapper)); in ohci_polled_process_input_list()
1824 Get_TD(td->hctd_trans_wrapper)); in ohci_polled_handle_normal_td()
1879 (uint32_t)Get_TD(td->hctd_trans_wrapper)); in ohci_polled_insert_td()
1985 Set_TD(td->hctd_trans_wrapper, (uint32_t)tw->tw_id); in ohci_polled_fill_in_td()
H A Dohci.c2160 (td->hctd_trans_wrapper)) { in ohci_cleanup()
2166 Get_TD(td->hctd_trans_wrapper)); in ohci_cleanup()
6043 Set_TD(td->hctd_trans_wrapper, tw->tw_id); in ohci_fill_in_td()
6473 (uint32_t)Get_TD(headp->hctd_trans_wrapper)); in ohci_traverse_tds()
6544 Set_TD(next_td->hctd_trans_wrapper, NULL); in ohci_done_list_tds()
6643 Get_TD(old_td->hctd_trans_wrapper)); in ohci_deallocate_td()
6648 Get_TD(old_td->hctd_trans_wrapper)); in ohci_deallocate_td()
8284 (uint32_t)Get_TD(td->hctd_trans_wrapper)); in ohci_traverse_done_list()
8434 OHCI_LOOKUP_ID((uint32_t)Get_TD(td->hctd_trans_wrapper)); in ohci_parse_error()
8725 OHCI_LOOKUP_ID((uint32_t)Get_TD(td->hctd_trans_wrapper)); in ohci_handle_error()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohci.h357 uint32_t hctd_trans_wrapper; /* Transfer wrapper */ member