Home
last modified time | relevance | path

Searched refs:xhci_dma_alloc (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_context.c70 if (xhci_dma_alloc(xhcip, &xsp->xsp_addr_dma, &attr, &acc, in xhci_scratchpad_alloc()
90 if (xhci_dma_alloc(xhcip, &xsp->xsp_scratch_dma[i], &attr, &acc, in xhci_scratchpad_alloc()
124 if (xhci_dma_alloc(xhcip, &dcb->xdc_dma, &attr, &acc, in xhci_dcbaa_alloc()
H A Dxhci_dma.c201 xhci_dma_alloc(xhci_t *xhcip, xhci_dma_buffer_t *xdb, in xhci_dma_alloc() function
342 if (xhci_dma_alloc(xhcip, &xt->xt_buffer, &attr, &acc, B_FALSE, in xhci_transfer_alloc()
H A Dxhci_event.c65 if (!xhci_dma_alloc(xhcip, &xev->xev_dma, &attr, &acc, B_FALSE, in xhci_event_alloc()
H A Dxhci_ring.c172 if (xhci_dma_alloc(xhcip, &xrp->xr_dma, &attr, &acc, B_FALSE, in xhci_ring_alloc()
H A Dxhci_usba.c1624 if (xhci_dma_alloc(xhcip, &xd->xd_ictx, &attr, &acc, B_TRUE, in xhci_hcdi_device_init()
1638 if (xhci_dma_alloc(xhcip, &xd->xd_octx, &attr, &acc, B_TRUE, in xhci_hcdi_device_init()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h745 extern boolean_t xhci_dma_alloc(xhci_t *, xhci_dma_buffer_t *, ddi_dma_attr_t *,