Searched refs:DMA_OUT (Results 1 – 3 of 3) sorted by relevance
265 #define DMA_OUT 4 /* this is a write buffer */ macro
1305 size, &Q->fq_pa, &Q->fq_dh, &Q->fq_ah, DMA_OUT); in alloc_rx_resources()1388 size, &Q->cq_pa, &Q->cq_dh, &Q->cq_ah, DMA_OUT); in alloc_tx_resources()
908 direction = (flags&DMA_OUT)?DDI_DMA_WRITE:DDI_DMA_READ; in ch_alloc_dma_mem()