Searched refs:ehci_qh_pool_cookie (Results 1 – 3 of 3) sorted by relevance
117 ddi_dma_cookie_t ehci_qh_pool_cookie; /* DMA cookie */ member292 _NOTE(DATA_READABLE_WITHOUT_LOCK(ehci_state_t::ehci_qh_pool_cookie))
1371 qh = (uint32_t)ehcip->ehci_qh_pool_cookie.dmac_address + in ehci_qh_cpu_to_iommu()1374 ASSERT(qh >= ehcip->ehci_qh_pool_cookie.dmac_address); in ehci_qh_cpu_to_iommu()1375 ASSERT(qh <= ehcip->ehci_qh_pool_cookie.dmac_address + in ehci_qh_cpu_to_iommu()1401 (addr - ehcip->ehci_qh_pool_cookie.dmac_address) + in ehci_qh_iommu_to_cpu()
509 &ehcip->ehci_qh_pool_cookie, in ehci_allocate_pools()