Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c1701 tmp_td = tmp_td->tw_td_next; in uhci_insert_intr_td()
1913 tw->tw_hctd_tail->tw_td_next = current_dummy; in uhci_insert_hc_td()
2113 td_head = td_head->tw_td_next; in uhci_modify_td_active_bits()
2577 while (tmp_td->tw_td_next != td) { in uhci_delete_td()
2578 tmp_td = tmp_td->tw_td_next; in uhci_delete_td()
2581 tmp_td->tw_td_next = td->tw_td_next; in uhci_delete_td()
2582 if (td->tw_td_next == NULL) { in uhci_delete_td()
2586 tw->tw_hctd_head = tw->tw_hctd_head->tw_td_next; in uhci_delete_td()
3048 tw->tw_hctd_tail->tw_td_next = current_td; in uhci_fill_in_bulk_isoc_td()
4544 td_head = td_head->tw_td_next; in uhci_remove_isoc_tds_tws()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhci.h221 struct uhci_td *tw_td_next; member
/illumos-gate/usr/src/cmd/mdb/common/modules/uhci/
H A Duhci.c249 td.qh_td_prev, td.tw_td_next); in uhci_td()