Home
last modified time | relevance | path

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

/titanic_50/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))
/titanic_50/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()
1402 (uintptr_t)ehcip->ehci_qh_pool_addr); in ehci_qh_iommu_to_cpu()
1404 ASSERT(qh >= ehcip->ehci_qh_pool_addr); in ehci_qh_iommu_to_cpu()
1405 ASSERT((uintptr_t)qh <= (uintptr_t)ehcip->ehci_qh_pool_addr + in ehci_qh_iommu_to_cpu()
H A Dehci_util.c493 (caddr_t *)&ehcip->ehci_qh_pool_addr, in ehci_allocate_pools()
504 (caddr_t)ehcip->ehci_qh_pool_addr, in ehci_allocate_pools()
512 bzero((void *)ehcip->ehci_qh_pool_addr, in ehci_allocate_pools()
537 Set_QH(ehcip->ehci_qh_pool_addr[i].qh_state, EHCI_QH_FREE); in ehci_allocate_pools()
1602 ehci_qh_t *list_array = ehcip->ehci_qh_pool_addr; in ehci_build_interrupt_lattice()
1884 if (ehcip->ehci_qh_pool_addr && ehcip->ehci_qh_pool_mem_handle) { in ehci_cleanup()