Searched defs:qtd (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_intr.c56 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,
425 ehci_parse_error( ehci_state_t *ehcip, ehci_qtd_t *qtd) argument
483 ehci_check_for_error( ehci_state_t *ehcip, ehci_pipe_private_t *pp, ehci_trans_wrapper_t *tw, ehci_qtd_t *qtd, uint_t ctrl) argument
632 ehci_check_for_short_xfer( ehci_state_t *ehcip, ehci_pipe_private_t *pp, ehci_trans_wrapper_t *tw, ehci_qtd_t *qtd) argument
773 ehci_handle_error( ehci_state_t *ehcip, ehci_qtd_t *qtd, usb_cr_t error) argument
877 ehci_cleanup_data_underrun( ehci_state_t *ehcip, ehci_trans_wrapper_t *tw, ehci_qtd_t *qtd) argument
922 ehci_handle_normal_qtd( ehci_state_t *ehcip, ehci_qtd_t *qtd, ehci_trans_wrapper_t *tw) argument
953 ehci_handle_ctrl_qtd( ehci_state_t *ehcip, ehci_pipe_private_t *pp, ehci_trans_wrapper_t *tw, ehci_qtd_t *qtd, void *tw_handle_callback_value) argument
1042 ehci_handle_bulk_qtd( ehci_state_t *ehcip, ehci_pipe_private_t *pp, ehci_trans_wrapper_t *tw, ehci_qtd_t *qtd, void *tw_handle_callback_value) argument
1100 ehci_handle_intr_qtd( ehci_state_t *ehcip, ehci_pipe_private_t *pp, ehci_trans_wrapper_t *tw, ehci_qtd_t *qtd, void *tw_handle_callback_value) argument
1248 ehci_sendup_qtd_message( ehci_state_t *ehcip, ehci_pipe_private_t *pp, ehci_trans_wrapper_t *tw, ehci_qtd_t *qtd, usb_cr_t error) argument
[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);
425 /* Process any QTD's on the active interrupt qtd list */
690 ehci_qtd_t *qtd; local
840 /* Get the given new interrupt qtd */
841 qtd = (ehci_qtd_t *)(ehci_qtd_iommu_to_cpu(ehcip,
844 /* Insert this qtd into active interrupt QTD list */
846 qtd);
1357 ehci_qtd_t *qtd, *next_qtd; local
1449 ehci_polled_handle_normal_qtd( ehci_polled_t *ehci_polledp, ehci_qtd_t *qtd) argument
1501 ehci_polled_insert_intr_qtd( ehci_polled_t *ehci_polledp, ehci_qtd_t *qtd) argument
1654 ehci_polled_fill_in_qtd( ehci_state_t *ehcip, ehci_qtd_t *qtd, uint_t qtd_ctrl, size_t qtd_dma_offs, size_t qtd_length, ehci_trans_wrapper_t *tw) argument
1759 ehci_polled_insert_qtd_on_tw( ehci_state_t *ehcip, ehci_trans_wrapper_t *tw, ehci_qtd_t *qtd) argument
1850 ehci_polled_insert_qtd_into_active_intr_qtd_list( ehci_polled_t *ehci_polledp, ehci_qtd_t *qtd) argument
1889 ehci_polled_remove_qtd_from_active_intr_qtd_list( ehci_polled_t *ehci_polledp, ehci_qtd_t *qtd) argument
1942 ehci_qtd_t *qtd; local
[all...]
H A Dehci_util.c276 ehci_qtd_t *qtd);
1776 ehci_qtd_t *qtd; local
1837 qtd = &ehcip->ehci_qtd_pool_addr[i];
1843 (qtd->qtd_trans_wrapper)) {
1849 Get_QTD(qtd->qtd_trans_wrapper));
4408 ehci_qtd_t *qtd)
4413 "ehci_print_qtd: qtd = 0x%p", (void *)qtd);
4416 "\tqtd_next_qtd: 0x%x ", Get_QTD(qtd->qtd_next_qtd));
4418 "\tqtd_alt_next_qtd: 0x%x ", Get_QTD(qtd
4406 ehci_print_qtd( ehci_state_t *ehcip, ehci_qtd_t *qtd) argument
[all...]
H A Dehci_xfer.c177 ehci_qtd_t *qtd,
187 ehci_qtd_t *qtd);
1451 /* Set qh's dummy qtd field */
1454 /* Set first_dummy's next qtd pointer */
1544 * the qtd completes.
1736 * data required when the qtd completes.
1762 /* Check for last qtd */
2156 * data required when the qtd completes.
2280 /* Update QH's dummy qtd field */
2283 /* Update next dummy's next qtd pointe
2323 ehci_qtd_t *qtd; local
2384 ehci_fill_in_qtd( ehci_state_t *ehcip, ehci_qtd_t *qtd, uint32_t qtd_ctrl, size_t qtd_dma_offs, size_t qtd_length, uint32_t qtd_ctrl_phase, ehci_pipe_private_t *pp, ehci_trans_wrapper_t *tw) argument
2526 ehci_insert_qtd_on_tw( ehci_state_t *ehcip, ehci_trans_wrapper_t *tw, ehci_qtd_t *qtd) argument
2565 ehci_insert_qtd_into_active_qtd_list( ehci_state_t *ehcip, ehci_qtd_t *qtd) argument
2607 ehci_remove_qtd_from_active_qtd_list( ehci_state_t *ehcip, ehci_qtd_t *qtd) argument
2661 ehci_qtd_t *qtd; local
2737 ehci_qtd_t *qtd, *next_qtd; local
2821 ehci_qtd_t *qtd; local
2865 ehci_qtd_t *qtd; local
2956 ehci_qtd_t *qtd = NULL; local
3239 ehci_qtd_t *qtd; local
3756 ehci_qtd_t *qtd; local
[all...]

Completed in 75 milliseconds