Home
last modified time | relevance | path

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

/NextBSD/sys/dev/usb/controller/
HDuhci.c141 uhci_td_t *td_next; member
554 td_x->td_next = qh_intr->qh_self; in uhci_init()
609 td_lst->td_next = htole32(UHCI_PTR_T); in uhci_init()
729 uint32_t td_next; in uhci_dump_td() local
736 td_next = le32toh(p->td_next); in uhci_dump_td()
744 temp = ((td_next & UHCI_PTR_T) || (td_next == 0)); in uhci_dump_td()
750 td_next, in uhci_dump_td()
758 (td_next & 1) ? "-T" : "", in uhci_dump_td()
759 (td_next & 2) ? "-Q" : "", in uhci_dump_td()
760 (td_next & 4) ? "-VF" : "", in uhci_dump_td()
[all …]
HDohci.c128 ohci_td_t *td_next; member
547 temp = (std->td_next == 0); in ohci_dump_td()
561 le32toh(std->td_next), in ohci_dump_td()
951 uint32_t td_next; in ohci_check_transfer_sub() local
961 td_next = le32toh(td->td_next); in ohci_check_transfer_sub()
981 if (((td_next & (~0xF)) == OHCI_TD_NEXT_END) || phy_start) { in ohci_check_transfer_sub()
1252 ohci_td_t *td_next; in ohci_setup_standard_chain_sub() local
1277 td_next = temp->td_next; in ohci_setup_standard_chain_sub()
1303 if (td_next == NULL) { in ohci_setup_standard_chain_sub()
1308 td = td_next; in ohci_setup_standard_chain_sub()
[all …]
HDehci.c136 ehci_qtd_t *td_next; member
1576 ehci_qtd_t *td_next; in ehci_setup_standard_chain_sub() local
1597 td_next = temp->td_next; in ehci_setup_standard_chain_sub()
1623 if (td_next == NULL) { in ehci_setup_standard_chain_sub()
1628 td = td_next; in ehci_setup_standard_chain_sub()
1629 td_next = td->obj_next; in ehci_setup_standard_chain_sub()
1732 if (td_next) { in ehci_setup_standard_chain_sub()
1734 td->qtd_next = td_next->qtd_self; in ehci_setup_standard_chain_sub()
1751 td_alt_next = td_next; in ehci_setup_standard_chain_sub()
1753 qtd_altnext = td_next->qtd_self; in ehci_setup_standard_chain_sub()
[all …]
HDxhci.c121 struct xhci_td *td_next; member
1692 struct xhci_td *td_next; in xhci_setup_generic_chain_sub() local
1714 td_next = td_first = temp->td_next; in xhci_setup_generic_chain_sub()
1740 if (td_next == NULL) in xhci_setup_generic_chain_sub()
1745 td = td_next; in xhci_setup_generic_chain_sub()
1746 td_next = td->obj_next; in xhci_setup_generic_chain_sub()
1921 if (td_next != NULL) { in xhci_setup_generic_chain_sub()
1923 td->td_trb[x].qwTrb0 = htole64((uint64_t)td_next->td_self); in xhci_setup_generic_chain_sub()
1924 DPRINTF("LINK=0x%08llx\n", (long long)td_next->td_self); in xhci_setup_generic_chain_sub()
1963 td_alt_next = td_next; in xhci_setup_generic_chain_sub()
[all …]
HDsaf1761_otg.h94 struct saf1761_otg_td *td_next; member
HDat91dci.h161 struct at91dci_td *td_next; member
HDuhci.h71 volatile uint32_t td_next; member
HDatmegadci.h215 struct atmegadci_td *td_next; member
HDdwc_otg.h104 struct dwc_otg_td *td_next; member
HDohci.h129 volatile uint32_t td_next; /* Next TD */ member
HDavr32dci.h182 struct avr32dci_td *td_next; member
HDuss820dci.h293 struct uss820dci_td *td_next; member
HDmusb_otg.h340 struct musbotg_td *td_next; member
HDatmegadci.c764 td = temp->td_next; in atmegadci_setup_standard_chain_sub()
768 temp->td_next = td->obj_next; in atmegadci_setup_standard_chain_sub()
805 temp.td_next = xfer->td_start[0]; in atmegadci_setup_standard_chain()
HDavr32dci.c731 td = temp->td_next; in avr32dci_setup_standard_chain_sub()
735 temp->td_next = td->obj_next; in avr32dci_setup_standard_chain_sub()
772 temp.td_next = xfer->td_start[0]; in avr32dci_setup_standard_chain()
HDat91dci.c882 td = temp->td_next; in at91dci_setup_standard_chain_sub()
886 temp->td_next = td->obj_next; in at91dci_setup_standard_chain_sub()
924 temp.td_next = xfer->td_start[0]; in at91dci_setup_standard_chain()
HDuss820dci.c863 td = temp->td_next; in uss820dci_setup_standard_chain_sub()
867 temp->td_next = td->obj_next; in uss820dci_setup_standard_chain_sub()
904 temp.td_next = xfer->td_start[0]; in uss820dci_setup_standard_chain()
HDsaf1761_otg.c1715 td = temp->td_next; in saf1761_otg_setup_standard_chain_sub()
1719 temp->td_next = td->obj_next; in saf1761_otg_setup_standard_chain_sub()
1763 temp.td_next = xfer->td_start[0]; in saf1761_otg_setup_standard_chain()
HDmusb_otg.c2371 td = temp->td_next; in musbotg_setup_standard_chain_sub()
2375 temp->td_next = td->obj_next; in musbotg_setup_standard_chain_sub()
2427 temp.td_next = xfer->td_start[0]; in musbotg_setup_standard_chain()
HDdwc_otg.c3084 td = temp->td_next; in dwc_otg_setup_standard_chain_sub()
3088 temp->td_next = td->obj_next; in dwc_otg_setup_standard_chain_sub()
3137 temp.td_next = xfer->td_start[0]; in dwc_otg_setup_standard_chain()
/NextBSD/lib/libthr/thread/
HDthr_list.c97 struct pthread *td, *td_next; in _thr_gc() local
104 TAILQ_FOREACH_SAFE(td, &_thread_gc_list, gcle, td_next) { in _thr_gc()
/NextBSD/sys/kern/
HDkern_thread.c321 struct thread *td_first, *td_next; in thread_reap() local
334 td_next = TAILQ_NEXT(td_first, td_slpq); in thread_reap()
337 td_first = td_next; in thread_reap()
/NextBSD/sys/mips/cavium/usb/
HDoctusb.c92 struct octusb_td *td_next; member
978 td = temp->td_next; in octusb_setup_standard_chain_sub()
982 temp->td_next = td->obj_next; in octusb_setup_standard_chain_sub()
1012 temp.td_next = td; in octusb_setup_standard_chain()