Searched refs:ch_alloc_dma_mem (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/chxge/
H A Dch.h277 void *ch_alloc_dma_mem(ch_t *, int, int, int, uint64_t *, ulong_t *, ulong_t *);
H A Dpe.c1247 rbp->cs_buf = (caddr_t)ch_alloc_dma_mem(sa, 1, DMA_STREAM|DMA_SMALN,
1250 rbp->cs_buf = (caddr_t)ch_alloc_dma_mem(sa, 0, DMA_STREAM|DMA_SMALN,
1284 rbp->cs_buf = (caddr_t)ch_alloc_dma_mem(sa, 1, DMA_STREAM|DMA_BGALN,
1287 rbp->cs_buf = (caddr_t)ch_alloc_dma_mem(sa, 0, DMA_STREAM|DMA_BGALN,
H A Dglue.c375 mem = ch_alloc_dma_mem(chp, 1, DMA_4KALN|flg, len, &pa, dh, ah);
H A Dch.c864 * ch_alloc_dma_mem
880 ch_alloc_dma_mem(ch_t *chp, int type, int flags, int size, uint64_t *paddr, function
904 cmn_err(CE_WARN, "ch_alloc_dma_mem(%s): bad alignment flag\n",
935 "%s: ch_alloc_dma_mem: ddi_dma_alloc_handle error %d\n",
961 "%s: ch_alloc_dma_mem: ddi_dma_mem_alloc error %d\n",
982 "%s: ch_alloc_dma_mem: ddi_dma_addr_bind_handle error %d\n",
990 "%s: ch_alloc_dma_mem: ch_alloc_dma_mem cookie count %d\n",
992 PRINT(("ch_alloc_dma_mem cookie count %d\n", count));
1011 * frees resources allocated by ch_alloc_dma_mem()
[all...]

Completed in 67 milliseconds