Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehci.h458 #define EHCI_QH_STATIC 2 /* Static QH */ macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c384 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()
H A Dehci_util.c1640 Set_QH(list_array[i].qh_state, EHCI_QH_STATIC); in ehci_build_interrupt_lattice()