Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehci.h338 uint32_t qh_reclaim_next; /* Next QH on reclaim list */ member
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_intr.c269 ehcip, Get_QH(reclaim_qh->qh_reclaim_next)); in ehci_handle_endpoint_reclaimation()
H A Dehci_xfer.c1298 Get_QH(next_qh->qh_reclaim_next)); in ehci_insert_qh_on_reclaim_list()
1301 Set_QH(prev_qh->qh_reclaim_next, in ehci_insert_qh_on_reclaim_list()
1307 ASSERT(Get_QH(qh->qh_reclaim_next) == 0); in ehci_insert_qh_on_reclaim_list()
H A Dehci_util.c4418 "\tqh_reclaim_next: 0x%x ", Get_QH(qh->qh_reclaim_next)); in ehci_print_qh()