Searched refs:cs_buf (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/io/chxge/ |
H A D | pe.c | 1247 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 D | ch.h | 98 caddr_t cs_buf; /* vaddr of buffer */ member
|
H A D | sge.c | 768 *mb = desballoc((unsigned char *)rbp->cs_buf + rxoff, in os_freelist_buffer_alloc() 787 *mb = desballoc((unsigned char *)rbp->cs_buf + rxoff, in os_freelist_buffer_alloc()
|