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

/freebsd-10-stable/sys/dev/usb/controller/
H A Duhci.c143 uhci_td_t *td_next; member in struct:uhci_std_temp
556 td_x->td_next = qh_intr->qh_self;
611 td_lst->td_next = htole32(UHCI_PTR_T);
731 uint32_t td_next; local
738 td_next = le32toh(p->td_next);
746 temp = ((td_next & UHCI_PTR_T) || (td_next == 0));
752 td_next,
757 printf("TD(%p) td_next
1527 uhci_td_t *td_next; local
[all...]
H A Dohci.c129 ohci_td_t *td_next; member in struct:ohci_std_temp
548 temp = (std->td_next == 0);
562 le32toh(std->td_next),
952 uint32_t td_next; local
962 td_next = le32toh(td->td_next);
982 if (((td_next & (~0xF)) == OHCI_TD_NEXT_END) || phy_start) {
1253 ohci_td_t *td_next; local
1278 td_next = temp->td_next;
[all...]
H A Dat91dci.h161 struct at91dci_td *td_next; member in struct:at91dci_std_temp
H A Ddwc_otg.h104 struct dwc_otg_td *td_next; member in struct:dwc_otg_std_temp
H A Datmegadci.h215 struct atmegadci_td *td_next; member in struct:atmegadci_std_temp
H A Davr32dci.h182 struct avr32dci_td *td_next; member in struct:avr32dci_std_temp
H A Dohci.h129 volatile uint32_t td_next; /* Next TD */ member in struct:ohci_td
H A Duhci.h71 volatile uint32_t td_next; member in struct:uhci_td
H A Dehci.c141 ehci_qtd_t *td_next; member in struct:ehci_std_temp
1581 ehci_qtd_t *td_next; local
1602 td_next = temp->td_next;
1628 if (td_next == NULL) {
1633 td = td_next;
1634 td_next = td->obj_next;
1737 if (td_next) {
1739 td->qtd_next = td_next->qtd_self;
1756 td_alt_next = td_next;
[all...]
H A Dxhci.c131 struct xhci_td *td_next; member in struct:xhci_std_temp
1722 struct xhci_td *td_next; local
1744 td_next = td_first = temp->td_next;
1770 if (td_next == NULL)
1775 td = td_next;
1776 td_next = td->obj_next;
1951 if (td_next != NULL) {
1953 td->td_trb[x].qwTrb0 = htole64((uint64_t)td_next->td_self);
1954 DPRINTF("LINK=0x%08llx\n", (long long)td_next
[all...]
H A Duss820dci.h290 struct uss820dci_td *td_next; member in struct:uss820_std_temp
H A Datmegadci.c764 td = temp->td_next;
768 temp->td_next = td->obj_next;
805 temp.td_next = xfer->td_start[0];
H A Davr32dci.c731 td = temp->td_next;
735 temp->td_next = td->obj_next;
772 temp.td_next = xfer->td_start[0];
H A Dmusb_otg.h340 struct musbotg_td *td_next; member in struct:musbotg_std_temp
H A Dat91dci.c882 td = temp->td_next;
886 temp->td_next = td->obj_next;
924 temp.td_next = xfer->td_start[0];
H A Duss820dci.c835 td = temp->td_next;
839 temp->td_next = td->obj_next;
876 temp.td_next = xfer->td_start[0];
H A Dmusb_otg.c2360 td = temp->td_next;
2364 temp->td_next = td->obj_next;
2416 temp.td_next = xfer->td_start[0];
H A Ddwc_otg.c3111 td = temp->td_next;
3115 temp->td_next = td->obj_next;
3164 temp.td_next = xfer->td_start[0];
/freebsd-10-stable/lib/libthr/thread/
H A Dthr_list.c97 struct pthread *td, *td_next; local
104 TAILQ_FOREACH_SAFE(td, &_thread_gc_list, gcle, td_next) {
/freebsd-10-stable/sys/kern/
H A Dkern_thread.c318 struct thread *td_first, *td_next; local
331 td_next = TAILQ_NEXT(td_first, td_slpq);
335 td_first = td_next;
/freebsd-10-stable/sys/mips/cavium/usb/
H A Doctusb.c95 struct octusb_td *td_next; member in struct:octusb_std_temp
981 td = temp->td_next;
985 temp->td_next = td->obj_next;
1015 temp.td_next = td;
/freebsd-10-stable/lib/libkse/thread/
H A Dthr_kern.c1256 struct pthread *td, *td_next; local
1265 for (td = TAILQ_FIRST(&_thread_gc_list); td != NULL; td = td_next) {
1266 td_next = TAILQ_NEXT(td, gcle);

Completed in 145 milliseconds