Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c3472 ddi_dma_handle_t lun_dma_handle = NULL; in sf_do_reportlun() local
3483 DDI_DMA_DONTWAIT, NULL, &lun_dma_handle) != DDI_SUCCESS) { in sf_do_reportlun()
3488 if (ddi_dma_mem_alloc(lun_dma_handle, REPORT_LUNS_SIZE, in sf_do_reportlun()
3501 if (ddi_dma_addr_bind_handle(lun_dma_handle, NULL, in sf_do_reportlun()
3516 privp->data_dma_handle = lun_dma_handle; in sf_do_reportlun()
3547 (void) ddi_dma_sync(lun_dma_handle, 0, 0, DDI_DMA_SYNC_FORDEV); in sf_do_reportlun()
3558 if (lun_dma_handle != NULL) { in sf_do_reportlun()
3560 (void) ddi_dma_unbind_handle(lun_dma_handle); in sf_do_reportlun()
3561 ddi_dma_free_handle(&lun_dma_handle); in sf_do_reportlun()