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

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_polled.c2134 ehci_qh_t *next_qh; local
2197 next_qh = ehci_qh_iommu_to_cpu(ehcip,
2206 Set_QH(next_qh->qh_prev, ehci_qh_cpu_to_iommu(ehcip, qh));
2227 ehci_qh_t *prev_qh, *next_qh; local
2231 next_qh = ehci_qh_iommu_to_cpu(ehcip,
2241 if (qh == next_qh) {
2253 ehcip->ehci_head_of_async_sched_list = next_qh;
2254 Set_QH(next_qh->qh_ctrl,
2255 Get_QH(next_qh->qh_ctrl) |
2259 Set_QH(next_qh
[all...]
H A Dehci_xfer.c575 ehci_qh_t *next_qh; local
643 next_qh = ehci_qh_iommu_to_cpu(ehcip,
652 Set_QH(next_qh->qh_prev, ehci_qh_cpu_to_iommu(ehcip, qh));
1163 ehci_qh_t *prev_qh, *next_qh; local
1172 next_qh = ehci_qh_iommu_to_cpu(ehcip,
1182 if (qh == next_qh) {
1195 ehcip->ehci_head_of_async_sched_list = next_qh;
1196 Set_QH(next_qh->qh_ctrl,
1197 Get_QH(next_qh->qh_ctrl) |
1201 Set_QH(next_qh
1227 ehci_qh_t *prev_qh, *next_qh; local
1275 ehci_qh_t *next_qh, *prev_qh; local
[all...]
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c3271 queue_head_t *qh, *next_qh; local
3355 next_qh = QH_VADDR(paddr);
3358 next_qh->prev_qh = qh->prev_qh;

Completed in 58 milliseconds