Searched refs:qtd (Results 1 – 8 of 8) sorted by relevance
/titanic_50/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); 2323 ehci_qtd_t *qtd; in ehci_allocate_qtd_from_pool() local 2349 qtd = &ehcip->ehci_qtd_pool_addr[i]; in ehci_allocate_qtd_from_pool() 2352 "ehci_allocate_qtd_from_pool: qtd 0x%p", (void *)qtd); in ehci_allocate_qtd_from_pool() 2355 Set_QTD(qtd->qtd_state, EHCI_QTD_DUMMY); in ehci_allocate_qtd_from_pool() 2358 Set_QTD(qtd->qtd_ctrl, EHCI_QTD_CTRL_HALTED_XACT); in ehci_allocate_qtd_from_pool() 2361 Set_QTD(qtd->qtd_next_qtd, EHCI_QTD_NEXT_QTD_PTR_VALID); in ehci_allocate_qtd_from_pool() 2362 Set_QTD(qtd->qtd_alt_next_qtd, EHCI_QTD_ALT_NEXT_QTD_PTR_VALID); in ehci_allocate_qtd_from_pool() 2364 return (qtd); in ehci_allocate_qtd_from_pool() [all …]
|
H A D | ehci_util.c | 276 ehci_qtd_t *qtd); 1776 ehci_qtd_t *qtd; in ehci_cleanup() local 1837 qtd = &ehcip->ehci_qtd_pool_addr[i]; in ehci_cleanup() 1843 (qtd->qtd_trans_wrapper)) { in ehci_cleanup() 1849 Get_QTD(qtd->qtd_trans_wrapper)); in ehci_cleanup() 4408 ehci_qtd_t *qtd) in ehci_print_qtd() argument 4413 "ehci_print_qtd: qtd = 0x%p", (void *)qtd); in ehci_print_qtd() 4416 "\tqtd_next_qtd: 0x%x ", Get_QTD(qtd->qtd_next_qtd)); in ehci_print_qtd() 4418 "\tqtd_alt_next_qtd: 0x%x ", Get_QTD(qtd->qtd_alt_next_qtd)); in ehci_print_qtd() 4420 "\tqtd_ctrl: 0x%x ", Get_QTD(qtd->qtd_ctrl)); in ehci_print_qtd() [all …]
|
/titanic_50/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 | 576 ehci_qtd_t *qtd,
|