Lines Matching refs:hw_next
236 __le32 hw_next; /* see EHCI 3.5.1 */ member
295 __le32 *hw_next; /* (all types) */ member
309 __le32 hw_next; /* see EHCI 3.6.1 */ member
980 qtd->hw_next = EHCI_LIST_END; in ehci_qtd_init()
1016 qtd->hw_next = EHCI_LIST_END; in ehci_qtd_alloc()
1538 last->hw_next = qtd->hw_next; in qh_completions()
1661 qtd_prev->hw_next = QTD_NEXT(qtd->qtd_dma); in qh_urb_transaction()
1722 qtd_prev->hw_next = QTD_NEXT(qtd->qtd_dma); in qh_urb_transaction()
1755 qtd_prev->hw_next = QTD_NEXT(qtd->qtd_dma); in qh_urb_transaction()
1943 qh->hw_next = head->hw_next; in qh_link_async()
1947 head->hw_next = dma; in qh_link_async()
2023 qtd->hw_next = QTD_NEXT(dma); in qh_append_tds()
2155 prev->hw_next = qh->hw_next; in start_unlink_async()
2250 hw_p = here.hw_next; in periodic_unlink()
2261 *hw_p = *here.hw_next; in periodic_unlink()
2282 hw_p = &q->qh->hw_next; in periodic_usecs()
2376 hw_p = &here.qh->hw_next; in qh_link_periodic()
2387 hw_p = &here.qh->hw_next; in qh_link_periodic()
2394 qh->hw_next = *hw_p; in qh_link_periodic()
2477 qh->hw_next = EHCI_LIST_END; in intr_deschedule()
2555 qh->hw_next = EHCI_LIST_END; in qh_schedule()
2716 type = Q_NEXT_TYPE(q.qh->hw_next); in scan_periodic()
3047 oxu->async->hw_next = QH_NEXT(oxu->async->qh_dma); in oxu_hcd_init()