Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_context.c32 if (xsp->xsp_scratch_dma != NULL) { in xhci_scratchpad_fini()
36 xhci_dma_free(&xsp->xsp_scratch_dma[i]); in xhci_scratchpad_fini()
38 kmem_free(xsp->xsp_scratch_dma, in xhci_scratchpad_fini()
40 xsp->xsp_scratch_dma = NULL; in xhci_scratchpad_fini()
87 xsp->xsp_scratch_dma = kmem_zalloc(sizeof (xhci_dma_buffer_t) * npages, in xhci_scratchpad_alloc()
90 if (xhci_dma_alloc(xhcip, &xsp->xsp_scratch_dma[i], &attr, &acc, in xhci_scratchpad_alloc()
179 LE_64(xhci_dma_pa(&xsp->xsp_scratch_dma[i])); in xhci_context_init()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h377 xhci_dma_buffer_t *xsp_scratch_dma; member