Home
last modified time | relevance | path

Searched refs:td_self (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/sys/dev/usb/controller/
HDuhci.c439 td->td_self = in uhci_init_td()
598 qh_lst->qh_e_next = td_lst->td_self; in uhci_init()
630 sc->sc_isoc_p_last[x % UHCI_VFRAMELIST_COUNT]->td_self; in uhci_init()
744 le32toh(p->td_self), in uhci_dump_td()
907 last->td_next = std->td_self; in _uhci_append_td()
1242 uint32_t td_self; in uhci_check_transfer_sub() local
1250 td_self = td->td_self; in uhci_check_transfer_sub()
1280 qh->qh_e_next = td_self; in uhci_check_transfer_sub()
1612 td->td_next = td_next->td_self; in uhci_setup_standard_chain_sub()
1898 qh->qh_e_next = td->td_self; in uhci_device_bulk_start()
[all …]
HDuhci.h113 uint32_t td_self; member
HDohci.h139 uint32_t td_self; member
HDohci.c551 std, le32toh(std->td_self), in ohci_dump_td()
989 ed->ed_headp = td->td_self; in ohci_check_transfer_sub()
1348 td->td_next = td_next->td_self; in ohci_setup_standard_chain_sub()
1556 ed->ed_headp = td->td_self; in ohci_setup_standard_chain()
2432 td->td_self = htole32(page_info.physaddr); in ohci_xfer_setup()
HDxhci.c918 (long long)td->td_self, in xhci_check_transfer()
919 (long long)td->td_self + sizeof(td->td_trb)); in xhci_check_transfer()
931 offset = td_event - td->td_self; in xhci_check_transfer()
1906 td->td_trb[x].qwTrb0 = htole64((uint64_t)td_next->td_self); in xhci_setup_generic_chain_sub()
1907 DPRINTF("LINK=0x%08llx\n", (long long)td_next->td_self); in xhci_setup_generic_chain_sub()
2945 pepext->trb[i].qwTrb0 = htole64((uint64_t)td_first->td_self); in xhci_transfer_insert()
3720 td->td_self = page_info.physaddr; in xhci_xfer_setup()
HDxhci.h380 uint64_t td_self; member