Lines Matching refs:hw_next
554 qtd->hw_next = EHCI_LIST_END; in ehci_qtd_init()
590 qtd->hw_next = EHCI_LIST_END; in ehci_qtd_alloc()
1114 last->hw_next = qtd->hw_next; in qh_completions()
1240 qtd_prev->hw_next = QTD_NEXT(qtd->qtd_dma); in qh_urb_transaction()
1301 qtd_prev->hw_next = QTD_NEXT(qtd->qtd_dma); in qh_urb_transaction()
1334 qtd_prev->hw_next = QTD_NEXT(qtd->qtd_dma); in qh_urb_transaction()
1522 qh->hw_next = head->hw_next; in qh_link_async()
1526 head->hw_next = dma; in qh_link_async()
1602 qtd->hw_next = QTD_NEXT(dma); in qh_append_tds()
1736 prev->hw_next = qh->hw_next; in start_unlink_async()
1831 hw_p = here.hw_next; in periodic_unlink()
1842 *hw_p = *here.hw_next; in periodic_unlink()
1863 hw_p = &q->qh->hw_next; in periodic_usecs()
1957 hw_p = &here.qh->hw_next; in qh_link_periodic()
1968 hw_p = &here.qh->hw_next; in qh_link_periodic()
1975 qh->hw_next = *hw_p; in qh_link_periodic()
2058 qh->hw_next = EHCI_LIST_END; in intr_deschedule()
2136 qh->hw_next = EHCI_LIST_END; in qh_schedule()
2303 type = Q_NEXT_TYPE(q.qh->hw_next); in scan_periodic()
2631 oxu->async->hw_next = QH_NEXT(oxu->async->qh_dma); in oxu_hcd_init()