Searched refs:inq_dma_handle (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c3828 ddi_dma_handle_t inq_dma_handle = NULL; local
3840 DDI_DMA_DONTWAIT, NULL, &inq_dma_handle) != DDI_SUCCESS) {
3845 if (ddi_dma_mem_alloc(inq_dma_handle, SUN_INQSIZE,
3858 if (ddi_dma_addr_bind_handle(inq_dma_handle, NULL,
3872 privp->data_dma_handle = inq_dma_handle;
3896 (void) ddi_dma_sync(inq_dma_handle, (off_t)0, (size_t)0,
3910 if (inq_dma_handle != NULL) {
3912 (void) ddi_dma_unbind_handle(inq_dma_handle);
3914 ddi_dma_free_handle(&inq_dma_handle);

Completed in 70 milliseconds