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.c691 PRINTK("QTD(%p) at 0x%08x:\n", sqtd, hc32toh(sc, sqtd->qtd_self)); in ehci_dump_sqtd()
1664 td->qtd_next = td_next->qtd_self; in ehci_setup_standard_chain_sub()
1684 qtd_altnext = td_next->qtd_self; in ehci_setup_standard_chain_sub()
1947 qh->qh_qtd.qtd_next = td->qtd_self; in ehci_setup_standard_chain()
3668 qtd->qtd_self = htohc32(sc, page_info.physaddr);
3670 qtd->qtd_self = htohc32(sc, (unsigned int)page_info.buffer);
Dehci.h217 uint32_t qtd_self; member