Home
last modified time | relevance | path

Searched refs:DMA_BGALN (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/chxge/
H A Dch.h265 #define DMA_BGALN 16 /* aligned at big buffer boundry */ macro
H A Dpe.c1284 rbp->cs_buf = (caddr_t)ch_alloc_dma_mem(sa, 1, DMA_STREAM|DMA_BGALN, in ch_alloc_big_esbbuf()
1287 rbp->cs_buf = (caddr_t)ch_alloc_dma_mem(sa, 0, DMA_STREAM|DMA_BGALN, in ch_alloc_big_esbbuf()
H A Dch.c903 else if (flags & DMA_BGALN) in ch_alloc_dma_mem()