Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/usb/controller/
Duhci.c143 uhci_td_t *td_next; member
556 td_x->td_next = qh_intr->qh_self; in uhci_init()
611 td_lst->td_next = htole32(UHCI_PTR_T); in uhci_init()
731 uint32_t td_next; in uhci_dump_td() local
738 td_next = le32toh(p->td_next); in uhci_dump_td()
746 temp = ((td_next & UHCI_PTR_T) || (td_next == 0)); in uhci_dump_td()
752 td_next, in uhci_dump_td()
760 (td_next & 1) ? "-T" : "", in uhci_dump_td()
761 (td_next & 2) ? "-Q" : "", in uhci_dump_td()
762 (td_next & 4) ? "-VF" : "", in uhci_dump_td()
[all …]
Dohci.c129 ohci_td_t *td_next; member
548 temp = (std->td_next == 0); in ohci_dump_td()
562 le32toh(std->td_next), in ohci_dump_td()
952 uint32_t td_next; in ohci_check_transfer_sub() local
962 td_next = le32toh(td->td_next); in ohci_check_transfer_sub()
982 if (((td_next & (~0xF)) == OHCI_TD_NEXT_END) || phy_start) { in ohci_check_transfer_sub()
1253 ohci_td_t *td_next; in ohci_setup_standard_chain_sub() local
1278 td_next = temp->td_next; in ohci_setup_standard_chain_sub()
1304 if (td_next == NULL) { in ohci_setup_standard_chain_sub()
1309 td = td_next; in ohci_setup_standard_chain_sub()
[all …]
Dehci.c141 ehci_qtd_t *td_next; member
1581 ehci_qtd_t *td_next; in ehci_setup_standard_chain_sub() local
1602 td_next = temp->td_next; in ehci_setup_standard_chain_sub()
1628 if (td_next == NULL) { in ehci_setup_standard_chain_sub()
1633 td = td_next; in ehci_setup_standard_chain_sub()
1634 td_next = td->obj_next; in ehci_setup_standard_chain_sub()
1737 if (td_next) { in ehci_setup_standard_chain_sub()
1739 td->qtd_next = td_next->qtd_self; in ehci_setup_standard_chain_sub()
1756 td_alt_next = td_next; in ehci_setup_standard_chain_sub()
1758 qtd_altnext = td_next->qtd_self; in ehci_setup_standard_chain_sub()
[all …]
Dxhci.c131 struct xhci_td *td_next; member
1722 struct xhci_td *td_next; in xhci_setup_generic_chain_sub() local
1744 td_next = td_first = temp->td_next; in xhci_setup_generic_chain_sub()
1770 if (td_next == NULL) in xhci_setup_generic_chain_sub()
1775 td = td_next; in xhci_setup_generic_chain_sub()
1776 td_next = td->obj_next; in xhci_setup_generic_chain_sub()
1951 if (td_next != NULL) { in xhci_setup_generic_chain_sub()
1953 td->td_trb[x].qwTrb0 = htole64((uint64_t)td_next->td_self); in xhci_setup_generic_chain_sub()
1954 DPRINTF("LINK=0x%08llx\n", (long long)td_next->td_self); in xhci_setup_generic_chain_sub()
1993 td_alt_next = td_next; in xhci_setup_generic_chain_sub()
[all …]
Dat91dci.h161 struct at91dci_td *td_next; member
Duhci.h71 volatile uint32_t td_next; member
Datmegadci.h215 struct atmegadci_td *td_next; member
Ddwc_otg.h104 struct dwc_otg_td *td_next; member
Davr32dci.h182 struct avr32dci_td *td_next; member
Dohci.h129 volatile uint32_t td_next; /* Next TD */ member
Duss820dci.h290 struct uss820dci_td *td_next; member
Dmusb_otg.h340 struct musbotg_td *td_next; member
Davr32dci.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()
Datmegadci.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()
Duss820dci.c835 td = temp->td_next; in uss820dci_setup_standard_chain_sub()
839 temp->td_next = td->obj_next; in uss820dci_setup_standard_chain_sub()
876 temp.td_next = xfer->td_start[0]; in uss820dci_setup_standard_chain()
Dat91dci.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()
Dmusb_otg.c2360 td = temp->td_next; in musbotg_setup_standard_chain_sub()
2364 temp->td_next = td->obj_next; in musbotg_setup_standard_chain_sub()
2416 temp.td_next = xfer->td_start[0]; in musbotg_setup_standard_chain()
Ddwc_otg.c3111 td = temp->td_next; in dwc_otg_setup_standard_chain_sub()
3115 temp->td_next = td->obj_next; in dwc_otg_setup_standard_chain_sub()
3164 temp.td_next = xfer->td_start[0]; in dwc_otg_setup_standard_chain()
/freebsd-10-stable/lib/libthr/thread/
Dthr_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()
/freebsd-10-stable/sys/kern/
Dkern_thread.c318 struct thread *td_first, *td_next; in thread_reap() local
331 td_next = TAILQ_NEXT(td_first, td_slpq); in thread_reap()
335 td_first = td_next; in thread_reap()
/freebsd-10-stable/sys/mips/cavium/usb/
Doctusb.c95 struct octusb_td *td_next; member
981 td = temp->td_next; in octusb_setup_standard_chain_sub()
985 temp->td_next = td->obj_next; in octusb_setup_standard_chain_sub()
1015 temp.td_next = td; in octusb_setup_standard_chain()
/freebsd-10-stable/lib/libkse/thread/
Dthr_kern.c1256 struct pthread *td, *td_next; in thread_gc() local
1265 for (td = TAILQ_FIRST(&_thread_gc_list); td != NULL; td = td_next) { in thread_gc()
1266 td_next = TAILQ_NEXT(td, gcle); in thread_gc()