Home
last modified time | relevance | path

Searched refs:ehci_qtd_pool_mem_handle (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h126 ddi_acc_handle_t ehci_qtd_pool_mem_handle; /* Mem hndle */ member
288 _NOTE(DATA_READABLE_WITHOUT_LOCK(ehci_state_t::ehci_qtd_pool_mem_handle))
878 #define Get_QTD(addr) ddi_get32(ehcip->ehci_qtd_pool_mem_handle, \
881 #define Set_QTD(addr, val) ddi_put32(ehcip->ehci_qtd_pool_mem_handle, \
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_util.c426 &ehcip->ehci_qtd_pool_mem_handle)) { in ehci_allocate_pools()
1856 if (ehcip->ehci_qtd_pool_addr && ehcip->ehci_qtd_pool_mem_handle) { in ehci_cleanup()
1897 ddi_dma_mem_free(&ehcip->ehci_qtd_pool_mem_handle); in ehci_cleanup()