Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.h408 ddi_dma_handle_t comm_space_dma_handle; member
513 comm_space_acc_handle comm_space_dma_handle aac_max_fib_size \
H A Daac.c1528 (void) ddi_dma_sync(softs->comm_space_dma_handle, in aac_process_intr_old()
2831 if (softs->comm_space_dma_handle == NULL) { in aac_common_attach()
3027 if (softs->comm_space_dma_handle) in aac_common_attach()
3211 ddi_dma_handle_t dma = softs->comm_space_dma_handle; in aac_fib_enqueue()
3619 softs->comm_space_dma_handle, in aac_alloc_comm_space()
3633 softs->comm_space_dma_handle, in aac_alloc_comm_space()
3654 if (softs->comm_space_dma_handle) { in aac_alloc_comm_space()
3656 softs->comm_space_dma_handle = NULL; in aac_alloc_comm_space()
3668 ddi_dma_free_handle(&softs->comm_space_dma_handle); in aac_free_comm_space()
3669 softs->comm_space_dma_handle = NULL; in aac_free_comm_space()
[all …]