Searched refs:ehci_qtd_pool_addr (Results 1 – 3 of 3) sorted by relevance
2330 ctrl = Get_QTD(ehcip->ehci_qtd_pool_addr[i].qtd_state); in ehci_allocate_qtd_from_pool()2347 qtd = &ehcip->ehci_qtd_pool_addr[i]; in ehci_allocate_qtd_from_pool()2789 (uintptr_t)(ehcip->ehci_qtd_pool_addr)); in ehci_qtd_cpu_to_iommu()2793 (addr - ehcip->ehci_qtd_pool_addr))) == in ehci_qtd_cpu_to_iommu()2796 (ehcip->ehci_qtd_pool_addr)))); in ehci_qtd_cpu_to_iommu()2826 (uintptr_t)ehcip->ehci_qtd_pool_addr); in ehci_qtd_iommu_to_cpu()2828 ASSERT(qtd >= ehcip->ehci_qtd_pool_addr); in ehci_qtd_iommu_to_cpu()2829 ASSERT((uintptr_t)qtd <= (uintptr_t)ehcip->ehci_qtd_pool_addr + in ehci_qtd_iommu_to_cpu()
424 (caddr_t *)&ehcip->ehci_qtd_pool_addr, in ehci_allocate_pools()435 (caddr_t)ehcip->ehci_qtd_pool_addr, in ehci_allocate_pools()443 bzero((void *)ehcip->ehci_qtd_pool_addr, in ehci_allocate_pools()471 Set_QTD(ehcip->ehci_qtd_pool_addr[i]. in ehci_allocate_pools()1856 if (ehcip->ehci_qtd_pool_addr && ehcip->ehci_qtd_pool_mem_handle) { in ehci_cleanup()1858 qtd = &ehcip->ehci_qtd_pool_addr[i]; in ehci_cleanup()1860 ehci_qtd_pool_addr[i].qtd_state); in ehci_cleanup()
123 ehci_qtd_t *ehci_qtd_pool_addr; /* Start of the pool */ member287 _NOTE(DATA_READABLE_WITHOUT_LOCK(ehci_state_t::ehci_qtd_pool_addr))