Lines Matching defs:hw_next
236 __le32 hw_next; /* see EHCI 3.5.1 */
273 /* Type tag from {qh, itd, sitd, fstn}->hw_next */
295 __le32 *hw_next; /* (all types) */
309 __le32 hw_next; /* see EHCI 3.6.1 */
980 qtd->hw_next = EHCI_LIST_END;
1016 qtd->hw_next = EHCI_LIST_END;
1538 last->hw_next = qtd->hw_next;
1661 qtd_prev->hw_next = QTD_NEXT(qtd->qtd_dma);
1722 qtd_prev->hw_next = QTD_NEXT(qtd->qtd_dma);
1755 qtd_prev->hw_next = QTD_NEXT(qtd->qtd_dma);
1943 qh->hw_next = head->hw_next;
1947 head->hw_next = dma;
2023 qtd->hw_next = QTD_NEXT(dma);
2155 prev->hw_next = qh->hw_next;
2250 hw_p = here.hw_next;
2261 *hw_p = *here.hw_next;
2282 hw_p = &q->qh->hw_next;
2376 hw_p = &here.qh->hw_next;
2387 hw_p = &here.qh->hw_next;
2394 qh->hw_next = *hw_p;
2465 * qh->hw_next or finish a writeback after SPLIT/CSPLIT ... and
2477 qh->hw_next = EHCI_LIST_END;
2555 qh->hw_next = EHCI_LIST_END;
2716 type = Q_NEXT_TYPE(q.qh->hw_next);
3047 oxu->async->hw_next = QH_NEXT(oxu->async->qh_dma);