Searched defs:next_td (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcitgt.c1239 uhci_td_t *next_td; local
1244 next_td = TD_VADDR(element_ptr);
1253 pp->pp_data_toggle = GetTD_dtogg(uhcip, next_td);
H A Duhciutil.c2960 uhci_td_t *next_td,
3028 next_td->qh_td_prev = current_td;
3029 pp->pp_qh->td_tailp = next_td;
3530 uhci_td_t *next_td; local
3576 next_td = BULKTD_VADDR(td_pool_ptr, paddr);
3579 (void *)next_td);
3581 usb_err = uhci_parse_td_error(uhcip, pp, next_td);
2959 uhci_fill_in_bulk_isoc_td(uhci_state_t *uhcip, uhci_td_t *current_td, uhci_td_t *next_td, uint32_t next_td_paddr, usba_pipe_handle_data_t *ph, uint_t offset, uint_t length, uhci_trans_wrapper_t *tw) argument
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c766 ohci_td_t *curr_td, *next_td; local
803 next_td = (ohci_td_t *)next_tw->tw_hctd_head;
809 while (next_td) {
810 curr_td = next_td;
812 next_td = ohci_td_iommu_to_cpu(ohcip,
813 Get_TD(next_td->hctd_tw_next_td));
1269 ohci_td_t *next_td; /* TD pointers */ local
1353 next_td = ohci_td_iommu_to_cpu(ohcip, Get_TD(td->hctd_next_td));
1362 td = next_td;
1374 next_td
1705 ohci_td_t *td, *next_td; local
[all...]
H A Dohci.c6538 ohci_td_t *head_td, *next_td; local
6549 next_td = head_td;
6557 while (next_td) {
6560 Set_TD(next_td->hctd_state, HC_TD_RECLAIM);
6562 Set_TD(next_td->hctd_trans_wrapper, NULL);
6564 next_td = ohci_td_iommu_to_cpu(ohcip,
6565 Get_TD(next_td->hctd_tw_next_td));
8860 ohci_td_t *next_td; local
8922 next_td = (ohci_td_t *)ohci_td_iommu_to_cpu(ohcip,
8929 while (next_td !
10416 ohci_td_t *head_td, *next_td; local
[all...]
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_dictionary.cc951 db_table_desc *tbl = NULL, *clone = NULL, *next_td = NULL; local
967 next_td = clone->next;
972 if (next_td)
973 delete_table_desc(next_td);
998 clone = next_td;

Completed in 104 milliseconds