xhci_dma_alloc
if (xhci_dma_alloc(xhcip, &dcb->xdc_dma, &attr, &acc,
if (xhci_dma_alloc(xhcip, &xsp->xsp_addr_dma, &attr, &acc,
if (xhci_dma_alloc(xhcip, &xsp->xsp_scratch_dma[i], &attr, &acc,
if (xhci_dma_alloc(xhcip, &xt->xt_buffer, &attr, &acc, B_FALSE,
if (!xhci_dma_alloc(xhcip, &xev->xev_dma, &attr, &acc, B_FALSE,
if (xhci_dma_alloc(xhcip, &xrp->xr_dma, &attr, &acc, B_FALSE,
if (xhci_dma_alloc(xhcip, &xd->xd_ictx, &attr, &acc, B_TRUE,
if (xhci_dma_alloc(xhcip, &xd->xd_octx, &attr, &acc, B_TRUE,
extern boolean_t xhci_dma_alloc(xhci_t *, xhci_dma_buffer_t *, ddi_dma_attr_t *,