Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.h450 ddi_dma_handle_t dmp_template_dma_handle; member
H A Dqlt.c962 (void) ddi_dma_unbind_handle(qlt->dmp_template_dma_handle); in qlt_detach()
964 ddi_dma_free_handle(&qlt->dmp_template_dma_handle); in qlt_detach()
9830 if (qlt->dmp_template_dma_handle != NULL) { in qlt_27xx_get_dmp_template()
9831 (void) ddi_dma_unbind_handle(qlt->dmp_template_dma_handle); in qlt_27xx_get_dmp_template()
9835 ddi_dma_free_handle(&qlt->dmp_template_dma_handle); in qlt_27xx_get_dmp_template()
9848 DDI_DMA_SLEEP, 0, &qlt->dmp_template_dma_handle) != in qlt_27xx_get_dmp_template()
9854 if (ddi_dma_mem_alloc(qlt->dmp_template_dma_handle, in qlt_27xx_get_dmp_template()
9858 ddi_dma_free_handle(&qlt->dmp_template_dma_handle); in qlt_27xx_get_dmp_template()
9868 ddi_dma_free_handle(&qlt->dmp_template_dma_handle); in qlt_27xx_get_dmp_template()
9874 (void) ddi_dma_unbind_handle(qlt->dmp_template_dma_handle); in qlt_27xx_get_dmp_template()
[all …]