Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.h407 ddi_acc_handle_t comm_space_acc_handle; member
513 comm_space_acc_handle comm_space_dma_handle aac_max_fib_size \
H A Daac.c3212 ddi_acc_handle_t acc = softs->comm_space_acc_handle; in aac_fib_enqueue()
3271 ddi_acc_handle_t acc = softs->comm_space_acc_handle; in aac_fib_dequeue()
3627 &softs->comm_space_acc_handle) != DDI_SUCCESS) { in aac_alloc_comm_space()
3650 if (softs->comm_space_acc_handle) { in aac_alloc_comm_space()
3651 ddi_dma_mem_free(&softs->comm_space_acc_handle); in aac_alloc_comm_space()
3652 softs->comm_space_acc_handle = NULL; in aac_alloc_comm_space()
3666 ddi_dma_mem_free(&softs->comm_space_acc_handle); in aac_free_comm_space()
3667 softs->comm_space_acc_handle = NULL; in aac_free_comm_space()
3681 ddi_acc_handle_t acc = softs->comm_space_acc_handle; in aac_setup_comm_space()
6050 comm_space_acc_handle) != DDI_SUCCESS) || in aac_drain_comp_q()
[all …]