Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun/io/eri/
H A Deri.c992 (void) ddi_dma_unbind_handle(erip->tbuf_handle); in eri_detach()
999 if (erip->tbuf_handle != NULL) { in eri_detach()
1000 ddi_dma_free_handle(&erip->tbuf_handle); in eri_detach()
1001 erip->tbuf_handle = NULL; in eri_detach()
2198 (void) ddi_dma_unbind_handle(erip->tbuf_handle); in eri_unallocthings()
2208 ddi_dma_free_handle(&erip->tbuf_handle); in eri_unallocthings()
2209 erip->tbuf_handle = NULL; in eri_unallocthings()
2705 0, &erip->tbuf_handle) != DDI_SUCCESS) { in eri_allocthings()
2712 if (ddi_dma_mem_alloc(erip->tbuf_handle, size, &buf_attr, in eri_allocthings()
2720 if (ddi_dma_addr_bind_handle(erip->tbuf_handle, NULL, in eri_allocthings()
[all …]
H A Deri.h421 ddi_dma_handle_t tbuf_handle; member