Home
last modified time | relevance | path

Searched refs:next_itd (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_isoch_util.c670 ehci_itd_t *itd, *next_itd; in ehci_deallocate_itd() local
688 next_itd = ehci_itd_iommu_to_cpu(ehcip, in ehci_deallocate_itd()
691 while (next_itd != old_itd) { in ehci_deallocate_itd()
692 itd = next_itd; in ehci_deallocate_itd()
693 next_itd = ehci_itd_iommu_to_cpu(ehcip, in ehci_deallocate_itd()
898 ehci_itd_t *curr_itd, *next_itd; in ehci_remove_itd_from_active_list() local
918 next_itd = ehci_itd_iommu_to_cpu(ehcip, curr_itd->itd_next_active_itd); in ehci_remove_itd_from_active_list()
919 while (next_itd != itd) { in ehci_remove_itd_from_active_list()
920 curr_itd = next_itd; in ehci_remove_itd_from_active_list()
922 next_itd = ehci_itd_iommu_to_cpu(ehcip, in ehci_remove_itd_from_active_list()
[all …]
H A Dehci_isoch.c845 ehci_itd_t *curr_itd, *next_itd; in ehci_remove_isoc_itds() local
862 next_itd = ehci_itd_iommu_to_cpu(ehcip, in ehci_remove_isoc_itds()
867 curr_itd = next_itd; in ehci_remove_isoc_itds()
890 ehci_itd_t *curr_itd, *next_itd; in ehci_mark_reclaim_isoc() local
917 next_itd = ehci_itd_iommu_to_cpu(ehcip, in ehci_mark_reclaim_isoc()
960 curr_itd = next_itd; in ehci_mark_reclaim_isoc()
1107 ehci_itd_t *curr_itd, *next_itd; in ehci_traverse_active_isoc_list() local
1127 next_itd = ehci_itd_iommu_to_cpu(ehcip, in ehci_traverse_active_isoc_list()
1170 curr_itd = next_itd; in ehci_traverse_active_isoc_list()
1176 (void *)next_itd); in ehci_traverse_active_isoc_list()