Searched refs:ehci_qh_pool_mem_handle (Results 1 – 2 of 2) sorted by relevance
119 ddi_acc_handle_t ehci_qh_pool_mem_handle; /* Mem handle */ member291 _NOTE(DATA_READABLE_WITHOUT_LOCK(ehci_state_t::ehci_qh_pool_mem_handle))870 #define Get_QH(addr) ddi_get32(ehcip->ehci_qh_pool_mem_handle, \873 #define Set_QH(addr, val) ddi_put32(ehcip->ehci_qh_pool_mem_handle, \
495 &ehcip->ehci_qh_pool_mem_handle) != DDI_SUCCESS) { in ehci_allocate_pools()1884 if (ehcip->ehci_qh_pool_addr && ehcip->ehci_qh_pool_mem_handle) { in ehci_cleanup()1898 ddi_dma_mem_free(&ehcip->ehci_qh_pool_mem_handle); in ehci_cleanup()