Lines Matching refs:hw_p
1827 __le32 *hw_p = &oxu->periodic[frame]; in periodic_unlink() local
1832 prev_p = periodic_next_shadow(prev_p, Q_NEXT_TYPE(*hw_p)); in periodic_unlink()
1833 hw_p = here.hw_next; in periodic_unlink()
1843 *prev_p = *periodic_next_shadow(&here, Q_NEXT_TYPE(*hw_p)); in periodic_unlink()
1844 *hw_p = *here.hw_next; in periodic_unlink()
1851 __le32 *hw_p = &oxu->periodic[frame]; in periodic_usecs() local
1856 switch (Q_NEXT_TYPE(*hw_p)) { in periodic_usecs()
1865 hw_p = &q->qh->hw_next; in periodic_usecs()
1949 __le32 *hw_p = &oxu->periodic[i]; in qh_link_periodic() local
1955 type = Q_NEXT_TYPE(*hw_p); in qh_link_periodic()
1959 hw_p = &here.qh->hw_next; in qh_link_periodic()
1970 hw_p = &here.qh->hw_next; in qh_link_periodic()
1977 qh->hw_next = *hw_p; in qh_link_periodic()
1980 *hw_p = QH_NEXT(qh->qh_dma); in qh_link_periodic()
2275 __le32 type, *hw_p; in scan_periodic() local
2291 hw_p = &oxu->periodic[frame]; in scan_periodic()
2293 type = Q_NEXT_TYPE(*hw_p); in scan_periodic()