Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Duhci.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 …]
H A Duhci.h113 uint32_t td_self; member
H A Dohci.h139 uint32_t td_self; member
H A Dohci.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()
H A Dxhci.h380 uint64_t td_self; member