Lines Matching refs:hw_next
556 qtd->hw_next = EHCI_LIST_END; in ehci_qtd_init()
592 qtd->hw_next = EHCI_LIST_END; in ehci_qtd_alloc()
1116 last->hw_next = qtd->hw_next; in qh_completions()
1242 qtd_prev->hw_next = QTD_NEXT(qtd->qtd_dma); in qh_urb_transaction()
1303 qtd_prev->hw_next = QTD_NEXT(qtd->qtd_dma); in qh_urb_transaction()
1336 qtd_prev->hw_next = QTD_NEXT(qtd->qtd_dma); in qh_urb_transaction()
1524 qh->hw_next = head->hw_next; in qh_link_async()
1528 head->hw_next = dma; in qh_link_async()
1604 qtd->hw_next = QTD_NEXT(dma); in qh_append_tds()
1738 prev->hw_next = qh->hw_next; in start_unlink_async()
1833 hw_p = here.hw_next; in periodic_unlink()
1844 *hw_p = *here.hw_next; in periodic_unlink()
1865 hw_p = &q->qh->hw_next; in periodic_usecs()
1959 hw_p = &here.qh->hw_next; in qh_link_periodic()
1970 hw_p = &here.qh->hw_next; in qh_link_periodic()
1977 qh->hw_next = *hw_p; in qh_link_periodic()
2060 qh->hw_next = EHCI_LIST_END; in intr_deschedule()
2138 qh->hw_next = EHCI_LIST_END; in qh_schedule()
2305 type = Q_NEXT_TYPE(q.qh->hw_next); in scan_periodic()
2634 oxu->async->hw_next = QH_NEXT(oxu->async->qh_dma); in oxu_hcd_init()