Searched defs:prev_qh (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_polled.c2227 ehci_qh_t *prev_qh, *next_qh; local
2229 prev_qh = ehci_qh_iommu_to_cpu(ehcip,
2235 ASSERT(prev_qh != NULL);
2258 Set_QH(prev_qh->qh_link_ptr, Get_QH(qh->qh_link_ptr));
H A Dehci_xfer.c1163 ehci_qh_t *prev_qh, *next_qh; local
1170 prev_qh = ehci_qh_iommu_to_cpu(ehcip,
1176 ASSERT(prev_qh != NULL);
1200 Set_QH(prev_qh->qh_link_ptr, Get_QH(qh->qh_link_ptr));
1227 ehci_qh_t *prev_qh, *next_qh; local
1234 prev_qh = ehci_qh_iommu_to_cpu(ehcip, Get_QH(qh->qh_prev));
1239 ASSERT(prev_qh != NULL);
1243 Set_QH(prev_qh->qh_link_ptr, Get_QH(qh->qh_link_ptr));
1251 Set_QH(prev_qh->qh_link_ptr,
1275 ehci_qh_t *next_qh, *prev_qh; local
[all...]
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhci.h145 struct uhci_qh *prev_qh; /* Pointer to Prev queue head */ member in struct:uhci_qh

Completed in 52 milliseconds