Searched defs:alloc_dma_memory (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c110 static int alloc_dma_memory(struct adapter *sc, size_t len, int flags,
1782 alloc_dma_memory(struct adapter *sc, size_t len, int flags, function
1873 return (alloc_dma_memory(sc, len, DDI_DMA_CONSISTENT | rw, acc_attr,
1891 return (alloc_dma_memory(sc, len, DDI_DMA_STREAMING | DDI_DMA_WRITE,

Completed in 67 milliseconds