Searched refs:td_next (Results 1 – 17 of 17) sorted by relevance
/freebsd/sys/dev/usb/controller/ |
H A D | uhci.c | 140 uhci_td_t *td_next; member 550 td_x->td_next = qh_intr->qh_self; in uhci_init() 605 td_lst->td_next = htole32(UHCI_PTR_T); in uhci_init() 724 uint32_t td_next; in uhci_dump_td() local 731 td_next = le32toh(p->td_next); in uhci_dump_td() 739 temp = ((td_next & UHCI_PTR_T) || (td_next == 0)); in uhci_dump_td() 745 td_next, in uhci_dump_td() 753 (td_next & 1) ? "-T" : "", in uhci_dump_td() 754 (td_next & 2) ? "-Q" : "", in uhci_dump_td() 755 (td_next & 4) ? "-VF" : "", in uhci_dump_td() [all …]
|
H A D | ohci.c | 129 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() 945 uint32_t td_next; in ohci_check_transfer_sub() local 954 td_next = le32toh(td->td_next); in ohci_check_transfer_sub() 974 if (((td_next & (~0xF)) == OHCI_TD_NEXT_END) || phy_start) { in ohci_check_transfer_sub() 1244 ohci_td_t *td_next; in ohci_setup_standard_chain_sub() local 1269 td_next = temp->td_next; in ohci_setup_standard_chain_sub() 1292 if (td_next == NULL) { in ohci_setup_standard_chain_sub() 1297 td = td_next; in ohci_setup_standard_chain_sub() [all …]
|
H A D | ehci.c | 137 ehci_qtd_t *td_next; member 1549 ehci_qtd_t *td_next; in ehci_setup_standard_chain_sub() local 1570 td_next = temp->td_next; in ehci_setup_standard_chain_sub() 1593 if (td_next == NULL) { in ehci_setup_standard_chain_sub() 1598 td = td_next; in ehci_setup_standard_chain_sub() 1599 td_next = td->obj_next; in ehci_setup_standard_chain_sub() 1696 if (td_next) { in ehci_setup_standard_chain_sub() 1698 td->qtd_next = td_next->qtd_self; in ehci_setup_standard_chain_sub() 1715 td_alt_next = td_next; in ehci_setup_standard_chain_sub() 1717 qtd_altnext = td_next->qtd_self; in ehci_setup_standard_chain_sub() [all …]
|
H A D | uhci.h | 72 volatile uint32_t td_next; member
|
H A D | atmegadci.h | 216 struct atmegadci_td *td_next; member
|
H A D | dwc_otg.h | 105 struct dwc_otg_td *td_next; member
|
H A D | ohci.h | 130 volatile uint32_t td_next; /* Next TD */ member
|
H A D | avr32dci.h | 183 struct avr32dci_td *td_next; member
|
H A D | uss820dci.h | 294 struct uss820dci_td *td_next; member
|
H A D | musb_otg.h | 341 struct musbotg_td *td_next; member
|
H A D | atmegadci.c | 756 td = temp->td_next; in atmegadci_setup_standard_chain_sub() 760 temp->td_next = td->obj_next; in atmegadci_setup_standard_chain_sub() 795 temp.td_next = xfer->td_start[0]; in atmegadci_setup_standard_chain()
|
H A D | avr32dci.c | 725 td = temp->td_next; in avr32dci_setup_standard_chain_sub() 729 temp->td_next = td->obj_next; in avr32dci_setup_standard_chain_sub() 766 temp.td_next = xfer->td_start[0]; in avr32dci_setup_standard_chain()
|
H A D | uss820dci.c | 858 td = temp->td_next; in uss820dci_setup_standard_chain_sub() 862 temp->td_next = td->obj_next; in uss820dci_setup_standard_chain_sub() 897 temp.td_next = xfer->td_start[0]; in uss820dci_setup_standard_chain()
|
H A D | musb_otg.c | 2363 td = temp->td_next; in musbotg_setup_standard_chain_sub() 2367 temp->td_next = td->obj_next; in musbotg_setup_standard_chain_sub() 2419 temp.td_next = xfer->td_start[0]; in musbotg_setup_standard_chain()
|
H A D | dwc_otg.c | 3091 td = temp->td_next; in dwc_otg_setup_standard_chain_sub() 3095 temp->td_next = td->obj_next; in dwc_otg_setup_standard_chain_sub() 3144 temp.td_next = xfer->td_start[0]; in dwc_otg_setup_standard_chain()
|
/freebsd/lib/libthr/thread/ |
H A D | thr_list.c | 98 struct pthread *td, *td_next; in _thr_gc() local 105 TAILQ_FOREACH_SAFE(td, &_thread_gc_list, gcle, td_next) { in _thr_gc()
|
/freebsd/sys/kern/ |
H A D | subr_sleepqueue.c | 1188 struct thread *td, *td_next; in sleepq_sbuf_print_stacks() local 1243 td_next) { in sleepq_sbuf_print_stacks()
|