Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_util.c1522 DDI_DMA_SLEEP, 0, &ehcip->ehci_pflt_dma_handle) != DDI_SUCCESS) { in ehci_init_periodic_frame_lst_table()
1527 if (ddi_dma_mem_alloc(ehcip->ehci_pflt_dma_handle, in ehci_init_periodic_frame_lst_table()
1541 result = ddi_dma_addr_bind_handle(ehcip->ehci_pflt_dma_handle, in ehci_init_periodic_frame_lst_table()
1917 ehcip->ehci_pflt_dma_handle); in ehci_cleanup()
1927 if (ehcip->ehci_pflt_dma_handle) { in ehci_cleanup()
1928 ddi_dma_free_handle(&ehcip->ehci_pflt_dma_handle); in ehci_cleanup()
/titanic_44/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h101 ddi_dma_handle_t ehci_pflt_dma_handle; /* DMA handle */ member