Searched refs:qtd (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/ |
H A D | ehci_intr.c | 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, 105 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); 690 ehci_qtd_t *qtd; in ehci_polled_init() local 841 qtd = (ehci_qtd_t *)(ehci_qtd_iommu_to_cpu(ehcip, in ehci_polled_init() 846 qtd); in ehci_polled_init() 1357 ehci_qtd_t *qtd, *next_qtd; in ehci_polled_process_active_intr_qtd_list() local 1371 qtd = ehci_polled_create_done_qtd_list(ehci_polledp); in ehci_polled_process_active_intr_qtd_list() 1383 while (qtd) { in ehci_polled_process_active_intr_qtd_list() [all …]
|
H A D | ehci_xfer.c | 177 ehci_qtd_t *qtd, 187 ehci_qtd_t *qtd); 2321 ehci_qtd_t *qtd; in ehci_allocate_qtd_from_pool() local 2347 qtd = &ehcip->ehci_qtd_pool_addr[i]; in ehci_allocate_qtd_from_pool() 2350 "ehci_allocate_qtd_from_pool: qtd 0x%p", (void *)qtd); in ehci_allocate_qtd_from_pool() 2353 Set_QTD(qtd->qtd_state, EHCI_QTD_DUMMY); in ehci_allocate_qtd_from_pool() 2356 Set_QTD(qtd->qtd_ctrl, EHCI_QTD_CTRL_HALTED_XACT); in ehci_allocate_qtd_from_pool() 2359 Set_QTD(qtd->qtd_next_qtd, EHCI_QTD_NEXT_QTD_PTR_VALID); in ehci_allocate_qtd_from_pool() 2360 Set_QTD(qtd->qtd_alt_next_qtd, EHCI_QTD_ALT_NEXT_QTD_PTR_VALID); in ehci_allocate_qtd_from_pool() 2362 return (qtd); in ehci_allocate_qtd_from_pool() [all …]
|
H A D | ehci_util.c | 277 ehci_qtd_t *qtd); 1797 ehci_qtd_t *qtd; in ehci_cleanup() local 1858 qtd = &ehcip->ehci_qtd_pool_addr[i]; in ehci_cleanup() 1864 (qtd->qtd_trans_wrapper)) { in ehci_cleanup() 1870 Get_QTD(qtd->qtd_trans_wrapper)); in ehci_cleanup() 4430 ehci_qtd_t *qtd) in ehci_print_qtd() argument 4435 "ehci_print_qtd: qtd = 0x%p", (void *)qtd); in ehci_print_qtd() 4438 "\tqtd_next_qtd: 0x%x ", Get_QTD(qtd->qtd_next_qtd)); in ehci_print_qtd() 4440 "\tqtd_alt_next_qtd: 0x%x ", Get_QTD(qtd->qtd_alt_next_qtd)); in ehci_print_qtd() 4442 "\tqtd_ctrl: 0x%x ", Get_QTD(qtd->qtd_ctrl)); in ehci_print_qtd() [all …]
|
/illumos-gate/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 | 182 ehci_qtd_t *qtd, 188 ehci_qtd_t *qtd,
|
H A D | ehci_util.h | 111 ehci_qtd_t *qtd);
|
H A D | ehcid.h | 577 ehci_qtd_t *qtd,
|