Searched defs:lun_dma_handle (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c3470 ddi_dma_handle_t lun_dma_handle = NULL; local
3481 DDI_DMA_DONTWAIT, NULL, &lun_dma_handle) != DDI_SUCCESS) {
3486 if (ddi_dma_mem_alloc(lun_dma_handle, REPORT_LUNS_SIZE,
3499 if (ddi_dma_addr_bind_handle(lun_dma_handle, NULL,
3514 privp->data_dma_handle = lun_dma_handle;
3545 (void) ddi_dma_sync(lun_dma_handle, 0, 0, DDI_DMA_SYNC_FORDEV);
3556 if (lun_dma_handle != NULL) {
3558 (void) ddi_dma_unbind_handle(lun_dma_handle);
3559 ddi_dma_free_handle(&lun_dma_handle);

Completed in 840 milliseconds