Lines Matching refs:hw_next
78 hw_p = &here.qh->hw_next; in periodic_unlink()
92 *hw_p = here.qh->hw_next; in periodic_unlink()
258 qh->hw_next = EHCI_LIST_END; in intr_deschedule()
267 qh->hw_next = EHCI_LIST_END; in intr_deschedule()
372 qh->hw_next = EHCI_LIST_END; in qh_schedule()
929 itd->hw_next = EHCI_LIST_END; in itd_init()
976 itd->hw_next = ehci->periodic [frame]; in itd_link()
1263 type = Q_NEXT_TYPE (q.qh->hw_next); in scan_periodic()
1277 type = Q_NEXT_TYPE (q.fstn->hw_next); in scan_periodic()
1288 hw_p = &q.itd->hw_next; in scan_periodic()
1289 type = Q_NEXT_TYPE (q.itd->hw_next); in scan_periodic()
1300 *hw_p = q.itd->hw_next; in scan_periodic()
1301 type = Q_NEXT_TYPE (q.itd->hw_next); in scan_periodic()