Home
last modified time | relevance | path

Searched refs:pp_qh (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_polled.c813 pp->pp_qh = ehci_polledp->ehci_polled_qh; in ehci_polled_init()
842 (Get_QH(pp->pp_qh->qh_next_qtd) & EHCI_QH_NEXT_QTD_PTR))); in ehci_polled_init()
1069 polled_toggle = (Get_QH(polled_pp->pp_qh->qh_status) & in ehci_polled_save_state()
1084 real_toggle = (Get_QH(pp->pp_qh->qh_status) & in ehci_polled_save_state()
1093 Set_QH(polled_pp->pp_qh->qh_status, in ehci_polled_save_state()
1094 Get_QH(polled_pp->pp_qh->qh_status) & in ehci_polled_save_state()
1097 Set_QH(polled_pp->pp_qh->qh_status, in ehci_polled_save_state()
1098 Get_QH(polled_pp->pp_qh->qh_status) | in ehci_polled_save_state()
1107 if (polled_pp->pp_qh->qh_status & EHCI_QH_STS_HALTED) { in ehci_polled_save_state()
1110 Set_QH(polled_pp->pp_qh->qh_status, in ehci_polled_save_state()
[all …]
H A Dehci_xfer.c540 "ehci_insert_qh: qh=0x%p", (void *)pp->pp_qh); in ehci_insert_qh()
573 ehci_qh_t *qh = pp->pp_qh; in ehci_insert_async_qh()
672 ehci_qh_t *qh = pp->pp_qh; in ehci_insert_intr_qh()
740 ehci_qh_t *qh = pp->pp_qh; in ehci_modify_qh_status_bit()
1128 "ehci_remove_qh: qh=0x%p", (void *)pp->pp_qh); in ehci_remove_qh()
1162 ehci_qh_t *qh = pp->pp_qh; /* qh to be removed */ in ehci_remove_async_qh()
1226 ehci_qh_t *qh = pp->pp_qh; /* qh to be removed */ in ehci_remove_intr_qh()
1274 ehci_qh_t *qh = pp->pp_qh; /* qh to be removed */ in ehci_insert_qh_on_reclaim_list()
2261 ehci_qh_t *qh = pp->pp_qh; in ehci_insert_qtd()
2696 Set_QH(pp->pp_qh->qh_curr_qtd, (uint32_t)0x00000000); in ehci_traverse_qtds()
[all …]
H A Dehci_intr.c501 speed = Get_QH(pp->pp_qh->qh_ctrl) & EHCI_QH_CTRL_ED_SPEED; in ehci_check_for_error()
610 uint_t qh_ctrl = Get_QH(pp->pp_qh->qh_ctrl); in ehci_check_for_error()
704 Set_QH(pp->pp_qh->qh_status, in ehci_check_for_short_xfer()
705 ((Get_QH(pp->pp_qh->qh_status) & in ehci_check_for_short_xfer()
1008 ehci_print_qh(ehcip, pp->pp_qh); in ehci_handle_ctrl_qtd()
H A Dehci.c949 pp->pp_qh = ehci_alloc_qh(ehcip, ph, NULL); in ehci_hcdi_pipe_open()
958 if ((pp->pp_qh == NULL) && !(EHCI_ISOC_ENDPOINT(epdt))) { in ehci_hcdi_pipe_open()
959 ASSERT(pp->pp_qh == NULL); in ehci_hcdi_pipe_open()
1169 Set_QH(pp->pp_qh->qh_status, in ehci_hcdi_pipe_reset_data_toggle()
1170 Get_QH(pp->pp_qh->qh_status) & (~EHCI_QH_STS_DATA_TOGGLE)); in ehci_hcdi_pipe_reset_data_toggle()
/titanic_50/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcitgt.c232 pp->pp_qh = uhci_alloc_queue_head(uhcip); in uhci_hcdi_pipe_open()
234 if (pp->pp_qh == NULL) { in uhci_hcdi_pipe_open()
374 UHCI_SET_TERMINATE_BIT(pp->pp_qh->element_ptr); in uhci_hcdi_pipe_close()
390 SetQH32(uhcip, pp->pp_qh->element_ptr, in uhci_hcdi_pipe_close()
391 TD_PADDR(pp->pp_qh->td_tailp)); in uhci_hcdi_pipe_close()
533 UHCI_SET_TERMINATE_BIT(pp->pp_qh->element_ptr); in uhci_hcdi_pipe_reset()
534 SetQH32(uhcip, pp->pp_qh->element_ptr, in uhci_hcdi_pipe_reset()
535 TD_PADDR(pp->pp_qh->td_tailp)); in uhci_hcdi_pipe_reset()
549 SetQH32(uhcip, pp->pp_qh->element_ptr, in uhci_hcdi_pipe_reset()
550 TD_PADDR(pp->pp_qh->td_tailp)); in uhci_hcdi_pipe_reset()
[all …]
H A Duhciutil.c1442 queue_head_t *qh = pp->pp_qh; in uhci_insert_ctrl_qh()
1470 queue_head_t *qh = pp->pp_qh; in uhci_insert_bulk_qh()
1504 queue_head_t *qh = pp->pp_qh; in uhci_insert_intr_qh()
1876 queue_head_t *qh = pp->pp_qh; in uhci_insert_hc_td()
2000 pp->pp_qh->td_tailp = td; in uhci_fill_in_td()
2652 dummy_td = pp->pp_qh->td_tailp; in uhci_remove_qh()
2672 queue_head_t *qh = pp->pp_qh; in uhci_remove_intr_qh()
2690 queue_head_t *qh = pp->pp_qh; in uhci_remove_bulk_qh()
2719 queue_head_t *qh = pp->pp_qh; in uhci_remove_ctrl_qh()
2894 current_dummy = pp->pp_qh->td_tailp; in uhci_insert_bulk_td()
[all …]
H A Duhci.c1189 SetQH32(uhcip, pp->pp_qh->element_ptr, GetTD32( in uhci_handle_intr_td()
1228 SetQH32(uhcip, pp->pp_qh->element_ptr, in uhci_handle_intr_td()
1242 SetQH32(uhcip, pp->pp_qh->element_ptr, in uhci_handle_intr_td()
1446 SetQH32(uhcip, pp->pp_qh->element_ptr, in uhci_handle_ctrl_td()
1602 SetQH32(uhcip, pp->pp_qh->element_ptr, in uhci_handle_ctrl_td()
/titanic_50/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h280 queue_head_t *pp_qh; /* Pipe's ept */ member
/titanic_50/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h416 ehci_qh_t *pp_qh; /* Pipe's qh */ member