Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c1921 current_dummy->outst_td_next = NULL; in uhci_insert_hc_td()
2563 } else if (td->outst_td_next == NULL) { in uhci_delete_td()
2564 td->outst_td_prev->outst_td_next = NULL; in uhci_delete_td()
2567 td->outst_td_next->outst_td_prev = NULL; in uhci_delete_td()
2568 uhcip->uhci_outst_tds_head = td->outst_td_next; in uhci_delete_td()
2570 td->outst_td_prev->outst_td_next = td->outst_td_next; in uhci_delete_td()
3032 current_td->outst_td_next = NULL; in uhci_fill_in_bulk_isoc_td()
3672 head_next = head->outst_td_next; in uhci_remove_bulk_tds_tws()
4659 head = head->outst_td_next; in uhci_cmd_timeout_hdlr()
4693 head = head->outst_td_next; in uhci_cmd_timeout_hdlr()
[all …]
H A Duhcipolled.c673 td = td->outst_td_next; in uhci_polled_save_state()
763 td = td->outst_td_next; in uhci_polled_restore_state()
H A Duhci.c1121 head = head->outst_td_next; in uhci_process_submitted_td_queue()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhci.h222 struct uhci_td *outst_td_next; member
/illumos-gate/usr/src/cmd/mdb/common/modules/uhci/
H A Duhci.c252 td.outst_td_prev, td.outst_td_next); in uhci_td()