Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/chxge/
H A Dch.h264 #define DMA_SMALN 8 /* aligned at small buffer boundry */ macro
H A Dpe.c1247 rbp->cs_buf = (caddr_t)ch_alloc_dma_mem(sa, 1, DMA_STREAM|DMA_SMALN, in ch_alloc_small_esbbuf()
1250 rbp->cs_buf = (caddr_t)ch_alloc_dma_mem(sa, 0, DMA_STREAM|DMA_SMALN, in ch_alloc_small_esbbuf()
H A Dch.c901 else if (flags & DMA_SMALN) in ch_alloc_dma_mem()