Home
last modified time | relevance | path

Searched refs:xhci_dma_buffer_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h313 } xhci_dma_buffer_t; typedef
333 xhci_dma_buffer_t xt_buffer;
350 xhci_dma_buffer_t xr_dma;
371 xhci_dma_buffer_t xdc_dma;
376 xhci_dma_buffer_t xsp_addr_dma;
377 xhci_dma_buffer_t *xsp_scratch_dma;
434 xhci_dma_buffer_t xev_dma;
570 xhci_dma_buffer_t xd_ictx;
575 xhci_dma_buffer_t xd_octx;
744 extern void xhci_dma_free(xhci_dma_buffer_t *);
[all …]
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_dma.c25 xhci_check_dma_handle(xhci_t *xhcip, xhci_dma_buffer_t *xdb) in xhci_check_dma_handle()
165 xhci_dma_pa(xhci_dma_buffer_t *xdb) in xhci_dma_pa()
172 xhci_dma_free(xhci_dma_buffer_t *xdb) in xhci_dma_free()
201 xhci_dma_alloc(xhci_t *xhcip, xhci_dma_buffer_t *xdb, in xhci_dma_alloc()
H A Dxhci_context.c39 sizeof (xhci_dma_buffer_t) * npages); in xhci_scratchpad_fini()
87 xsp->xsp_scratch_dma = kmem_zalloc(sizeof (xhci_dma_buffer_t) * npages, in xhci_scratchpad_alloc()