Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_context.c42 xhci_dma_free(&xsp->xsp_addr_dma); in xhci_scratchpad_fini()
70 if (xhci_dma_alloc(xhcip, &xsp->xsp_addr_dma, &attr, &acc, in xhci_scratchpad_alloc()
77 xsp->xsp_addrs = (void *)xsp->xsp_addr_dma.xdb_va; in xhci_scratchpad_alloc()
174 LE_64(xhci_dma_pa(&xsp->xsp_addr_dma)); in xhci_context_init()
182 XHCI_DMA_SYNC(xsp->xsp_addr_dma, DDI_DMA_SYNC_FORDEV); in xhci_context_init()
183 if (xhci_check_dma_handle(xhcip, &xsp->xsp_addr_dma) != in xhci_context_init()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h376 xhci_dma_buffer_t xsp_addr_dma; member