Lines Matching refs:hw_next
235 __le32 hw_next; /* see EHCI 3.5.1 */ member
294 __le32 *hw_next; /* (all types) */ member
308 __le32 hw_next; /* see EHCI 3.6.1 */ member
981 qtd->hw_next = EHCI_LIST_END; in ehci_qtd_init()
1017 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()
2157 prev->hw_next = qh->hw_next; in start_unlink_async()
2252 hw_p = here.hw_next; in periodic_unlink()
2263 *hw_p = *here.hw_next; in periodic_unlink()
2284 hw_p = &q->qh->hw_next; in periodic_usecs()
2378 hw_p = &here.qh->hw_next; in qh_link_periodic()
2389 hw_p = &here.qh->hw_next; in qh_link_periodic()
2396 qh->hw_next = *hw_p; in qh_link_periodic()
2479 qh->hw_next = EHCI_LIST_END; in intr_deschedule()
2557 qh->hw_next = EHCI_LIST_END; in qh_schedule()
2718 type = Q_NEXT_TYPE(q.qh->hw_next); in scan_periodic()
3045 oxu->async->hw_next = QH_NEXT(oxu->async->qh_dma); in oxu_hcd_init()