Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h116 ehci_qh_t *ehci_qh_pool_addr; /* Start of the pool */ member
290 _NOTE(DATA_READABLE_WITHOUT_LOCK(ehci_state_t::ehci_qh_pool_addr))
/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()
350 qh = &ehcip->ehci_qh_pool_addr[i]; in ehci_alloc_qh()
691 lattice_qh = &ehcip->ehci_qh_pool_addr[hnode]; in ehci_insert_intr_qh()
1372 (uint32_t)((uintptr_t)addr - (uintptr_t)(ehcip->ehci_qh_pool_addr)); in ehci_qh_cpu_to_iommu()
1400 (uintptr_t)ehcip->ehci_qh_pool_addr); in ehci_qh_iommu_to_cpu()
1402 ASSERT(qh >= ehcip->ehci_qh_pool_addr); in ehci_qh_iommu_to_cpu()
1403 ASSERT((uintptr_t)qh <= (uintptr_t)ehcip->ehci_qh_pool_addr + in ehci_qh_iommu_to_cpu()
H A Dehci_util.c494 (caddr_t *)&ehcip->ehci_qh_pool_addr, in ehci_allocate_pools()
505 (caddr_t)ehcip->ehci_qh_pool_addr, in ehci_allocate_pools()
513 bzero((void *)ehcip->ehci_qh_pool_addr, in ehci_allocate_pools()
538 Set_QH(ehcip->ehci_qh_pool_addr[i].qh_state, EHCI_QH_FREE); in ehci_allocate_pools()
1623 ehci_qh_t *list_array = ehcip->ehci_qh_pool_addr; in ehci_build_interrupt_lattice()
1905 if (ehcip->ehci_qh_pool_addr && ehcip->ehci_qh_pool_mem_handle) { in ehci_cleanup()