Searched refs:ehci_qtd_pool_addr (Results 1 – 3 of 3) sorted by relevance
2332 ctrl = Get_QTD(ehcip->ehci_qtd_pool_addr[i].qtd_state); in ehci_allocate_qtd_from_pool()2349 qtd = &ehcip->ehci_qtd_pool_addr[i]; in ehci_allocate_qtd_from_pool()2791 (uintptr_t)(ehcip->ehci_qtd_pool_addr)); in ehci_qtd_cpu_to_iommu()2795 (addr - ehcip->ehci_qtd_pool_addr))) == in ehci_qtd_cpu_to_iommu()2798 (ehcip->ehci_qtd_pool_addr)))); in ehci_qtd_cpu_to_iommu()2830 (uintptr_t)ehcip->ehci_qtd_pool_addr); in ehci_qtd_iommu_to_cpu()2832 ASSERT(qtd >= ehcip->ehci_qtd_pool_addr); in ehci_qtd_iommu_to_cpu()2833 ASSERT((uintptr_t)qtd <= (uintptr_t)ehcip->ehci_qtd_pool_addr + in ehci_qtd_iommu_to_cpu()
423 (caddr_t *)&ehcip->ehci_qtd_pool_addr, in ehci_allocate_pools()434 (caddr_t)ehcip->ehci_qtd_pool_addr, in ehci_allocate_pools()442 bzero((void *)ehcip->ehci_qtd_pool_addr, in ehci_allocate_pools()470 Set_QTD(ehcip->ehci_qtd_pool_addr[i]. in ehci_allocate_pools()1835 if (ehcip->ehci_qtd_pool_addr && ehcip->ehci_qtd_pool_mem_handle) { in ehci_cleanup()1837 qtd = &ehcip->ehci_qtd_pool_addr[i]; in ehci_cleanup()1839 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))