Home
last modified time | relevance | path

Searched refs:qtd_self (Results 1 – 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.c690 PRINTK("QTD(%p) at 0x%08x:\n", sqtd, hc32toh(sc, sqtd->qtd_self)); in ehci_dump_sqtd()
1651 td->qtd_next = td_next->qtd_self; in ehci_setup_standard_chain_sub()
1671 qtd_altnext = td_next->qtd_self; in ehci_setup_standard_chain_sub()
1928 qh->qh_qtd.qtd_next = td->qtd_self; in ehci_setup_standard_chain()
3636 qtd->qtd_self = htohc32(sc, page_info.physaddr);
3638 qtd->qtd_self = htohc32(sc, (unsigned int)page_info.buffer);
Dehci.h216 uint32_t qtd_self; member