Lines Matching refs:hw_next
555 qtd->hw_next = EHCI_LIST_END; in ehci_qtd_init()
591 qtd->hw_next = EHCI_LIST_END; in ehci_qtd_alloc()
1113 last->hw_next = qtd->hw_next; in qh_completions()
1236 qtd_prev->hw_next = QTD_NEXT(qtd->qtd_dma); in qh_urb_transaction()
1297 qtd_prev->hw_next = QTD_NEXT(qtd->qtd_dma); in qh_urb_transaction()
1330 qtd_prev->hw_next = QTD_NEXT(qtd->qtd_dma); in qh_urb_transaction()
1518 qh->hw_next = head->hw_next; in qh_link_async()
1522 head->hw_next = dma; in qh_link_async()
1598 qtd->hw_next = QTD_NEXT(dma); in qh_append_tds()
1731 prev->hw_next = qh->hw_next; in start_unlink_async()
1826 hw_p = here.hw_next; in periodic_unlink()
1837 *hw_p = *here.hw_next; in periodic_unlink()
1858 hw_p = &q->qh->hw_next; in periodic_usecs()
1952 hw_p = &here.qh->hw_next; in qh_link_periodic()
1963 hw_p = &here.qh->hw_next; in qh_link_periodic()
1970 qh->hw_next = *hw_p; in qh_link_periodic()
2053 qh->hw_next = EHCI_LIST_END; in intr_deschedule()
2131 qh->hw_next = EHCI_LIST_END; in qh_schedule()
2296 type = Q_NEXT_TYPE(q.qh->hw_next); in scan_periodic()
2623 oxu->async->hw_next = QH_NEXT(oxu->async->qh_dma); in oxu_hcd_init()