Home
last modified time | relevance | path

Searched refs:EHCI_LOOKUP_ID (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_intr.c246 (EHCI_LOOKUP_ID(Get_QH(reclaim_qh->qh_reclaim_frame))); in ehci_handle_endpoint_reclaimation()
319 tw = (ehci_trans_wrapper_t *)EHCI_LOOKUP_ID( in ehci_traverse_active_qtd_list()
442 EHCI_LOOKUP_ID((uint32_t)Get_QTD(qtd->qtd_trans_wrapper)); in ehci_parse_error()
795 EHCI_LOOKUP_ID((uint32_t)Get_QTD(qtd->qtd_trans_wrapper)); in ehci_handle_error()
H A Dehci_polled.c1389 tw = (ehci_trans_wrapper_t *)EHCI_LOOKUP_ID( in ehci_polled_process_active_intr_qtd_list()
1460 tw = (ehci_trans_wrapper_t *)EHCI_LOOKUP_ID((uint32_t) in ehci_polled_handle_normal_qtd()
1514 tw = (ehci_trans_wrapper_t *)EHCI_LOOKUP_ID( in ehci_polled_insert_intr_qtd()
H A Dehci_isoch.c164 EHCI_LOOKUP_ID((uint32_t) in ehci_isoc_cleanup()
1132 curr_itw = (ehci_isoc_xwrapper_t *)EHCI_LOOKUP_ID( in ehci_traverse_active_isoc_list()
H A Dehci_util.c1869 EHCI_LOOKUP_ID((uint32_t) in ehci_cleanup()
H A Dehci_xfer.c2724 EHCI_LOOKUP_ID((uint32_t) in ehci_deallocate_qtd()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h980 #define EHCI_LOOKUP_ID(x) id32_lookup((x)) macro