Home
last modified time | relevance | path

Searched refs:xhci_check_dma_handle (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_context.c183 if (xhci_check_dma_handle(xhcip, &xsp->xsp_addr_dma) != in xhci_context_init()
192 if (xhci_check_dma_handle(xhcip, &dcb->xdc_dma) != DDI_FM_OK) { in xhci_context_init()
223 if (xhci_check_dma_handle(xhcip, &dcb->xdc_dma) != DDI_FM_OK) { in xhci_context_slot_output_init()
244 if (xhci_check_dma_handle(xhcip, &dcb->xdc_dma) != DDI_FM_OK) { in xhci_context_slot_output_fini()
H A Dxhci_dma.c25 xhci_check_dma_handle(xhci_t *xhcip, xhci_dma_buffer_t *xdb) in xhci_check_dma_handle() function
412 return (xhci_check_dma_handle(xhcip, &xt->xt_buffer)); in xhci_transfer_sync()
H A Dxhci_event.c214 if (xhci_check_dma_handle(xhcip, &xrp->xr_dma) != DDI_FM_OK) { in xhci_event_process()
H A Dxhci_ring.c151 if (xhci_check_dma_handle(xhcip, &xrp->xr_dma) != DDI_FM_OK) { in xhci_ring_reset()
H A Dxhci_endpoint.c181 if (xhci_check_dma_handle(xhcip, &xd->xd_ictx) != DDI_FM_OK) { in xhci_endpoint_setup_default_context()
615 if (xhci_check_dma_handle(xhcip, &xd->xd_ictx) != DDI_FM_OK) { in xhci_endpoint_setup_context()
1030 if (xhci_check_dma_handle(xhcip, &rp->xr_dma) != DDI_FM_OK) { in xhci_endpoint_schedule()
H A Dxhci_command.c420 if (xhci_check_dma_handle(xhcip, &xrp->xr_dma) != DDI_FM_OK) { in xhci_command_submit()
H A Dxhci_usba.c264 if (xhci_check_dma_handle(xhcip, &xd->xd_ictx) != DDI_FM_OK) { in xhci_hcdi_pipe_open()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h739 extern int xhci_check_dma_handle(xhci_t *, xhci_dma_buffer_t *);