Searched refs:ehci_qtd_t (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/uts/common/io/usb/hcd/ehci/ |
H A D | ehci_intr.c | 52 static ehci_qtd_t *ehci_create_done_qtd_list( 56 ehci_qtd_t *qtd); 61 ehci_qtd_t *qtd, 67 ehci_qtd_t *qtd); 70 ehci_qtd_t *qtd, 75 ehci_qtd_t *qtd); 78 ehci_qtd_t *qtd, 84 ehci_qtd_t *qtd, 90 ehci_qtd_t *qtd, 96 ehci_qtd_t *qtd, [all …]
|
H A D | ehci_polled.c | 77 ehci_qtd_t *qtd); 80 ehci_qtd_t *qtd); 85 ehci_qtd_t *qtd, 93 ehci_qtd_t *qtd); 94 static ehci_qtd_t *ehci_polled_create_done_qtd_list( 98 ehci_qtd_t *curr_qtd); 101 ehci_qtd_t *curr_qtd); 690 ehci_qtd_t *qtd; in ehci_polled_init() 841 qtd = (ehci_qtd_t *)(ehci_qtd_iommu_to_cpu(ehcip, in ehci_polled_init() 1357 ehci_qtd_t *qtd, *next_qtd; in ehci_polled_process_active_intr_qtd_list() [all …]
|
H A D | ehci_xfer.c | 173 static ehci_qtd_t *ehci_allocate_qtd_from_pool( 177 ehci_qtd_t *qtd, 187 ehci_qtd_t *qtd); 190 ehci_qtd_t *curr_qtd); 193 ehci_qtd_t *curr_qtd); 199 ehci_qtd_t *old_qtd); 202 ehci_qtd_t *addr); 203 ehci_qtd_t *ehci_qtd_iommu_to_cpu( 1323 ehci_qtd_t *first_dummy_qtd, *second_dummy_qtd; in ehci_deallocate_qh() 1428 ehci_qtd_t *first_dummy_qtd, *second_dummy_qtd; in ehci_initialize_dummy() [all …]
|
H A D | ehci_util.c | 276 ehci_qtd_t *qtd); 418 ehci_qtd_pool_size * sizeof (ehci_qtd_t), in ehci_allocate_pools() 443 ehci_qtd_pool_size * sizeof (ehci_qtd_t)); in ehci_allocate_pools() 1776 ehci_qtd_t *qtd; in ehci_cleanup() 4408 ehci_qtd_t *qtd) in ehci_print_qtd()
|
/titanic_44/usr/src/uts/common/sys/usb/hcd/ehci/ |
H A D | ehci_intr.h | 59 ehci_qtd_t *qtd, 63 ehci_qtd_t *qtd, 69 ehci_qtd_t *qtd, 75 ehci_qtd_t *qtd, 81 ehci_qtd_t *qtd,
|
H A D | ehci_xfer.h | 119 ehci_qtd_t *curr_qtd); 122 ehci_qtd_t *old_qtd); 125 ehci_qtd_t *addr); 126 extern ehci_qtd_t *ehci_qtd_iommu_to_cpu( 182 ehci_qtd_t *qtd, 188 ehci_qtd_t *qtd,
|
H A D | ehcid.h | 123 ehci_qtd_t *ehci_qtd_pool_addr; /* Start of the pool */ 144 ehci_qtd_t *ehci_active_qtd_list; 576 ehci_qtd_t *qtd, 612 ehci_qtd_t *tw_qtd_head; /* Head QTD */ 613 ehci_qtd_t *tw_qtd_tail; /* Tail QTD */ 635 ehci_qtd_t *tw_qtd_free_list; 636 ehci_qtd_t *tw_alt_qtd; 959 0, EHCI_QTD_POOL_SIZE * sizeof (ehci_qtd_t), \
|
H A D | ehci_polled.h | 100 ehci_qtd_t *ehci_polled_active_intr_qtd_list;
|
H A D | ehci_util.h | 111 ehci_qtd_t *qtd);
|
H A D | ehci.h | 488 } ehci_qtd_t; typedef
|