Searched refs:next_qtd (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_polled.c1357 ehci_qtd_t *qtd, *next_qtd; local
1385 next_qtd = ehci_qtd_iommu_to_cpu(ehcip,
1438 qtd = next_qtd;
1802 ehci_qtd_t *curr_qtd = NULL, *next_qtd = NULL; local
1813 next_qtd = ehci_qtd_iommu_to_cpu(ehcip,
1837 curr_qtd = next_qtd;
1855 ehci_qtd_t *curr_qtd, *next_qtd; local
1861 next_qtd = ehci_qtd_iommu_to_cpu(ehcip,
1864 while (next_qtd) {
1865 curr_qtd = next_qtd;
1894 ehci_qtd_t *curr_qtd, *prev_qtd, *next_qtd; local
1943 ehci_qtd_t *next_qtd; local
[all...]
H A Dehci_intr.c289 ehci_qtd_t *next_qtd = NULL; /* QTD pointers */ local
308 next_qtd = ehci_qtd_iommu_to_cpu(ehcip,
362 curr_qtd = next_qtd;
376 ehci_qtd_t *curr_qtd = NULL, *next_qtd = NULL; local
389 next_qtd = ehci_qtd_iommu_to_cpu(ehcip,
412 curr_qtd = next_qtd;
882 ehci_qtd_t *next_qtd, *temp_qtd; local
899 next_qtd = (ehci_qtd_t *)ehci_qtd_iommu_to_cpu(ehcip,
902 while (next_qtd) {
905 ehci_remove_qtd_from_active_qtd_list(ehcip, next_qtd);
[all...]
H A Dehci_xfer.c2569 ehci_qtd_t *curr_qtd, *next_qtd; local
2577 next_qtd = ehci_qtd_iommu_to_cpu(ehcip,
2580 while (next_qtd) {
2581 curr_qtd = next_qtd;
2582 next_qtd = ehci_qtd_iommu_to_cpu(ehcip,
2611 ehci_qtd_t *curr_qtd, *prev_qtd, *next_qtd; local
2625 next_qtd = ehci_qtd_iommu_to_cpu(ehcip,
2632 ehcip->ehci_active_qtd_list = next_qtd;
2635 if (next_qtd) {
2636 Set_QTD(next_qtd
2662 ehci_qtd_t *next_qtd; local
2737 ehci_qtd_t *qtd, *next_qtd; local
[all...]

Completed in 72 milliseconds