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

/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 Dehci_polled.h100 ehci_qtd_t *ehci_polled_active_intr_qtd_list;
H A Dehcid.h123 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 Dehci_util.h111 ehci_qtd_t *qtd);
H A Dehci.h488 } ehci_qtd_t; typedef in typeref:struct:ehci_qtd
/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 *qt
[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;
841 qtd = (ehci_qtd_t *)(ehci_qtd_iommu_to_cpu(ehcip,
1357 ehci_qtd_t *qt
[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;
1428 ehci_qtd_t *first_dummy_qt
[all...]
H A Dehci_util.c276 ehci_qtd_t *qtd);
418 ehci_qtd_pool_size * sizeof (ehci_qtd_t),
443 ehci_qtd_pool_size * sizeof (ehci_qtd_t));
1776 ehci_qtd_t *qtd;
4408 ehci_qtd_t *qtd)

Completed in 92 milliseconds