Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c768 ohci_td_t *curr_td, *next_td; in ohci_polled_fini() local
811 while (next_td) { in ohci_polled_fini()
812 curr_td = next_td; in ohci_polled_fini()
814 next_td = ohci_td_iommu_to_cpu(ohcip, in ohci_polled_fini()
1271 ohci_td_t *next_td; /* TD pointers */ in ohci_polled_restore_state() local
1355 next_td = ohci_td_iommu_to_cpu(ohcip, in ohci_polled_restore_state()
1365 td = next_td; in ohci_polled_restore_state()
1387 td = next_td; in ohci_polled_restore_state()
1708 ohci_td_t *td, *next_td; in ohci_polled_process_input_list() local
1733 next_td = (ohci_td_t *) in ohci_polled_process_input_list()
[all …]
H A Dohci.c6520 ohci_td_t *head_td, *next_td; in ohci_done_list_tds() local
6531 next_td = head_td; in ohci_done_list_tds()
6539 while (next_td) { in ohci_done_list_tds()
8840 ohci_td_t *next_td; in ohci_cleanup_data_underrun() local
8909 while (next_td != NULL) { in ohci_cleanup_data_underrun()
8915 temp_td = next_td; in ohci_cleanup_data_underrun()
8918 Get_TD(next_td->hctd_tw_next_td)); in ohci_cleanup_data_underrun()
10396 ohci_td_t *head_td, *next_td; in ohci_wait_for_transfers_completion() local
10424 next_td = head_td; in ohci_wait_for_transfers_completion()
10432 while (next_td) { in ohci_wait_for_transfers_completion()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhciutil.h159 uhci_td_t *current_td, uhci_td_t *next_td,
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcitgt.c1239 uhci_td_t *next_td; in uhci_update_intr_td_data_toggle() local
1244 next_td = TD_VADDR(element_ptr); in uhci_update_intr_td_data_toggle()
1253 pp->pp_data_toggle = GetTD_dtogg(uhcip, next_td); in uhci_update_intr_td_data_toggle()
H A Duhciutil.c2960 uhci_td_t *next_td, in uhci_fill_in_bulk_isoc_td() argument
3028 next_td->qh_td_prev = current_td; in uhci_fill_in_bulk_isoc_td()
3029 pp->pp_qh->td_tailp = next_td; in uhci_fill_in_bulk_isoc_td()
3530 uhci_td_t *next_td; in uhci_handle_bulk_td_errors() local
3576 next_td = BULKTD_VADDR(td_pool_ptr, paddr); in uhci_handle_bulk_td_errors()
3579 (void *)next_td); in uhci_handle_bulk_td_errors()
3581 usb_err = uhci_parse_td_error(uhcip, pp, next_td); in uhci_handle_bulk_td_errors()
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_dictionary.cc952 db_table_desc *tbl = NULL, *clone = NULL, *next_td = NULL; in merge_dict() local
968 next_td = clone->next; in merge_dict()
973 if (next_td) in merge_dict()
974 delete_table_desc(next_td); in merge_dict()
999 clone = next_td; in merge_dict()