Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/usb/controller/
HDuhci.c442 td->td_self = in uhci_init_td()
602 qh_lst->qh_e_next = td_lst->td_self; in uhci_init()
635 sc->sc_isoc_p_last[x % UHCI_VFRAMELIST_COUNT]->td_self; in uhci_init()
749 le32toh(p->td_self), in uhci_dump_td()
912 last->td_next = std->td_self; in _uhci_append_td()
1255 uint32_t td_self; in uhci_check_transfer_sub() local
1263 td_self = td->td_self; in uhci_check_transfer_sub()
1294 qh->qh_e_next = td_self; in uhci_check_transfer_sub()
1636 td->td_next = td_next->td_self; in uhci_setup_standard_chain_sub()
1928 qh->qh_e_next = td->td_self; in uhci_device_bulk_start()
[all …]
HDuhci.h112 uint32_t td_self; member
HDohci.h138 uint32_t td_self; member
HDohci.c551 std, le32toh(std->td_self), in ohci_dump_td()
997 ed->ed_headp = td->td_self; in ohci_check_transfer_sub()
1361 td->td_next = td_next->td_self; in ohci_setup_standard_chain_sub()
1574 ed->ed_headp = td->td_self; in ohci_setup_standard_chain()
2476 td->td_self = htole32(page_info.physaddr); in ohci_xfer_setup()
HDxhci.c971 (long long)td->td_self, in xhci_check_transfer()
972 (long long)td->td_self + sizeof(td->td_trb)); in xhci_check_transfer()
984 offset = td_event - td->td_self; in xhci_check_transfer()
1964 td->td_trb[x].qwTrb0 = htole64((uint64_t)td_next->td_self); in xhci_setup_generic_chain_sub()
1965 DPRINTF("LINK=0x%08llx\n", (long long)td_next->td_self); in xhci_setup_generic_chain_sub()
3010 pepext->trb[i].qwTrb0 = htole64((uint64_t)td_first->td_self); in xhci_transfer_insert()
3806 td->td_self = page_info.physaddr; in xhci_xfer_setup()
HDxhci.h353 uint64_t td_self; member