Home
last modified time | relevance | path

Searched refs:prev_qh (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c968 queue_head->prev_qh = NULL; in uhci_alloc_queue_head()
1450 uhcip->uhci_ctrl_xfers_q_head->prev_qh = UHCI_INVALID_PTR; in uhci_insert_ctrl_qh()
1455 qh->prev_qh = uhcip->uhci_ctrl_xfers_q_tail; in uhci_insert_ctrl_qh()
1478 uhcip->uhci_bulk_xfers_q_head->prev_qh = UHCI_INVALID_PTR; in uhci_insert_bulk_qh()
1486 qh->prev_qh = uhcip->uhci_bulk_xfers_q_tail; in uhci_insert_bulk_qh()
1517 next_lattice_qh->prev_qh = qh; in uhci_insert_intr_qh()
1519 qh->prev_qh = lattice_qh; in uhci_insert_intr_qh()
2676 qh->prev_qh->link_ptr = qh->link_ptr; in uhci_remove_intr_qh()
2677 next_lattice_qh->prev_qh = qh->prev_qh; in uhci_remove_intr_qh()
2699 (qh->prev_qh == uhcip->uhci_bulk_xfers_q_head)) { in uhci_remove_bulk_qh()
[all …]
/titanic_41/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c1163 ehci_qh_t *prev_qh, *next_qh; in ehci_remove_async_qh() local
1170 prev_qh = ehci_qh_iommu_to_cpu(ehcip, in ehci_remove_async_qh()
1176 ASSERT(prev_qh != NULL); in ehci_remove_async_qh()
1200 Set_QH(prev_qh->qh_link_ptr, Get_QH(qh->qh_link_ptr)); in ehci_remove_async_qh()
1227 ehci_qh_t *prev_qh, *next_qh; in ehci_remove_intr_qh() local
1234 prev_qh = ehci_qh_iommu_to_cpu(ehcip, Get_QH(qh->qh_prev)); in ehci_remove_intr_qh()
1239 ASSERT(prev_qh != NULL); in ehci_remove_intr_qh()
1243 Set_QH(prev_qh->qh_link_ptr, Get_QH(qh->qh_link_ptr)); in ehci_remove_intr_qh()
1251 Set_QH(prev_qh->qh_link_ptr, in ehci_remove_intr_qh()
1275 ehci_qh_t *next_qh, *prev_qh; in ehci_insert_qh_on_reclaim_list() local
[all …]
H A Dehci_polled.c2227 ehci_qh_t *prev_qh, *next_qh; in ehci_polled_remove_async_qh() local
2229 prev_qh = ehci_qh_iommu_to_cpu(ehcip, in ehci_polled_remove_async_qh()
2235 ASSERT(prev_qh != NULL); in ehci_polled_remove_async_qh()
2258 Set_QH(prev_qh->qh_link_ptr, Get_QH(qh->qh_link_ptr)); in ehci_polled_remove_async_qh()
/titanic_41/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhci.h145 struct uhci_qh *prev_qh; /* Pointer to Prev queue head */ member
/titanic_41/usr/src/cmd/mdb/common/modules/uhci/
H A Duhci.c376 qh.prev_qh, qh.td_tailp); in uhci_qh()