Home
last modified time | relevance | path

Searched refs:curr_qtd (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_intr.c288 ehci_qtd_t *curr_qtd = NULL; /* QTD pointers */ in ehci_traverse_active_qtd_list() local
303 curr_qtd = ehci_create_done_qtd_list(ehcip); in ehci_traverse_active_qtd_list()
306 while (curr_qtd) { in ehci_traverse_active_qtd_list()
309 Get_QTD(curr_qtd->qtd_active_qtd_next)); in ehci_traverse_active_qtd_list()
312 state = Get_QTD(curr_qtd->qtd_state); in ehci_traverse_active_qtd_list()
316 "curr_qtd = 0x%p state = 0x%x", (void *)curr_qtd, state); in ehci_traverse_active_qtd_list()
320 (uint32_t)Get_QTD(curr_qtd->qtd_trans_wrapper)); in ehci_traverse_active_qtd_list()
337 error = ehci_parse_error(ehcip, curr_qtd); in ehci_traverse_active_qtd_list()
340 ehci_handle_normal_qtd(ehcip, curr_qtd, tw); in ehci_traverse_active_qtd_list()
343 ehci_handle_error(ehcip, curr_qtd, error); in ehci_traverse_active_qtd_list()
[all …]
H A Dehci_polled.c98 ehci_qtd_t *curr_qtd);
101 ehci_qtd_t *curr_qtd);
1802 ehci_qtd_t *curr_qtd = NULL, *next_qtd = NULL; in ehci_polled_create_done_qtd_list() local
1808 curr_qtd = ehci_polledp->ehci_polled_active_intr_qtd_list; in ehci_polled_create_done_qtd_list()
1810 while (curr_qtd) { in ehci_polled_create_done_qtd_list()
1814 Get_QTD(curr_qtd->qtd_active_qtd_next)); in ehci_polled_create_done_qtd_list()
1817 if (!(Get_QTD(curr_qtd->qtd_ctrl) & in ehci_polled_create_done_qtd_list()
1822 ehci_polledp, curr_qtd); in ehci_polled_create_done_qtd_list()
1824 Set_QTD(curr_qtd->qtd_active_qtd_next, NULL); in ehci_polled_create_done_qtd_list()
1828 ehci_qtd_cpu_to_iommu(ehcip, curr_qtd)); in ehci_polled_create_done_qtd_list()
[all …]
H A Dehci_xfer.c190 ehci_qtd_t *curr_qtd);
193 ehci_qtd_t *curr_qtd);
2569 ehci_qtd_t *curr_qtd, *next_qtd; in ehci_insert_qtd_into_active_qtd_list() local
2573 curr_qtd = ehcip->ehci_active_qtd_list; in ehci_insert_qtd_into_active_qtd_list()
2576 if (curr_qtd) { in ehci_insert_qtd_into_active_qtd_list()
2578 Get_QTD(curr_qtd->qtd_active_qtd_next)); in ehci_insert_qtd_into_active_qtd_list()
2581 curr_qtd = next_qtd; in ehci_insert_qtd_into_active_qtd_list()
2583 Get_QTD(curr_qtd->qtd_active_qtd_next)); in ehci_insert_qtd_into_active_qtd_list()
2587 ehci_qtd_cpu_to_iommu(ehcip, curr_qtd)); in ehci_insert_qtd_into_active_qtd_list()
2589 Set_QTD(curr_qtd->qtd_active_qtd_next, in ehci_insert_qtd_into_active_qtd_list()
[all …]
/titanic_41/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehci_xfer.h119 ehci_qtd_t *curr_qtd);