Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
H A Duhci.c438 td->td_self = in uhci_init_td()
599 qh_lst->qh_e_next = td_lst->td_self; in uhci_init()
746 le32toh(p->td_self), in uhci_dump_td()
909 last->td_next = std->td_self; in _uhci_append_td()
1252 uint32_t td_self; in uhci_check_transfer_sub() local
1260 td_self = td->td_self; in uhci_check_transfer_sub()
1291 qh->qh_e_next = td_self; in uhci_check_transfer_sub()
1633 td->td_next = td_next->td_self; in uhci_setup_standard_chain_sub()
1925 qh->qh_e_next = td->td_self; in uhci_device_bulk_start()
1982 qh->qh_e_next = td->td_self; in uhci_device_ctrl_start()
[all …]
H A Duhci.h112 uint32_t td_self; member
H A Dohci.h138 uint32_t td_self; member
H A Dohci.c545 std, le32toh(std->td_self), in ohci_dump_td()
991 ed->ed_headp = td->td_self; in ohci_check_transfer_sub()
1355 td->td_next = td_next->td_self; in ohci_setup_standard_chain_sub()
1568 ed->ed_headp = td->td_self; in ohci_setup_standard_chain()
2470 td->td_self = htole32(page_info.physaddr); in ohci_xfer_setup()
H A Dxhci.c936 (long long)td->td_self, in xhci_check_transfer()
937 (long long)td->td_self + sizeof(td->td_trb)); in xhci_check_transfer()
949 offset = td_event - td->td_self; in xhci_check_transfer()
1929 td->td_trb[x].qwTrb0 = htole64((uint64_t)td_next->td_self); in xhci_setup_generic_chain_sub()
1930 DPRINTF("LINK=0x%08llx\n", (long long)td_next->td_self); in xhci_setup_generic_chain_sub()
2984 pepext->trb[i].qwTrb0 = htole64((uint64_t)td_first->td_self); in xhci_transfer_insert()
3783 td->td_self = page_info.physaddr; in xhci_xfer_setup()
H A Dxhci.h345 uint64_t td_self; member