Searched refs:next_qtd (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/ |
H A D | ehci_intr.c | 289 ehci_qtd_t *next_qtd = NULL; /* QTD pointers */ in ehci_traverse_active_qtd_list() local 308 next_qtd = ehci_qtd_iommu_to_cpu(ehcip, in ehci_traverse_active_qtd_list() 362 curr_qtd = next_qtd; in ehci_traverse_active_qtd_list() 376 ehci_qtd_t *curr_qtd = NULL, *next_qtd = NULL; in ehci_create_done_qtd_list() local 389 next_qtd = ehci_qtd_iommu_to_cpu(ehcip, in ehci_create_done_qtd_list() 412 curr_qtd = next_qtd; in ehci_create_done_qtd_list() 882 ehci_qtd_t *next_qtd, *temp_qtd; in ehci_cleanup_data_underrun() local 899 next_qtd = (ehci_qtd_t *)ehci_qtd_iommu_to_cpu(ehcip, in ehci_cleanup_data_underrun() 902 while (next_qtd) { in ehci_cleanup_data_underrun() 905 ehci_remove_qtd_from_active_qtd_list(ehcip, next_qtd); in ehci_cleanup_data_underrun() [all …]
|
H A D | ehci_polled.c | 1357 ehci_qtd_t *qtd, *next_qtd; in ehci_polled_process_active_intr_qtd_list() local 1385 next_qtd = ehci_qtd_iommu_to_cpu(ehcip, in ehci_polled_process_active_intr_qtd_list() 1438 qtd = next_qtd; in ehci_polled_process_active_intr_qtd_list() 1802 ehci_qtd_t *curr_qtd = NULL, *next_qtd = NULL; in ehci_polled_create_done_qtd_list() local 1813 next_qtd = ehci_qtd_iommu_to_cpu(ehcip, in ehci_polled_create_done_qtd_list() 1837 curr_qtd = next_qtd; in ehci_polled_create_done_qtd_list() 1855 ehci_qtd_t *curr_qtd, *next_qtd; in ehci_polled_insert_qtd_into_active_intr_qtd_list() local 1861 next_qtd = ehci_qtd_iommu_to_cpu(ehcip, in ehci_polled_insert_qtd_into_active_intr_qtd_list() 1864 while (next_qtd) { in ehci_polled_insert_qtd_into_active_intr_qtd_list() 1865 curr_qtd = next_qtd; in ehci_polled_insert_qtd_into_active_intr_qtd_list() [all …]
|
H A D | ehci_xfer.c | 2567 ehci_qtd_t *curr_qtd, *next_qtd; in ehci_insert_qtd_into_active_qtd_list() local 2575 next_qtd = ehci_qtd_iommu_to_cpu(ehcip, in ehci_insert_qtd_into_active_qtd_list() 2578 while (next_qtd) { in ehci_insert_qtd_into_active_qtd_list() 2579 curr_qtd = next_qtd; in ehci_insert_qtd_into_active_qtd_list() 2580 next_qtd = ehci_qtd_iommu_to_cpu(ehcip, in ehci_insert_qtd_into_active_qtd_list() 2609 ehci_qtd_t *curr_qtd, *prev_qtd, *next_qtd; in ehci_remove_qtd_from_active_qtd_list() local 2623 next_qtd = ehci_qtd_iommu_to_cpu(ehcip, in ehci_remove_qtd_from_active_qtd_list() 2630 ehcip->ehci_active_qtd_list = next_qtd; in ehci_remove_qtd_from_active_qtd_list() 2633 if (next_qtd) { in ehci_remove_qtd_from_active_qtd_list() 2634 Set_QTD(next_qtd->qtd_active_qtd_prev, in ehci_remove_qtd_from_active_qtd_list() [all …]
|