Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c1539 uhci_td_t *tmp_td; in uhci_insert_intr_td() local
1697 tmp_td = tw->tw_hctd_head; in uhci_insert_intr_td()
1698 while (tmp_td != NULL) { in uhci_insert_intr_td()
1700 SetTD_status(uhcip, tmp_td, UHCI_TD_ACTIVE); in uhci_insert_intr_td()
1701 tmp_td = tmp_td->tw_td_next; in uhci_insert_intr_td()
2557 uhci_td_t *tmp_td; in uhci_delete_td() local
2574 tmp_td = tw->tw_hctd_head; in uhci_delete_td()
2576 if (tmp_td != td) { in uhci_delete_td()
2577 while (tmp_td->tw_td_next != td) { in uhci_delete_td()
2578 tmp_td = tmp_td->tw_td_next; in uhci_delete_td()
[all …]