Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c766 ohci_td_t *curr_td, *next_td; in ohci_polled_fini() local
803 next_td = (ohci_td_t *)next_tw->tw_hctd_head; in ohci_polled_fini()
809 while (next_td) { in ohci_polled_fini()
810 curr_td = next_td; in ohci_polled_fini()
812 next_td = ohci_td_iommu_to_cpu(ohcip, in ohci_polled_fini()
813 Get_TD(next_td->hctd_tw_next_td)); in ohci_polled_fini()
1269 ohci_td_t *next_td; /* TD pointers */ in ohci_polled_restore_state() local
1353 next_td = ohci_td_iommu_to_cpu(ohcip, Get_TD(td->hctd_next_td)); in ohci_polled_restore_state()
1362 td = next_td; in ohci_polled_restore_state()
1374 next_td = ohci_td_iommu_to_cpu(ohcip, in ohci_polled_restore_state()
[all …]
H A Dohci.c6538 ohci_td_t *head_td, *next_td; in ohci_done_list_tds() local
6549 next_td = head_td; in ohci_done_list_tds()
6557 while (next_td) { in ohci_done_list_tds()
6560 Set_TD(next_td->hctd_state, HC_TD_RECLAIM); in ohci_done_list_tds()
6562 Set_TD(next_td->hctd_trans_wrapper, NULL); in ohci_done_list_tds()
6564 next_td = ohci_td_iommu_to_cpu(ohcip, in ohci_done_list_tds()
6565 Get_TD(next_td->hctd_tw_next_td)); in ohci_done_list_tds()
8860 ohci_td_t *next_td; in ohci_cleanup_data_underrun() local
8922 next_td = (ohci_td_t *)ohci_td_iommu_to_cpu(ohcip, in ohci_cleanup_data_underrun()
8929 while (next_td != NULL) { in ohci_cleanup_data_underrun()
[all …]
/titanic_44/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhciutil.h159 uhci_td_t *current_td, uhci_td_t *next_td,
/titanic_44/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()
/titanic_44/usr/src/lib/libnisdb/
H A Ddb_dictionary.cc951 db_table_desc *tbl = NULL, *clone = NULL, *next_td = NULL; in merge_dict() local
967 next_td = clone->next; in merge_dict()
972 if (next_td) in merge_dict()
973 delete_table_desc(next_td); in merge_dict()
998 clone = next_td; in merge_dict()