Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/blkdev/
H A Dblkdev.c129 #define i_dmah i_public.x_dmah macro
710 &xi->i_dmah) != DDI_SUCCESS) { in bd_xfer_ctor()
725 if (xi->i_dmah) in bd_xfer_dtor()
726 ddi_dma_free_handle(&xi->i_dmah); in bd_xfer_dtor()
727 xi->i_dmah = NULL; in bd_xfer_dtor()
803 status = ddi_dma_buf_bind_handle(xi->i_dmah, bp, dir, cb, in bd_xfer_alloc()
818 if ((ddi_dma_numwin(xi->i_dmah, &xi->i_num_win) != in bd_xfer_alloc()
820 (ddi_dma_getwin(xi->i_dmah, 0, &xi->i_offset, in bd_xfer_alloc()
824 (void) ddi_dma_unbind_handle(xi->i_dmah); in bd_xfer_alloc()
860 if (xi->i_dmah) { in bd_xfer_free()
[all …]