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.h337 uint32_t qh_reclaim_next; /* Next QH on reclaim list */ member in struct:ehci_qh
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c1298 Get_QH(next_qh->qh_reclaim_next));
1301 Set_QH(prev_qh->qh_reclaim_next,
1307 ASSERT(Get_QH(qh->qh_reclaim_next) == NULL);
H A Dehci_intr.c269 ehcip, Get_QH(reclaim_qh->qh_reclaim_next));
H A Dehci_util.c4396 "\tqh_reclaim_next: 0x%x ", Get_QH(qh->qh_reclaim_next));

Completed in 81 milliseconds