Home
last modified time | relevance | path

Searched refs:qh_link_ptr (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c358 Set_QH(qh->qh_link_ptr, EHCI_QH_LINK_PTR_VALID); in ehci_alloc_qh()
647 Set_QH(qh->qh_link_ptr, in ehci_insert_async_qh()
655 Set_QH(async_head_qh->qh_link_ptr, in ehci_insert_async_qh()
703 Set_QH(qh->qh_link_ptr, Get_QH(lattice_qh->qh_link_ptr)); in ehci_insert_intr_qh()
712 Set_QH(qh->qh_link_ptr, in ehci_insert_intr_qh()
717 Set_QH(lattice_qh->qh_link_ptr, in ehci_insert_intr_qh()
1173 Get_QH(qh->qh_link_ptr) & EHCI_QH_LINK_PTR); in ehci_remove_async_qh()
1200 Set_QH(prev_qh->qh_link_ptr, Get_QH(qh->qh_link_ptr)); in ehci_remove_async_qh()
1236 Get_QH(qh->qh_link_ptr) & EHCI_QH_LINK_PTR); in ehci_remove_intr_qh()
1243 Set_QH(prev_qh->qh_link_ptr, Get_QH(qh->qh_link_ptr)); in ehci_remove_intr_qh()
[all …]
H A Dehci_polled.c2151 Set_QH(qh->qh_link_ptr, qh_addr | EHCI_QH_LINK_REF_QH); in ehci_polled_insert_async_qh()
2198 Get_QH(async_head_qh->qh_link_ptr) & EHCI_QH_LINK_PTR); in ehci_polled_insert_async_qh()
2201 Set_QH(qh->qh_link_ptr, in ehci_polled_insert_async_qh()
2202 Get_QH(async_head_qh->qh_link_ptr) | EHCI_QH_LINK_REF_QH); in ehci_polled_insert_async_qh()
2209 Set_QH(async_head_qh->qh_link_ptr, in ehci_polled_insert_async_qh()
2232 Get_QH(qh->qh_link_ptr) & EHCI_QH_LINK_PTR); 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()
H A Dehci_util.c1082 Set_QH(dummy_async_qh->qh_link_ptr, in ehci_init_hardware()
1651 Set_QH(list_array[0].qh_link_ptr, EHCI_QH_LINK_PTR_VALID); in ehci_build_interrupt_lattice()
1663 Set_QH(list_array[2*i + 1].qh_link_ptr, in ehci_build_interrupt_lattice()
1665 Set_QH(list_array[2*i + 2].qh_link_ptr, in ehci_build_interrupt_lattice()
4386 "\tqh_link_ptr: 0x%x ", Get_QH(qh->qh_link_ptr)); in ehci_print_qh()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehci.h322 uint32_t qh_link_ptr; /* Next QH or ITD or SITD */ member