Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c968 queue_head->prev_qh = NULL; in uhci_alloc_queue_head()
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()
2702 qh->prev_qh->link_ptr = qh->link_ptr; in uhci_remove_bulk_qh()
2708 next_lattice_qh->prev_qh = qh->prev_qh; in uhci_remove_bulk_qh()
2723 qh->prev_qh->link_ptr = qh->link_ptr; in uhci_remove_ctrl_qh()
2724 if (next_lattice_qh->prev_qh != NULL) { in uhci_remove_ctrl_qh()
2725 next_lattice_qh->prev_qh = qh->prev_qh; in uhci_remove_ctrl_qh()
[all …]
/illumos-gate/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
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
1296 prev_qh = next_qh; in ehci_insert_qh_on_reclaim_list()
[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()
/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
/illumos-gate/usr/src/cmd/mdb/common/modules/uhci/
H A Duhci.c374 qh.prev_qh, qh.td_tailp); in uhci_qh()