Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c334 state = Get_QH(ehcip->ehci_qh_pool_addr[i].qh_state); in ehci_alloc_qh()
367 Set_QH(qh->qh_state, EHCI_QH_FREE); in ehci_alloc_qh()
379 Set_QH(qh->qh_state, EHCI_QH_ACTIVE); in ehci_alloc_qh()
384 Set_QH(qh->qh_state, EHCI_QH_STATIC); in ehci_alloc_qh()
706 if (Get_QH(next_lattice_qh->qh_state) != EHCI_QH_STATIC) { in ehci_insert_intr_qh()
1245 if (Get_QH(next_qh->qh_state) != EHCI_QH_STATIC) { in ehci_remove_intr_qh()
1352 Set_QH(old_qh->qh_state, EHCI_QH_FREE); in ehci_deallocate_qh()
H A Dehci_util.c538 Set_QH(ehcip->ehci_qh_pool_addr[i].qh_state, EHCI_QH_FREE); in ehci_allocate_pools()
1640 Set_QH(list_array[i].qh_state, EHCI_QH_STATIC); in ehci_build_interrupt_lattice()
4416 "\tqh_state: 0x%x ", Get_QH(qh->qh_state)); in ehci_print_qh()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehci.h337 uint32_t qh_state; /* QH's state */ member