Home
last modified time | relevance | path

Searched refs:ehci_qtd_t (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_intr.c52 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 Dehci_polled.c77 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 Dehci_xfer.c173 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()
1426 ehci_qtd_t *first_dummy_qtd, *second_dummy_qtd; in ehci_initialize_dummy()
[all …]
H A Dehci_util.c277 ehci_qtd_t *qtd);
419 ehci_qtd_pool_size * sizeof (ehci_qtd_t), in ehci_allocate_pools()
444 ehci_qtd_pool_size * sizeof (ehci_qtd_t)); in ehci_allocate_pools()
1797 ehci_qtd_t *qtd; in ehci_cleanup()
4430 ehci_qtd_t *qtd) in ehci_print_qtd()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehci_intr.h59 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 Dehci_xfer.h119 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 Dehcid.h123 ehci_qtd_t *ehci_qtd_pool_addr; /* Start of the pool */
144 ehci_qtd_t *ehci_active_qtd_list;
577 ehci_qtd_t *qtd,
613 ehci_qtd_t *tw_qtd_head; /* Head QTD */
614 ehci_qtd_t *tw_qtd_tail; /* Tail QTD */
636 ehci_qtd_t *tw_qtd_free_list;
637 ehci_qtd_t *tw_alt_qtd;
960 0, EHCI_QTD_POOL_SIZE * sizeof (ehci_qtd_t), \
H A Dehci_polled.h100 ehci_qtd_t *ehci_polled_active_intr_qtd_list;
H A Dehci_util.h111 ehci_qtd_t *qtd);
H A Dehci.h489 } ehci_qtd_t; typedef