Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-ehci.c305 qh->current_qtd, qh->next_qtd, qh->altnext_qtd); in ehci_trace_qh()
438 (q->async && qh->next_qtd != q->qh.next_qtd) || in ehci_verify_qh()
1154 q->qh.next_qtd = p->qtd.next; in ehci_qh_do_overlay()
1781 } else if (NLPTR_TBIT(q->qh.next_qtd) == 0) { in ehci_state_advqueue()
1782 q->qtdaddr = q->qh.next_qtd; in ehci_state_advqueue()
2012 ehci_trace_qtd(q, NLPTR_GET(p->qtdaddr), (EHCIqtd *) &q->qh.next_qtd); in ehci_state_writeback()
2013 qtd = (uint32_t *) &q->qh.next_qtd; in ehci_state_writeback()
H A Dhcd-ehci.h192 uint32_t next_qtd; /* Standard next link pointer */ member