Searched refs:lun_dma_handle (Results 1 – 1 of 1) sorted by relevance
3470 ddi_dma_handle_t lun_dma_handle = NULL; in sf_do_reportlun() local3481 DDI_DMA_DONTWAIT, NULL, &lun_dma_handle) != DDI_SUCCESS) { in sf_do_reportlun()3486 if (ddi_dma_mem_alloc(lun_dma_handle, REPORT_LUNS_SIZE, in sf_do_reportlun()3499 if (ddi_dma_addr_bind_handle(lun_dma_handle, NULL, in sf_do_reportlun()3514 privp->data_dma_handle = lun_dma_handle; in sf_do_reportlun()3545 (void) ddi_dma_sync(lun_dma_handle, 0, 0, DDI_DMA_SYNC_FORDEV); in sf_do_reportlun()3556 if (lun_dma_handle != NULL) { in sf_do_reportlun()3558 (void) ddi_dma_unbind_handle(lun_dma_handle); in sf_do_reportlun()3559 ddi_dma_free_handle(&lun_dma_handle); in sf_do_reportlun()