Searched defs:aac_check_dma_handle (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.c367 int aac_check_dma_handle(ddi_dma_handle_t);
1319 if (aac_check_dma_handle(slotp->fib_dma_handle) == DDI_SUCCESS) {
1529 if (aac_check_dma_handle(softs->comm_space_dma_handle) ==
2989 if (aac_check_dma_handle(softs->comm_space_dma_handle) != DDI_SUCCESS) {
3000 if (aac_check_dma_handle(softs->io_slot[i].fib_dma_handle) !=
3217 if (aac_check_dma_handle(dma) != DDI_SUCCESS) {
3305 if (aac_check_dma_handle(dma) != DDI_SUCCESS) {
5965 if (aac_check_dma_handle(slotp->fib_dma_handle) != DDI_SUCCESS)
6054 if (aac_check_dma_handle(softs-> \
6117 if (aac_check_dma_handle(slot
7035 aac_check_dma_handle(ddi_dma_handle_t handle) function
[all...]

Completed in 62 milliseconds