Lines Matching refs:dev_dmat
265 static inline m_pool_p ___get_dma_pool(m_pool_ident_t dev_dmat) in ___get_dma_pool() argument
269 mp && !sym_m_pool_match(mp->dev_dmat, dev_dmat); in ___get_dma_pool()
275 static m_pool_p ___cre_dma_pool(m_pool_ident_t dev_dmat) in ___cre_dma_pool() argument
279 mp->dev_dmat = dev_dmat; in ___cre_dma_pool()
312 void *__sym_calloc_dma(m_pool_ident_t dev_dmat, int size, char *name) in __sym_calloc_dma() argument
319 mp = ___get_dma_pool(dev_dmat); in __sym_calloc_dma()
321 mp = ___cre_dma_pool(dev_dmat); in __sym_calloc_dma()
335 void __sym_mfree_dma(m_pool_ident_t dev_dmat, void *m, int size, char *name) in __sym_mfree_dma() argument
341 mp = ___get_dma_pool(dev_dmat); in __sym_mfree_dma()
357 dma_addr_t __vtobus(m_pool_ident_t dev_dmat, void *m) in __vtobus() argument
367 mp = ___get_dma_pool(dev_dmat); in __vtobus()