Lines Matching refs:dev_dmat
252 static inline m_pool_p ___get_dma_pool(m_pool_ident_t dev_dmat)
256 mp && !sym_m_pool_match(mp->dev_dmat, dev_dmat);
262 static m_pool_p ___cre_dma_pool(m_pool_ident_t dev_dmat)
266 mp->dev_dmat = dev_dmat;
299 void *__sym_calloc_dma(m_pool_ident_t dev_dmat, int size, char *name)
306 mp = ___get_dma_pool(dev_dmat);
308 mp = ___cre_dma_pool(dev_dmat);
322 void __sym_mfree_dma(m_pool_ident_t dev_dmat, void *m, int size, char *name)
328 mp = ___get_dma_pool(dev_dmat);
344 dma_addr_t __vtobus(m_pool_ident_t dev_dmat, void *m)
354 mp = ___get_dma_pool(dev_dmat);