Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_event.c43 xhci_dma_free(&xev->xev_dma); in xhci_event_fini()
65 if (!xhci_dma_alloc(xhcip, &xev->xev_dma, &attr, &acc, B_FALSE, in xhci_event_alloc()
69 xhci_dma_free(&xev->xev_dma); in xhci_event_alloc()
73 xev->xev_segs = (void *)xev->xev_dma.xdb_va; in xhci_event_alloc()
106 xhci_dma_pa(&xev->xev_dma)); in xhci_event_init()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h434 xhci_dma_buffer_t xev_dma; member