Lines Matching defs:dma
650 * Default aac dma attributes
883 DDI_PROP_DONTPASS, "dma-max", softs->dma_max);
2988 /* Check dma & acc handles allocated in attach */
3205 ddi_dma_handle_t dma = softs->comm_space_dma_handle;
3214 (void) ddi_dma_sync(dma, (uintptr_t)softs->qtablep->qt_qindex[queue] - \
3217 if (aac_check_dma_handle(dma) != DDI_SUCCESS) {
3241 (void) ddi_dma_sync(dma, (uintptr_t)(softs->qentries[queue] + pi) - \
3248 (void) ddi_dma_sync(dma,
3266 ddi_dma_handle_t dma = softs->comm_space_dma_handle;
3275 (void) ddi_dma_sync(dma, (uintptr_t)softs->qtablep->qt_qindex[queue] - \
3302 (void) ddi_dma_sync(dma, (uintptr_t)(softs->qentries[queue] + pi) - \
3305 if (aac_check_dma_handle(dma) != DDI_SUCCESS) {
3331 (void) ddi_dma_sync(dma,
3609 "Cannot alloc dma handle for communication area");
3674 ddi_dma_handle_t dma = softs->comm_space_dma_handle;
3806 (void) ddi_dma_sync(dma, 0, 0, DDI_DMA_SYNC_FORDEV);
4718 /* Free dma mapping */
5172 /* Set dma flags */
5185 /* Alloc buf dma handle */
6076 /* Allocate FIB dma resource */
6084 "Cannot alloc dma handle for slot fib area");
6112 "dma bind failed for slot fib area");
6116 /* Check dma handles allocated in fib attach */
6934 * as the driver can always deal with an error in any dma or
6960 /* Adjust access and dma attributes for FMA */
7018 /* Adjust access and dma attributes for FMA */