Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehci.h457 #define EHCI_QH_FREE 1 /* Free QH */ macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c336 if (state == EHCI_QH_FREE) { in ehci_alloc_qh()
367 Set_QH(qh->qh_state, EHCI_QH_FREE); in ehci_alloc_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()