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()
1539 last->hw_next = qtd->hw_next; in qh_completions()
1662 qtd_prev->hw_next = QTD_NEXT(qtd->qtd_dma); in qh_urb_transaction()
1723 qtd_prev->hw_next = QTD_NEXT(qtd->qtd_dma); in qh_urb_transaction()
1756 qtd_prev->hw_next = QTD_NEXT(qtd->qtd_dma); in qh_urb_transaction()
1944 qh->hw_next = head->hw_next; in qh_link_async()
1948 head->hw_next = dma; in qh_link_async()
2024 qtd->hw_next = QTD_NEXT(dma); in qh_append_tds()
2156 prev->hw_next = qh->hw_next; in start_unlink_async()
2251 hw_p = here.hw_next; in periodic_unlink()
2262 *hw_p = *here.hw_next; in periodic_unlink()
2283 hw_p = &q->qh->hw_next; in periodic_usecs()
2377 hw_p = &here.qh->hw_next; in qh_link_periodic()
2388 hw_p = &here.qh->hw_next; in qh_link_periodic()
2395 qh->hw_next = *hw_p; in qh_link_periodic()
2478 qh->hw_next = EHCI_LIST_END; in intr_deschedule()
2556 qh->hw_next = EHCI_LIST_END; in qh_schedule()
2717 type = Q_NEXT_TYPE(q.qh->hw_next); in scan_periodic()
3048 oxu->async->hw_next = QH_NEXT(oxu->async->qh_dma); in oxu_hcd_init()