Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/blkdev/
H A Dblkdev.c236 #define i_dmah i_public.x_dmah macro
975 &xi->i_dmah) != DDI_SUCCESS) { in bd_xfer_ctor()
990 if (xi->i_dmah) in bd_xfer_dtor()
991 ddi_dma_free_handle(&xi->i_dmah); in bd_xfer_dtor()
992 xi->i_dmah = NULL; in bd_xfer_dtor()
1068 status = ddi_dma_buf_bind_handle(xi->i_dmah, bp, dir, cb, in bd_xfer_alloc()
1083 if ((ddi_dma_numwin(xi->i_dmah, &xi->i_num_win) != in bd_xfer_alloc()
1085 (ddi_dma_getwin(xi->i_dmah, 0, &xi->i_offset, in bd_xfer_alloc()
1089 (void) ddi_dma_unbind_handle(xi->i_dmah); in bd_xfer_alloc()
1125 if (xi->i_dmah) { in bd_xfer_free()
[all …]