Home
last modified time | relevance | path

Searched refs:next_qh (Results 1 – 3 of 3) sorted by relevance

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