Searched refs:fib_dma_handle (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/aac/ |
H A D | aac.c | 1319 (void) ddi_dma_sync(slotp->fib_dma_handle, 0, 0, DDI_DMA_SYNC_FORCPU); in aac_handle_io() 1321 if (aac_check_dma_handle(slotp->fib_dma_handle) == DDI_SUCCESS) { in aac_handle_io() 3006 if (aac_check_dma_handle(softs->io_slot[i].fib_dma_handle) != in aac_common_attach() 3130 (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() 5971 if (aac_check_dma_handle(slotp->fib_dma_handle) != DDI_SUCCESS) in aac_start_io() 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() 6123 if (aac_check_dma_handle(slotp->fib_dma_handle) != DDI_SUCCESS) { in aac_alloc_fib() [all …]
|
H A D | aac.h | 220 ddi_dma_handle_t fib_dma_handle; member
|