Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/chxge/
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()
1254 if (rbp->cs_buf == NULL) { in ch_alloc_small_esbbuf()
1284 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()
1291 if (rbp->cs_buf == NULL) { in ch_alloc_big_esbbuf()
H A Dch.h96 caddr_t cs_buf; /* vaddr of buffer */ member
H A Dsge.c767 *mb = desballoc((unsigned char *)rbp->cs_buf + rxoff, in os_freelist_buffer_alloc()
786 *mb = desballoc((unsigned char *)rbp->cs_buf + rxoff, in os_freelist_buffer_alloc()