Searched refs:ch_alloc_dma_mem (Results 1 – 4 of 4) sorted by relevance
/titanic_41/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() 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()
|
H A D | ch.h | 277 void *ch_alloc_dma_mem(ch_t *, int, int, int, uint64_t *, ulong_t *, ulong_t *);
|
H A D | glue.c | 375 mem = ch_alloc_dma_mem(chp, 1, DMA_4KALN|flg, len, &pa, dh, ah); in pe_os_malloc_contig_wait_zero()
|
H A D | ch.c | 880 ch_alloc_dma_mem(ch_t *chp, int type, int flags, int size, uint64_t *paddr, in ch_alloc_dma_mem() function
|