dev_dmat         1151 drivers/scsi/sym53c8xx_2/sym_hipd.h 	m_pool_ident_t	dev_dmat;	/* Identifies the pool (see above) */
dev_dmat         1168 drivers/scsi/sym53c8xx_2/sym_hipd.h void *__sym_calloc_dma(m_pool_ident_t dev_dmat, int size, char *name);
dev_dmat         1169 drivers/scsi/sym53c8xx_2/sym_hipd.h void __sym_mfree_dma(m_pool_ident_t dev_dmat, void *m, int size, char *name);
dev_dmat         1170 drivers/scsi/sym53c8xx_2/sym_hipd.h dma_addr_t __vtobus(m_pool_ident_t dev_dmat, void *m);
dev_dmat         1198 drivers/scsi/sym53c8xx_2/sym_hipd.h 	vaddr = dma_alloc_coherent(mp->dev_dmat, SYM_MEM_CLUSTER_SIZE, &baddr,
dev_dmat         1209 drivers/scsi/sym53c8xx_2/sym_hipd.h 	dma_free_coherent(mp->dev_dmat, SYM_MEM_CLUSTER_SIZE, vbp->vaddr,
dev_dmat          252 drivers/scsi/sym53c8xx_2/sym_malloc.c static inline m_pool_p ___get_dma_pool(m_pool_ident_t dev_dmat)
dev_dmat          256 drivers/scsi/sym53c8xx_2/sym_malloc.c 		mp && !sym_m_pool_match(mp->dev_dmat, dev_dmat);
dev_dmat          262 drivers/scsi/sym53c8xx_2/sym_malloc.c static m_pool_p ___cre_dma_pool(m_pool_ident_t dev_dmat)
dev_dmat          266 drivers/scsi/sym53c8xx_2/sym_malloc.c 		mp->dev_dmat = dev_dmat;
dev_dmat          299 drivers/scsi/sym53c8xx_2/sym_malloc.c void *__sym_calloc_dma(m_pool_ident_t dev_dmat, int size, char *name)
dev_dmat          306 drivers/scsi/sym53c8xx_2/sym_malloc.c 	mp = ___get_dma_pool(dev_dmat);
dev_dmat          308 drivers/scsi/sym53c8xx_2/sym_malloc.c 		mp = ___cre_dma_pool(dev_dmat);
dev_dmat          322 drivers/scsi/sym53c8xx_2/sym_malloc.c void __sym_mfree_dma(m_pool_ident_t dev_dmat, void *m, int size, char *name)
dev_dmat          328 drivers/scsi/sym53c8xx_2/sym_malloc.c 	mp = ___get_dma_pool(dev_dmat);
dev_dmat          344 drivers/scsi/sym53c8xx_2/sym_malloc.c dma_addr_t __vtobus(m_pool_ident_t dev_dmat, void *m)
dev_dmat          354 drivers/scsi/sym53c8xx_2/sym_malloc.c 	mp = ___get_dma_pool(dev_dmat);