Lines Matching defs:qtd
80 dbg_qtd(const char *label, struct ehci_hcd *ehci, struct ehci_qtd *qtd)
82 ehci_dbg(ehci, "%s td %p n%08x %08x t%08x p0=%08x\n", label, qtd,
83 hc32_to_cpup(ehci, &qtd->hw_next),
84 hc32_to_cpup(ehci, &qtd->hw_alt_next),
85 hc32_to_cpup(ehci, &qtd->hw_token),
86 hc32_to_cpup(ehci, &qtd->hw_buf[0]));
87 if (qtd->hw_buf[1])
89 hc32_to_cpup(ehci, &qtd->hw_buf[1]),
90 hc32_to_cpup(ehci, &qtd->hw_buf[2]),
91 hc32_to_cpup(ehci, &qtd->hw_buf[3]),
92 hc32_to_cpup(ehci, &qtd->hw_buf[4]));
100 ehci_dbg(ehci, "%s qh %p n%08x info %x %x qtd %x\n", label,
394 /* else alt_next points to some other qtd */
597 struct ehci_qtd *qtd;
602 list_for_each_entry(qtd, &qh->qtd_list, qtd_list) {
604 switch ((hc32_to_cpu(ehci, qtd->hw_token) >> 8) & 0x03) {