Lines Matching refs:pp_last

2029 	ehci_sitd_t **pp_last = &sc->sc_isoc_fs_p_last[xfer->qh_pos];  in ehci_isoc_fs_done()  local
2039 if (pp_last >= &sc->sc_isoc_fs_p_last[EHCI_VIRTUAL_FRAMELIST_COUNT]) { in ehci_isoc_fs_done()
2040 pp_last = &sc->sc_isoc_fs_p_last[0]; in ehci_isoc_fs_done()
2064 EHCI_REMOVE_FS_TD(td, *pp_last); in ehci_isoc_fs_done()
2066 pp_last++; in ehci_isoc_fs_done()
2083 ehci_itd_t **pp_last = &sc->sc_isoc_hs_p_last[xfer->qh_pos]; in ehci_isoc_hs_done() local
2093 if (pp_last >= &sc->sc_isoc_hs_p_last[EHCI_VIRTUAL_FRAMELIST_COUNT]) { in ehci_isoc_hs_done()
2094 pp_last = &sc->sc_isoc_hs_p_last[0]; in ehci_isoc_hs_done()
2133 EHCI_REMOVE_HS_TD(td, *pp_last); in ehci_isoc_hs_done()
2134 pp_last++; in ehci_isoc_hs_done()
2438 ehci_sitd_t **pp_last; in ehci_device_isoc_fs_enter() local
2480 pp_last = &sc->sc_isoc_fs_p_last[startframe]; in ehci_device_isoc_fs_enter()
2491 if (pp_last >= &sc->sc_isoc_fs_p_last[EHCI_VIRTUAL_FRAMELIST_COUNT]) in ehci_device_isoc_fs_enter()
2492 pp_last = &sc->sc_isoc_fs_p_last[0]; in ehci_device_isoc_fs_enter()
2596 EHCI_APPEND_FS_TD(td, *pp_last); in ehci_device_isoc_fs_enter()
2597 pp_last++; in ehci_device_isoc_fs_enter()
2706 ehci_itd_t **pp_last; in ehci_device_isoc_hs_enter() local
2749 pp_last = &sc->sc_isoc_hs_p_last[startframe]; in ehci_device_isoc_hs_enter()
2760 if (pp_last >= &sc->sc_isoc_hs_p_last[EHCI_VIRTUAL_FRAMELIST_COUNT]) { in ehci_device_isoc_hs_enter()
2761 pp_last = &sc->sc_isoc_hs_p_last[0]; in ehci_device_isoc_hs_enter()
2855 EHCI_APPEND_HS_TD(td, *pp_last); in ehci_device_isoc_hs_enter()
2856 pp_last++; in ehci_device_isoc_hs_enter()