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 D | xhci_context.c | 183 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 D | xhci_dma.c | 25 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 D | xhci_event.c | 214 if (xhci_check_dma_handle(xhcip, &xrp->xr_dma) != DDI_FM_OK) { in xhci_event_process()
|
H A D | xhci_ring.c | 151 if (xhci_check_dma_handle(xhcip, &xrp->xr_dma) != DDI_FM_OK) { in xhci_ring_reset()
|
H A D | xhci_endpoint.c | 181 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 D | xhci_command.c | 421 if (xhci_check_dma_handle(xhcip, &xrp->xr_dma) != DDI_FM_OK) { in xhci_command_submit()
|
H A D | xhci_usba.c | 264 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 D | xhci.h | 745 extern int xhci_check_dma_handle(xhci_t *, xhci_dma_buffer_t *);
|