Searched defs:next_itd (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_isoch.c845 ehci_itd_t *curr_itd, *next_itd; local
862 next_itd = ehci_itd_iommu_to_cpu(ehcip,
867 curr_itd = next_itd;
890 ehci_itd_t *curr_itd, *next_itd; local
917 next_itd = ehci_itd_iommu_to_cpu(ehcip,
960 curr_itd = next_itd;
1107 ehci_itd_t *curr_itd, *next_itd; local
1126 /* Save the next_itd */
1127 next_itd = ehci_itd_iommu_to_cpu(ehcip,
1170 curr_itd = next_itd;
[all...]
H A Dehci_isoch_util.c670 ehci_itd_t *itd, *next_itd; local
688 next_itd = ehci_itd_iommu_to_cpu(ehcip,
691 while (next_itd != old_itd) {
692 itd = next_itd;
693 next_itd = ehci_itd_iommu_to_cpu(ehcip,
898 ehci_itd_t *curr_itd, *next_itd; local
918 next_itd = ehci_itd_iommu_to_cpu(ehcip, curr_itd->itd_next_active_itd);
919 while (next_itd != itd) {
920 curr_itd = next_itd;
922 next_itd
953 ehci_itd_t *curr_itd = NULL, *next_itd = NULL; local
[all...]

Completed in 48 milliseconds