Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.h220 ddi_dma_handle_t fib_dma_handle; member
H A Daac.c3130 (void) ddi_dma_sync(acp->slotp->fib_dma_handle, 0, fibsize, in aac_sync_fib()
5877 (void) ddi_dma_sync(slotp->fib_dma_handle, 0, 0, in aac_cmd_slot_bind()
6088 &slotp->fib_dma_handle) != DDI_SUCCESS) { in aac_alloc_fib()
6094 slotp->fib_dma_handle, in aac_alloc_fib()
6108 slotp->fib_dma_handle, in aac_alloc_fib()
6142 if (slotp->fib_dma_handle) { in aac_alloc_fib()
6143 ddi_dma_free_handle(&slotp->fib_dma_handle); in aac_alloc_fib()
6144 slotp->fib_dma_handle = NULL; in aac_alloc_fib()
6152 (void) ddi_dma_unbind_handle(slotp->fib_dma_handle); in aac_free_fib()
6155 ddi_dma_free_handle(&slotp->fib_dma_handle); in aac_free_fib()
[all …]