Searched refs:dev_dmat (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.15/drivers/scsi/sym53c8xx_2/ |
D | sym_malloc.c | 252 static inline m_pool_p ___get_dma_pool(m_pool_ident_t dev_dmat) in ___get_dma_pool() argument 256 mp && !sym_m_pool_match(mp->dev_dmat, dev_dmat); in ___get_dma_pool() 262 static m_pool_p ___cre_dma_pool(m_pool_ident_t dev_dmat) in ___cre_dma_pool() argument 266 mp->dev_dmat = dev_dmat; in ___cre_dma_pool() 299 void *__sym_calloc_dma(m_pool_ident_t dev_dmat, int size, char *name) in __sym_calloc_dma() argument 306 mp = ___get_dma_pool(dev_dmat); in __sym_calloc_dma() 308 mp = ___cre_dma_pool(dev_dmat); in __sym_calloc_dma() 322 void __sym_mfree_dma(m_pool_ident_t dev_dmat, void *m, int size, char *name) in __sym_mfree_dma() argument 328 mp = ___get_dma_pool(dev_dmat); in __sym_mfree_dma() 344 dma_addr_t __vtobus(m_pool_ident_t dev_dmat, void *m) in __vtobus() argument [all …]
|
D | sym_hipd.h | 1151 m_pool_ident_t dev_dmat; /* Identifies the pool (see above) */ member 1168 void *__sym_calloc_dma(m_pool_ident_t dev_dmat, int size, char *name); 1169 void __sym_mfree_dma(m_pool_ident_t dev_dmat, void *m, int size, char *name); 1170 dma_addr_t __vtobus(m_pool_ident_t dev_dmat, void *m); 1198 vaddr = dma_alloc_coherent(mp->dev_dmat, SYM_MEM_CLUSTER_SIZE, &baddr, in sym_m_get_dma_mem_cluster() 1209 dma_free_coherent(mp->dev_dmat, SYM_MEM_CLUSTER_SIZE, vbp->vaddr, in sym_m_free_dma_mem_cluster()
|