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;
1539 last->hw_next = qtd->hw_next;
1662 qtd_prev->hw_next = QTD_NEXT(qtd->qtd_dma);
1723 qtd_prev->hw_next = QTD_NEXT(qtd->qtd_dma);
1756 qtd_prev->hw_next = QTD_NEXT(qtd->qtd_dma);
1944 qh->hw_next = head->hw_next;
1948 head->hw_next = dma;
2024 qtd->hw_next = QTD_NEXT(dma);
2156 prev->hw_next = qh->hw_next;
2251 hw_p = here.hw_next;
2262 *hw_p = *here.hw_next;
2283 hw_p = &q->qh->hw_next;
2377 hw_p = &here.qh->hw_next;
2388 hw_p = &here.qh->hw_next;
2395 qh->hw_next = *hw_p;
2466 * qh->hw_next or finish a writeback after SPLIT/CSPLIT ... and
2478 qh->hw_next = EHCI_LIST_END;
2556 qh->hw_next = EHCI_LIST_END;
2717 type = Q_NEXT_TYPE(q.qh->hw_next);
3048 oxu->async->hw_next = QH_NEXT(oxu->async->qh_dma);